From 6d44520bc110a087947a367d4d9bbcbdca1a9fb0 Mon Sep 17 00:00:00 2001 From: buildbot Date: Sat, 11 Feb 2017 11:31:14 -0800 Subject: [PATCH] Roll chromium_revision adb1db8ef9..61ca532fcf (449860:449871) Change log: https://chromium.googlesource.com/chromium/src/+log/adb1db8ef9..61ca532fcf Full diff: https://chromium.googlesource.com/chromium/src/+/adb1db8ef9..61ca532fcf Changed dependencies: * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/c0b279eb2a..84236e592c DEPS diff: https://chromium.googlesource.com/chromium/src/+/adb1db8ef9..61ca532fcf/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2689563006 Cr-Commit-Position: refs/heads/master@{#16558} --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index 5744db42a1..a1bcef31d2 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': 'adb1db8ef902542008ba27f5ac141eb095259a1d', + 'chromium_revision': '61ca532fcf0bf78f43f73546aa05f0b32c98d312', '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' + '@' + 'c0b279eb2a0f0aa140288d4f5d1fd99fb8a5af44', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '84236e592cdd33607a420456a9be6d4c1d4222ea', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult':