From d9bc29a51bcd9a129dad7c2f92a8babc7b970997 Mon Sep 17 00:00:00 2001 From: buildbot Date: Sun, 27 Aug 2017 15:14:58 -0700 Subject: [PATCH] Roll chromium_revision 909d927bdd..b70fcc637f (497679:497682) Change log: https://chromium.googlesource.com/chromium/src/+log/909d927bdd..b70fcc637f Full diff: https://chromium.googlesource.com/chromium/src/+/909d927bdd..b70fcc637f Changed dependencies: * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/3c691a81d0..ea765825fc DEPS diff: https://chromium.googlesource.com/chromium/src/+/909d927bdd..b70fcc637f/DEPS No update to Clang. TBR= BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Review-Url: https://codereview.webrtc.org/3005703002 Cr-Commit-Position: refs/heads/master@{#19548} --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index ee2cbb26a9..e0f7744abc 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '909d927bdd281e3fd977ca8745fb8185b2f063bf', + 'chromium_revision': 'b70fcc637ffc6edb5dfcb5bbd409348ca79e8ac1', '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' + '@' + '95aa8aeac0f0216501ebb11ac82f9c7a22800057', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '3c691a81d037aaffb1b640c5d4809d7f764cf1a9', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'ea765825fcf90aa6f2e30ad70a9fe7c45f3a2d1f', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult':