Roll chromium_revision 86d902fb84..04f944830e (523052:523057)

Change log: 86d902fb84..04f944830e
Full diff: 86d902fb84..04f944830e

Changed dependencies:
* src/ios: ec8c8e925b..265ad9faa7
* src/third_party: a6498aa07d..8c678f7292
DEPS diff: 86d902fb84..04f944830e/DEPS

No update to Clang.

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

Change-Id: Ie6752ca6fa2680e8158be3f8273e319dca80a48d
Reviewed-on: https://webrtc-review.googlesource.com/31757
Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org>
Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21197}
This commit is contained in:
Autoroller 2017-12-11 00:46:05 -08:00 committed by Commit Bot
parent c08de0f4b7
commit 650a2e1ade

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': '86d902fb84107d677f8a4ebc5df8f705be9dae74',
'chromium_revision': '04f944830e7394ceb1b14858db12debf15bda6ec',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@ -50,13 +50,13 @@ deps = {
'condition': 'checkout_android',
},
'src/ios': {
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'ec8c8e925b1619cfdbffd5d9a20dee80efc6ed77',
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '265ad9faa7305fe3335b67e3dab30cdce9835667',
'condition': 'checkout_ios',
},
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + '4caf95934bd50d1ed532c4eee2532dc2671d8bab',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'a6498aa07d22ce88e22afe2704a7e5b62e0673b5',
Var('chromium_git') + '/chromium/src/third_party' + '@' + '8c678f7292a54e134f7bff5c5141bf2972087a64',
'src/third_party/android_tools': {
'url': Var('chromium_git') + '/android_tools.git' + '@' + 'a2e9bc7c1b41d983577907df51d339fb1e0fd02f',
'condition': 'checkout_android',