From b7ed09f4f4db55c92b81a7c60e361577704a7372 Mon Sep 17 00:00:00 2001 From: buildbot Date: Mon, 24 Apr 2017 00:08:25 -0700 Subject: [PATCH] Roll chromium_revision a71233486e..c6d7406702 (466585:466592) Change log: https://chromium.googlesource.com/chromium/src/+log/a71233486e..c6d7406702 Full diff: https://chromium.googlesource.com/chromium/src/+/a71233486e..c6d7406702 Changed dependencies: * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/2664465c50..6258a9a43c DEPS diff: https://chromium.googlesource.com/chromium/src/+/a71233486e..c6d7406702/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2834363002 Cr-Commit-Position: refs/heads/master@{#17834} --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index 6183f6177c..6e49f96e9d 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': 'a71233486eb1f4beb0c6169d00a65b4914e6e62b', + 'chromium_revision': 'c6d7406702779c75f188e7380dd71f211ed4e765', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -46,7 +46,7 @@ deps = { 'src/testing/gmock': Var('chromium_git') + '/external/googlemock.git' + '@' + '0421b6f358139f02e102c9c332ce19a33faf75be', # from svn revision 566 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '2664465c5021b566fb054a6f7fe7a6cdbfe13c5d', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '6258a9a43c12e9a05c45dd0d21b99f5dfd61179b', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult':