Roll chromium_revision dbaad4aaba..9694a4c5ea (522941:522957)

Change log: dbaad4aaba..9694a4c5ea
Full diff: dbaad4aaba..9694a4c5ea

Changed dependencies:
* src/third_party: e06cd521f0..dfb2163824
* src/tools: c9eb19a3e8..631053314c
DEPS diff: dbaad4aaba..9694a4c5ea/DEPS

No update to Clang.

TBR=buildbot@webrtc.org,
BUG=None
CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal

Change-Id: I96db46ee131c2d79ca8ee4b6a4c3ad5dd5293ceb
Reviewed-on: https://webrtc-review.googlesource.com/31646
Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org>
Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21174}
This commit is contained in:
Autoroller 2017-12-08 17:46:35 -08:00 committed by Commit Bot
parent 3876b9b764
commit 95d9ce9a6a

6
DEPS
View File

@ -7,7 +7,7 @@ vars = {
'checkout_configuration': 'default',
'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"',
'webrtc_git': 'https://webrtc.googlesource.com',
'chromium_revision': 'dbaad4aaba7885d8fa08fee909b5dd9e19f2879d',
'chromium_revision': '9694a4c5ea2289ac47eff8bf9c6d85ac409d674c',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@ -56,7 +56,7 @@ deps = {
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + '87dcb7b901ddd0adf3a0700e4400b8f7acf7137f',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'e06cd521f0552724f15367f5dfc648e69cc08f79',
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'dfb2163824923545ba0342012abbabc6d0c70ac2',
'src/third_party/android_tools': {
'url': Var('chromium_git') + '/android_tools.git' + '@' + 'a2e9bc7c1b41d983577907df51d339fb1e0fd02f',
'condition': 'checkout_android',
@ -155,7 +155,7 @@ deps = {
'src/third_party/yasm/source/patched-yasm':
Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'b98114e18d8b9b84586b10d24353ab8616d4c5fc',
'src/tools':
Var('chromium_git') + '/chromium/src/tools' + '@' + 'c9eb19a3e86105b50552efb70fcbfe10acc09dd4',
Var('chromium_git') + '/chromium/src/tools' + '@' + '631053314c50430352d17230e85a83a06b0f290b',
'src/tools/gyp':
Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb',
'src/tools/swarming_client':