From 429d614b833aea3ffe28acdf3953bd1c609864d3 Mon Sep 17 00:00:00 2001 From: buildbot Date: Mon, 19 Jun 2017 01:13:25 -0700 Subject: [PATCH] Roll chromium_revision add3c68a6c..2390071bb3 (480340:480364) Change log: https://chromium.googlesource.com/chromium/src/+log/add3c68a6c..2390071bb3 Full diff: https://chromium.googlesource.com/chromium/src/+/add3c68a6c..2390071bb3 Changed dependencies: * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/23a90b84e4..f742413743 DEPS diff: https://chromium.googlesource.com/chromium/src/+/add3c68a6c..2390071bb3/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2949473002 Cr-Commit-Position: refs/heads/master@{#18653} --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index c7f9e16062..b0fa59c5ab 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': 'add3c68a6c8aea99a4f7088193f99d5eaaa5b510', + 'chromium_revision': '2390071bb3da5efdc5483c80e2dceed3adb6b26c', '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' + '@' + '1f3a1393a1dafd033837e41900d04ed5ff682f72', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '23a90b84e468d89f1fcfcba58e497fdea87d8e75', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'f742413743c42d86319c421951ae98c8f4eda3b1', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult':