From d93ffb012bbba03161e1bd5e56c6441285d196e0 Mon Sep 17 00:00:00 2001 From: Autoroller Date: Sun, 24 Sep 2017 20:50:01 -0700 Subject: [PATCH] Roll chromium_revision c91bb42405..7877db2873 (503967:503976) Change log: https://chromium.googlesource.com/chromium/src/+log/c91bb42405..7877db2873 Full diff: https://chromium.googlesource.com/chromium/src/+/c91bb42405..7877db2873 Changed dependencies: * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/a256c4b031..a80ea7a808 DEPS diff: https://chromium.googlesource.com/chromium/src/+/c91bb42405..7877db2873/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: Idb91f33782098fc1f686aa36881e6c2ed462022c Reviewed-on: https://webrtc-review.googlesource.com/3120 Reviewed-by: WebRTC Buildbot Commit-Queue: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#19936} --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index 858a580433..6ea3f5e7cf 100644 --- a/DEPS +++ b/DEPS @@ -3,7 +3,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', 'webrtc_git': 'https://webrtc.googlesource.com', - 'chromium_revision': 'c91bb424052f0e46dbe31d9ce9375a50a0aec56d', + 'chromium_revision': '7877db287303f83800997a1f3f173fe04f15e55d', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -42,7 +42,7 @@ deps = { 'src/testing': Var('chromium_git') + '/chromium/src/testing' + '@' + '977a33acb7777b0f0e847f874da602907e0d11b8', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'a256c4b031b1b579a176d2fa031bd3e18307c751', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'a80ea7a808e2217bbd927b46664d99d7cee8795d', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult':