From d08f459a720e88e32c060dbcd168fc2771820c49 Mon Sep 17 00:00:00 2001 From: Autoroller Date: Sat, 2 Dec 2017 00:46:15 -0800 Subject: [PATCH] Roll chromium_revision 424e6732f4..978bcb1629 (521205:521207) Change log: https://chromium.googlesource.com/chromium/src/+log/424e6732f4..978bcb1629 Full diff: https://chromium.googlesource.com/chromium/src/+/424e6732f4..978bcb1629 Changed dependencies: * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/e8006924d1..92a9a279b0 DEPS diff: https://chromium.googlesource.com/chromium/src/+/424e6732f4..978bcb1629/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: Ic83379caafb422324629ce05ce529032ba0e4ac9 Reviewed-on: https://webrtc-review.googlesource.com/28540 Reviewed-by: WebRTC Buildbot Commit-Queue: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#20997} --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index 130a1a5bac..8f1304a96a 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': '424e6732f484e70f82c691c9d2c6cb59fa5b13de', + 'chromium_revision': '978bcb16297edd531ed805cf7eb3f5d4ade99834', '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' + '@' + 'c654cb811b454b9f035e7bcc6056c4aed8bac557', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'e8006924d1fba9c0bc5c0d9e3f1265e7565e49d2', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '92a9a279b07ec245970cd8df80d34d5d4908a774', 'src/third_party/android_tools': { 'url': Var('chromium_git') + '/android_tools.git' + '@' + 'a2e9bc7c1b41d983577907df51d339fb1e0fd02f', 'condition': 'checkout_android',