Roll chromium_revision 9359982d4b..97461ea219 (521230:521231)

Change log: 9359982d4b..97461ea219
Full diff: 9359982d4b..97461ea219

Changed dependencies:
* src/base: ad67b91e7d..c7c8509286
DEPS diff: 9359982d4b..97461ea219/DEPS

No update to Clang.

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

Change-Id: Ie1824a22b71f071f0dee2b43af8bce8d88c16c48
Reviewed-on: https://webrtc-review.googlesource.com/28720
Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org>
Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21016}
This commit is contained in:
Autoroller 2017-12-03 13:45:09 -08:00 committed by Commit Bot
parent c76609ca40
commit 33f27bd128

4
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': '9359982d4bb5222f668fcfb3a5549b2784a168aa',
'chromium_revision': '97461ea219a24a5bf9ffe51cf4a7eb1d1633aeb3',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@ -38,7 +38,7 @@ 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' + '@' + 'ad67b91e7d65734c52bf270bd3e4d42bb133c57e',
Var('chromium_git') + '/chromium/src/base' + '@' + 'c7c8509286ca13b6c3383baccea84718ba73997f',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + '19d97ed4aef6ce4941a10fee2b933c867ea08e6f',
'src/buildtools':