From 189f99ec389425bba8b25f8b1449b6d0b8c63cd9 Mon Sep 17 00:00:00 2001 From: buildbot Date: Sat, 7 Jan 2017 12:01:49 -0800 Subject: [PATCH] Roll chromium_revision 9fd553b176..0f762fedb8 (442167:442170) Change log: https://chromium.googlesource.com/chromium/src/+log/9fd553b176..0f762fedb8 Full diff: https://chromium.googlesource.com/chromium/src/+/9fd553b176..0f762fedb8 Changed dependencies: * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/9dd578c495..26c4cb0fe2 DEPS diff: https://chromium.googlesource.com/chromium/src/+/9fd553b176..0f762fedb8/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2613403002 Cr-Commit-Position: refs/heads/master@{#15944} --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index fd499883eb..e4dc22636b 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '9fd553b176ee62721f04a92195b01e02b7a918ea', + 'chromium_revision': '0f762fedb8512772504cd5548b93f2523ec1e3a2', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -50,7 +50,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' + '@' + '9dd578c495a49e35da42fbec1a20cce0cec55bfa', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '26c4cb0fe2b2ca9a7989decc9397baa3c3973c79', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult':