Roll chromium_revision 04f944830e..a14d026f40 (523057:523066)

Change log: 04f944830e..a14d026f40
Full diff: 04f944830e..a14d026f40

Changed dependencies:
* src/testing: 4caf95934b..f07493dbaf
* src/third_party: 8c678f7292..4d3ef276c9
DEPS diff: 04f944830e..a14d026f40/DEPS

No update to Clang.

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

Change-Id: I0af67957cdeabd020f89e793e0bf6b37ac160bf4
Reviewed-on: https://webrtc-review.googlesource.com/31758
Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org>
Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21198}
This commit is contained in:
Autoroller 2017-12-11 01:45:24 -08:00 committed by Commit Bot
parent 650a2e1ade
commit a5a37d07d2

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