From b0187de2718c2a31732b84f8947c895505a65bf0 Mon Sep 17 00:00:00 2001 From: Autoroller Date: Sun, 1 Oct 2017 17:55:08 -0700 Subject: [PATCH] Roll chromium_revision bcc319e88f..b7ff6b516d (505524:505526) Change log: https://chromium.googlesource.com/chromium/src/+log/bcc319e88f..b7ff6b516d Full diff: https://chromium.googlesource.com/chromium/src/+/bcc319e88f..b7ff6b516d Changed dependencies: * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/17ff7229cb..9c82790cdc DEPS diff: https://chromium.googlesource.com/chromium/src/+/bcc319e88f..b7ff6b516d/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I4558e4cefb2d3cc8c0abde45caf624d873723509 Reviewed-on: https://webrtc-review.googlesource.com/5300 Reviewed-by: WebRTC Buildbot Commit-Queue: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#20057} --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index 556fdaf0b8..5700ba29d8 100644 --- a/DEPS +++ b/DEPS @@ -3,7 +3,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', 'webrtc_git': 'https://webrtc.googlesource.com', - 'chromium_revision': 'bcc319e88f81b1dcc8f9d63d1c5aa1de56f3763d', + 'chromium_revision': 'b7ff6b516d41c44cd1688dafd973dd6f6ac2df80', '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' + '@' + '7ec7d5da93ca38d41b27ce51f7310c2f40083a8e', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '17ff7229cb52f03a2c64276f897167a2a117adab', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '9c82790cdc19a563f03426f0623bdca780b2eccd', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult':