From 7919fa5f4a4c6588b32af9365a5e51c754ca3b64 Mon Sep 17 00:00:00 2001 From: buildbot Date: Sat, 15 Jul 2017 09:18:05 -0700 Subject: [PATCH] Roll chromium_revision 2ca6ae0f88..c1bb78e9d0 (486989:486994) Change log: https://chromium.googlesource.com/chromium/src/+log/2ca6ae0f88..c1bb78e9d0 Full diff: https://chromium.googlesource.com/chromium/src/+/2ca6ae0f88..c1bb78e9d0 Changed dependencies: * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/d18f61080f..ea5b1dc726 DEPS diff: https://chromium.googlesource.com/chromium/src/+/2ca6ae0f88..c1bb78e9d0/DEPS No update to Clang. TBR= BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Review-Url: https://codereview.webrtc.org/2977963004 Cr-Commit-Position: refs/heads/master@{#19040} --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index 8130039ae5..2c68d9f729 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '2ca6ae0f8886b307b24f8ff5a269a5921d0c093f', + 'chromium_revision': 'c1bb78e9d0f69b24375706c1a488942371ed03cd', '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' + '@' + 'd18f61080f9f99a3559055e1333aabddfa1ea6f0', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'ea5b1dc726c2d3367b6d15c12df5e74d1cb8f578', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult':