From a5a37d07d2655258906f04ef1354c02139971d40 Mon Sep 17 00:00:00 2001 From: Autoroller Date: Mon, 11 Dec 2017 01:45:24 -0800 Subject: [PATCH] Roll chromium_revision 04f944830e..a14d026f40 (523057:523066) Change log: https://chromium.googlesource.com/chromium/src/+log/04f944830e..a14d026f40 Full diff: https://chromium.googlesource.com/chromium/src/+/04f944830e..a14d026f40 Changed dependencies: * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/4caf95934b..f07493dbaf * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/8c678f7292..4d3ef276c9 DEPS diff: https://chromium.googlesource.com/chromium/src/+/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 Reviewed-by: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#21198} --- DEPS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DEPS b/DEPS index 65ccb5e34c..3eab1fea50 100644 --- a/DEPS +++ b/DEPS @@ -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',