From a894bf43bc282a60830c83fbd0e71496c8a5ae0e Mon Sep 17 00:00:00 2001 From: Autoroller Date: Sun, 19 Nov 2017 19:46:05 -0800 Subject: [PATCH] Roll chromium_revision 6812a72e52..91eaa1ed39 (517750:517752) Change log: https://chromium.googlesource.com/chromium/src/+log/6812a72e52..91eaa1ed39 Full diff: https://chromium.googlesource.com/chromium/src/+/6812a72e52..91eaa1ed39 Changed dependencies: * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/6fbaafc25d..9aed422455 DEPS diff: https://chromium.googlesource.com/chromium/src/+/6812a72e52..91eaa1ed39/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: Ibad7b99b7836e11ec8af2ca0aa0950334aa656bc Reviewed-on: https://webrtc-review.googlesource.com/24427 Commit-Queue: WebRTC Buildbot Reviewed-by: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#20779} --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index 3b2a70cc5f..6527e23933 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': '6812a72e52906ef4b0c8ce4f7d2fba45d599f0d9', + 'chromium_revision': '91eaa1ed39188151662afb09c7a358517cd69d89', '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' + '@' + '6fbaafc25d7de94dcde12b1da4c49745d6905e71', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '9aed4224557fbd9ef96a1ff5e6279983c0474da1', 'src/third_party/android_tools': { 'url': Var('chromium_git') + '/android_tools.git' + '@' + '9914c5704717424998c69e837be3631914d787cc', 'condition': 'checkout_android',