From b35db260485371244beaeb924721b63d051fc174 Mon Sep 17 00:00:00 2001 From: Autoroller Date: Mon, 4 Dec 2017 21:45:43 -0800 Subject: [PATCH] Roll chromium_revision ef76aa28ac..5affd5cc5a (521605:521620) Change log: https://chromium.googlesource.com/chromium/src/+log/ef76aa28ac..5affd5cc5a Full diff: https://chromium.googlesource.com/chromium/src/+/ef76aa28ac..5affd5cc5a Changed dependencies: * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/1fcd92b6d0..4830ec9955 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/9ca022cff2..1cac9e7074 DEPS diff: https://chromium.googlesource.com/chromium/src/+/ef76aa28ac..5affd5cc5a/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: Ic58ae79b4ab584f61cf5315e66274b823d7c0ec5 Reviewed-on: https://webrtc-review.googlesource.com/29600 Reviewed-by: WebRTC Buildbot Commit-Queue: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#21069} --- DEPS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DEPS b/DEPS index 3e5a0c0057..2a29018bb1 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': 'ef76aa28acf16fb46cb31b3bf7504652a9f7df08', + 'chromium_revision': '5affd5cc5ab64a38dd8159d6f94440e65860b371', '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' + '@' + '1fcd92b6d06a4a4a207f444f515d39430fdf7d08', + Var('chromium_git') + '/chromium/src/testing' + '@' + '4830ec9955184ee53eb2126623392304fa52946d', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '9ca022cff245af01622aea570d4cd5e7b3100a10', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '1cac9e7074a935f591e0beacdbc6289b81955859', 'src/third_party/android_tools': { 'url': Var('chromium_git') + '/android_tools.git' + '@' + 'a2e9bc7c1b41d983577907df51d339fb1e0fd02f', 'condition': 'checkout_android',