From 56adc122cf1ef592d113f52fd096a647c6bcdc53 Mon Sep 17 00:00:00 2001 From: Autoroller Date: Mon, 18 Dec 2017 20:46:25 -0800 Subject: [PATCH] Roll chromium_revision 56c566205c..8a9883b2f1 (524935:524944) Change log: https://chromium.googlesource.com/chromium/src/+log/56c566205c..8a9883b2f1 Full diff: https://chromium.googlesource.com/chromium/src/+/56c566205c..8a9883b2f1 Changed dependencies: * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/44b2f56d52..b63f39b11e DEPS diff: https://chromium.googlesource.com/chromium/src/+/56c566205c..8a9883b2f1/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: Iaeccb42ed1d0dccedf1aaafdad7904670c883e18 Reviewed-on: https://webrtc-review.googlesource.com/34683 Commit-Queue: WebRTC Buildbot Reviewed-by: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#21344} --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index e475edb685..bb820f6fb9 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': '56c566205c9256cbe11305edd18e1c8d93644277', + 'chromium_revision': '8a9883b2f174024fa8d257e5fb752a5d087893c8', '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' + '@' + '9963748f1cfd09669a8f6f4afd1b125396709e25', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '44b2f56d5234c53bc21dd8ab8c281e79a606db87', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'b63f39b11ed98322bcb6005c94b6c8876e1b9119', 'src/third_party/android_tools': { 'url': Var('chromium_git') + '/android_tools.git' + '@' + 'a2e9bc7c1b41d983577907df51d339fb1e0fd02f', 'condition': 'checkout_android',