From 405b73c224afc029507f353ab45323e016fb0024 Mon Sep 17 00:00:00 2001 From: Autoroller Date: Fri, 17 Nov 2017 22:51:04 -0800 Subject: [PATCH] Roll chromium_revision 651b0c341c..574a4c1720 (517702:517708) Change log: https://chromium.googlesource.com/chromium/src/+log/651b0c341c..574a4c1720 Full diff: https://chromium.googlesource.com/chromium/src/+/651b0c341c..574a4c1720 Changed dependencies: * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/16a4dbaf1b..ccd16a76ca DEPS diff: https://chromium.googlesource.com/chromium/src/+/651b0c341c..574a4c1720/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: Ic2bcf5ac6da9b7a495a834c1b0dee3f0a2c06019 Reviewed-on: https://webrtc-review.googlesource.com/24138 Reviewed-by: WebRTC Buildbot Commit-Queue: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#20744} --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index 3a4cf6c750..4f08edd025 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': '651b0c341c3c1b813250dd4df4c45b423d760e93', + 'chromium_revision': '574a4c17200cbc94e2d38bed2640956f5da1372a', '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' + '@' + '16a4dbaf1b5e6f9453180f6552fd089ffc801be2', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'ccd16a76cabc17cc1f3efb06261475a288efbe97', 'src/third_party/android_tools': { 'url': Var('chromium_git') + '/android_tools.git' + '@' + '9914c5704717424998c69e837be3631914d787cc', 'condition': 'checkout_android',