From f774647807dd2f0ece6b7dd4df209b458688006e Mon Sep 17 00:00:00 2001 From: Autoroller Date: Sat, 18 Nov 2017 11:05:08 -0800 Subject: [PATCH] Roll chromium_revision f67f96409d..d64c6711ac (517717:517718) Change log: https://chromium.googlesource.com/chromium/src/+log/f67f96409d..d64c6711ac Full diff: https://chromium.googlesource.com/chromium/src/+/f67f96409d..d64c6711ac Changed dependencies: * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/b85a2a9461..de96561c3e DEPS diff: https://chromium.googlesource.com/chromium/src/+/f67f96409d..d64c6711ac/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If9ab30ea29725af8cef6c73a2dd8b3163db828c7 Reviewed-on: https://webrtc-review.googlesource.com/24260 Reviewed-by: WebRTC Buildbot Commit-Queue: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#20755} --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index 9ae616cedb..aa7ce6778e 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': 'f67f96409dff7976661ce53d4e7a91a86930dc94', + 'chromium_revision': 'd64c6711acbf9c224cc0a7f84551541fd660223f', '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' + '@' + '14acaa118cfb712cd3ffc6de40646fb3498d631f', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'b85a2a946162501f8d50bf08a7667ccb4fa9399f', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'de96561c3efb8308652465da3a6d95cdd732bf8f', 'src/third_party/android_tools': { 'url': Var('chromium_git') + '/android_tools.git' + '@' + '9914c5704717424998c69e837be3631914d787cc', 'condition': 'checkout_android',