Roll chromium_revision 7dc321f885..2ec06ab81a (458833:458884)

Change log: 7dc321f885..2ec06ab81a
Full diff: 7dc321f885..2ec06ab81a

Changed dependencies:
* src/base: 02a4fc86f4..2dcbd94bc8
* src/ios: 5f9fa7ba70..5435329376
* src/testing: 87ba589149..821151df42
* src/third_party: 2165f6865e..5c18db0ebd
* src/third_party/catapult: f76a7183f0..f410d46fe0
* src/tools: 294ba82e93..210c1b4f27
DEPS diff: 7dc321f885..2ec06ab81a/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2774443003
Cr-Commit-Position: refs/heads/master@{#17350}
This commit is contained in:
buildbot 2017-03-23 00:01:14 -07:00 committed by Commit bot
parent e6fe2a9a7f
commit b84701931f

14
DEPS
View File

@ -2,7 +2,7 @@
vars = {
'chromium_git': 'https://chromium.googlesource.com',
'chromium_revision': '7dc321f8856170824b7aa90a52dd4d3eca117c39',
'chromium_revision': '2ec06ab81aae16ab444938342c2bf0a6fc712374',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@ -23,7 +23,7 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling catapult
# and whatever else without interference from each other.
'catapult_revision': 'f76a7183f0bf2130ff891b857208421e7f00dbd6',
'catapult_revision': 'f410d46fe0f63a221c8099698bb798a245f2a9c0',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling libFuzzer
# and whatever else without interference from each other.
@ -34,19 +34,19 @@ deps = {
# TODO(kjellander): Move this to be Android-only once the libevent dependency
# in base/third_party/libevent is solved.
'src/base':
Var('chromium_git') + '/chromium/src/base' + '@' + '02a4fc86f4cfa050c13adff0d6200563ab4de0bd',
Var('chromium_git') + '/chromium/src/base' + '@' + '2dcbd94bc8e1646c26697ef6ef0a5aa30d447aab',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + '9ec913a1c3d92211d6e0dd9bf41ead299ea36ecf',
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'e6b510a9daf822bbe9f922c200c58150803d2fd8',
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + '87ba589149e10796b126be2589a76ace348d892d',
Var('chromium_git') + '/chromium/src/testing' + '@' + '821151df42208c6879034327026c7ea2080f119b',
'src/testing/gtest':
Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + '6f8a66431cb592dad629028a50b3dd418a408c87',
'src/testing/gmock':
Var('chromium_git') + '/external/googlemock.git' + '@' + '0421b6f358139f02e102c9c332ce19a33faf75be', # from svn revision 566
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + '2165f6865e3cb38e819597e2ebda2b2d9543ca50',
Var('chromium_git') + '/chromium/src/third_party' + '@' + '5c18db0ebd68d3e81e342b81ecf0d754546c335d',
'src/third_party/boringssl/src':
Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'),
'src/third_party/catapult':
@ -79,7 +79,7 @@ deps = {
'src/third_party/yasm/source/patched-yasm':
Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '7da28c6c7c6a1387217352ce02b31754deb54d2a',
'src/tools':
Var('chromium_git') + '/chromium/src/tools' + '@' + '294ba82e93848f0721180dd17fc1655f8a85e203',
Var('chromium_git') + '/chromium/src/tools' + '@' + '210c1b4f27f8ba5670bbe6abe5d23dbea34a760e',
'src/tools/gyp':
Var('chromium_git') + '/external/gyp.git' + '@' + 'e7079f0e0e14108ab0dba58728ff219637458563',
'src/tools/swarming_client':
@ -119,7 +119,7 @@ deps_os = {
},
'ios': {
'src/ios':
Var('chromium_git') + '/chromium/src/ios' + '@' + '5f9fa7ba70266d171f4700ee80919490567b3598',
Var('chromium_git') + '/chromium/src/ios' + '@' + '54353293761fe31164ef2167167e412abf3862b6',
},
'unix': {
'src/third_party/lss':