From ed6343d90abe7a5cc134776dc7a6aa61f2933973 Mon Sep 17 00:00:00 2001 From: buildbot Date: Thu, 6 Apr 2017 00:13:25 -0700 Subject: [PATCH] Roll chromium_revision 875e8893e9..3014f8b41e (462360:462374) Change log: https://chromium.googlesource.com/chromium/src/+log/875e8893e9..3014f8b41e Full diff: https://chromium.googlesource.com/chromium/src/+/875e8893e9..3014f8b41e Changed dependencies: * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/752ee4ed36..2ac0de41b5 DEPS diff: https://chromium.googlesource.com/chromium/src/+/875e8893e9..3014f8b41e/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2804923002 Cr-Commit-Position: refs/heads/master@{#17553} --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index ba5243dad2..a50883070a 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '875e8893e9a463c771b63ef6d76e2bf98519e553', + 'chromium_revision': '3014f8b41e775fcbdc8fbc1e5b4bd7cb0bfd3100', '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' + '@' + '752ee4ed36ad9d4363564b9557e74faba3b1554f', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '2ac0de41b567019c8231736248d645478a22c9d0', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult':