From 44eb7a2d7c14db67d8468ed1e783d1219da65636 Mon Sep 17 00:00:00 2001 From: Autoroller Date: Thu, 21 Sep 2017 20:50:04 -0700 Subject: [PATCH] Roll chromium_revision cbba184f42..d4c912f989 (503620:503644) Change log: https://chromium.googlesource.com/chromium/src/+log/cbba184f42..d4c912f989 Full diff: https://chromium.googlesource.com/chromium/src/+/cbba184f42..d4c912f989 Changed dependencies: * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/fdd498a785..b1ead0d952 * src/third_party/catapult: https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/33d54da00a..703485470a DEPS diff: https://chromium.googlesource.com/chromium/src/+/cbba184f42..d4c912f989/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I5b21e62f497372eac7951b76d4ec55c05a49982e Reviewed-on: https://webrtc-review.googlesource.com/2640 Reviewed-by: WebRTC Buildbot Commit-Queue: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#19920} --- DEPS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DEPS b/DEPS index 033f5c2586..5ad789b9d8 100644 --- a/DEPS +++ b/DEPS @@ -3,7 +3,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', 'webrtc_git': 'https://webrtc.googlesource.com', - 'chromium_revision': 'cbba184f42c6800badcae347562f87d5c1123d80', + 'chromium_revision': 'd4c912f9895cd2120c9f9f032bc09ddd4f2bdaf7', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -24,7 +24,7 @@ vars = { # Three lines of non-changing comments so that # the commit queue can handle CLs rolling catapult # and whatever else without interference from each other. - 'catapult_revision': '33d54da00a770e79fab9bbafd3f05751239927ab', + 'catapult_revision': '703485470a88380b828a6ec8f75e0fe11e371e17', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -42,7 +42,7 @@ deps = { 'src/testing': Var('chromium_git') + '/chromium/src/testing' + '@' + '1f35ec36f2c6b0a983af718722e84fa3266860eb', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'fdd498a785c0d4dec3ee4a040ecc8804a28577cf', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'b1ead0d952d7b59dbf8d587d57d23ca6ab74b3df', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult':