From 64c93c380f9501503e856090d57fc65ea1022fe0 Mon Sep 17 00:00:00 2001 From: buildbot Date: Mon, 10 Apr 2017 00:17:32 -0700 Subject: [PATCH] Roll chromium_revision 1ab7c6059c..0a53e4a670 (463170:463181) Change log: https://chromium.googlesource.com/chromium/src/+log/1ab7c6059c..0a53e4a670 Full diff: https://chromium.googlesource.com/chromium/src/+/1ab7c6059c..0a53e4a670 Changed dependencies: * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/7bd12c1e68..dd8bdf3fa4 DEPS diff: https://chromium.googlesource.com/chromium/src/+/1ab7c6059c..0a53e4a670/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2800363002 Cr-Commit-Position: refs/heads/master@{#17606} --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index 86bb4a6bf0..2865ec590d 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '1ab7c6059c16600fd7e1ffbb727e4aa2726d854e', + 'chromium_revision': '0a53e4a6705344328237af20bc6276be1805fad7', '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' + '@' + '7bd12c1e68ef629f07a8b1754331882ced03ee2d', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'dd8bdf3fa461de7566f15cfa56f19c2ba7d8af5c', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult':