Roll chromium_revision baaa9eae93..4b357464fd (484696:484824)

Change log: baaa9eae93..4b357464fd
Full diff: baaa9eae93..4b357464fd

Changed dependencies:
* src/base: e3c7a40993..ec9c935970
* src/build: 58c9238e98..47732a6a8b
* src/ios: d4493d467f..8f12a6fedf
* src/third_party: e359c7b403..48700edf54
* src/third_party/catapult: 5d065952a0..6539cc70d9
* src/tools: ccb73c5776..605ec4e4ce
DEPS diff: baaa9eae93..4b357464fd/DEPS

No update to Clang.

TBR=
BUG=None
CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal

Review-Url: https://codereview.webrtc.org/2975543002
Cr-Commit-Position: refs/heads/master@{#18922}
This commit is contained in:
buildbot 2017-07-06 21:16:17 -07:00 committed by Commit Bot
parent 4a494ffd12
commit 876088ac77

14
DEPS
View File

@ -2,7 +2,7 @@
vars = {
'chromium_git': 'https://chromium.googlesource.com',
'chromium_revision': 'baaa9eae9337c541976270798c4d0b6609c8bd18',
'chromium_revision': '4b357464fd8f1590de9493bd7a7f5be5870377ec',
'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': '5d065952a0d8060166cecc73093775bf518966f7',
'catapult_revision': '6539cc70d9e1b8b9c67a3b7ff6a1a0da7a5a961d',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling libFuzzer
# and whatever else without interference from each other.
@ -33,15 +33,15 @@ 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' + '@' + 'e3c7a4099304428ea26e1ee2845428946fd0fc0e',
Var('chromium_git') + '/chromium/src/base' + '@' + 'ec9c9359707b34fbb8bbc6da85109300880121a2',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + '58c9238e9883dbc09f093d3dd98a2fa56319ea43',
Var('chromium_git') + '/chromium/src/build' + '@' + '47732a6a8b2869493b8713547de9d0917940c2cf',
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '1dcd1bdbe93467531a50b60dbd18860803ca7be1',
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + 'd1f2428318753c97aa3e7f5d6084a28926e5f183',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'e359c7b4036ea08c5821017356358f0a9950c1e8',
Var('chromium_git') + '/chromium/src/third_party' + '@' + '48700edf541195b26428611051cfb3e1bd2fd14a',
'src/third_party/boringssl/src':
Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'),
'src/third_party/catapult':
@ -74,7 +74,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' + '@' + 'ccb73c5776bd8a36f3af203df6a4760f5b0df755',
Var('chromium_git') + '/chromium/src/tools' + '@' + '605ec4e4ce7946c98ce52f6eb893f8ce60fdc382',
'src/tools/gyp':
Var('chromium_git') + '/external/gyp.git' + '@' + 'eb296f67da078ec01f5e3a9ea9cdc6d26d680161',
'src/tools/swarming_client':
@ -116,7 +116,7 @@ deps_os = {
},
'ios': {
'src/ios':
Var('chromium_git') + '/chromium/src/ios' + '@' + 'd4493d467f45596c9c882b7e72da0a81a7ba0bba',
Var('chromium_git') + '/chromium/src/ios' + '@' + '8f12a6fedf775895f4e22ebdc76aa85e5016b52d',
},
'unix': {
'src/third_party/lss':