From 90d9e10330df10af110b8de3cfc0d813ac1cdfc3 Mon Sep 17 00:00:00 2001 From: buildbot Date: Mon, 5 Jun 2017 03:14:48 -0700 Subject: [PATCH] Roll chromium_revision a443085799..60116edfec (476956:476963) Change log: https://chromium.googlesource.com/chromium/src/+log/a443085799..60116edfec Full diff: https://chromium.googlesource.com/chromium/src/+/a443085799..60116edfec Changed dependencies: * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/b61cada430..84f00656e0 DEPS diff: https://chromium.googlesource.com/chromium/src/+/a443085799..60116edfec/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2920213002 Cr-Commit-Position: refs/heads/master@{#18442} --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index c335a56af3..fd266305c9 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': 'a4430857991cdb2b974bd99c565ff8713b48e3ad', + 'chromium_revision': '60116edfec87b76304a418e0e3f03430b07a89e6', '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' + '@' + 'e922fbd25c832ca883891eabb53d3899c9465b3b', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'b61cada430edb1800f9f44b1b0107367ea7434f9', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '84f00656e0f4cff0c6f7e5a8fe3ab11d15d5946c', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult':