From 1487006346e98beff06eed09fc95d34e94e3be87 Mon Sep 17 00:00:00 2001 From: buildbot Date: Sun, 14 May 2017 12:09:27 -0700 Subject: [PATCH] Roll chromium_revision 2d8b867dfc..51cc75bd66 (471629:471636) Change log: https://chromium.googlesource.com/chromium/src/+log/2d8b867dfc..51cc75bd66 Full diff: https://chromium.googlesource.com/chromium/src/+/2d8b867dfc..51cc75bd66 Changed dependencies: * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6e251e928a..972dcb04c5 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/0084d3c0b0..0f17e1baca DEPS diff: https://chromium.googlesource.com/chromium/src/+/2d8b867dfc..51cc75bd66/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2879103002 Cr-Commit-Position: refs/heads/master@{#18141} --- DEPS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DEPS b/DEPS index 27311fc96d..de4743ebc0 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '2d8b867dfc360643d87634931521e9c5a39594fc', + 'chromium_revision': '51cc75bd66227dafea735ffa7ea1672b51a72e20', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -40,9 +40,9 @@ deps = { 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '98f00fa10dbad2cdbb2e297a66c3d6d5bc3994f3', 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '6e251e928a81ca954dc8dc07536c1816afaa7c93', + Var('chromium_git') + '/chromium/src/testing' + '@' + '972dcb04c58dd3471b9b90075f27a1842249e4ae', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '0084d3c0b0e7472a342699beb775a15cfb5a7617', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '0f17e1bacabd2232561dbc1fa59bdad271408991', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult':