From 581f2f5ae8b155a0afb86193f1b483e4c1ed450d Mon Sep 17 00:00:00 2001 From: buildbot Date: Sat, 15 Jul 2017 00:39:38 -0700 Subject: [PATCH] Roll chromium_revision d00ff7c927..ccd6fb2dce (486975:486984) Change log: https://chromium.googlesource.com/chromium/src/+log/d00ff7c927..ccd6fb2dce Full diff: https://chromium.googlesource.com/chromium/src/+/d00ff7c927..ccd6fb2dce Changed dependencies: * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/6b248e5626..95e981f783 DEPS diff: https://chromium.googlesource.com/chromium/src/+/d00ff7c927..ccd6fb2dce/DEPS No update to Clang. TBR= BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Review-Url: https://codereview.webrtc.org/2977143003 Cr-Commit-Position: refs/heads/master@{#19038} --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index 18b62ca490..d7c76bb291 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': 'd00ff7c927be360aae2005defa15afa2e513d6cd', + 'chromium_revision': 'ccd6fb2dce353f0a69fac8676082b13bf0f67d95', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -41,7 +41,7 @@ deps = { 'src/testing': Var('chromium_git') + '/chromium/src/testing' + '@' + 'f6cc382f24defcd8d5d48b2a5621cc63e52c8057', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '6b248e56269f8742d93619d8ad6c20334dcc1157', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '95e981f783b1a12b2fb88537e7eaaae5cad75d8f', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult':