From 613c819dfc242af59f7e5dfafc84542044e1c4f8 Mon Sep 17 00:00:00 2001 From: buildbot Date: Sun, 19 Feb 2017 11:52:11 -0800 Subject: [PATCH] Roll chromium_revision 0fea64cb0a..5939cf034a (451522:451524) Change log: https://chromium.googlesource.com/chromium/src/+log/0fea64cb0a..5939cf034a Full diff: https://chromium.googlesource.com/chromium/src/+/0fea64cb0a..5939cf034a Changed dependencies: * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/c85bad8f80..27b9a77635 DEPS diff: https://chromium.googlesource.com/chromium/src/+/0fea64cb0a..5939cf034a/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2704093002 Cr-Commit-Position: refs/heads/master@{#16702} --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index 5690e48324..42ec8d126a 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '0fea64cb0a598ecd2051bb7c58e6fbf9422b1aef', + 'chromium_revision': '5939cf034a8d276d3f08b16a85503905a4c0580a', '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' + '@' + 'c85bad8f80d80b29ea7b7a8fc89ea6334a96075d', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '27b9a776353c80bd06cde77f0470412d18b1b1c6', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult':