From 1e1c1ff7b917b6c6403d078cfcf7b7b04a7836df Mon Sep 17 00:00:00 2001 From: buildbot Date: Sun, 19 Feb 2017 08:36:35 -0800 Subject: [PATCH] Roll chromium_revision bfe8b45bd5..0fea64cb0a (451520:451522) Change log: https://chromium.googlesource.com/chromium/src/+log/bfe8b45bd5..0fea64cb0a Full diff: https://chromium.googlesource.com/chromium/src/+/bfe8b45bd5..0fea64cb0a Changed dependencies: * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/893b877317..c85bad8f80 DEPS diff: https://chromium.googlesource.com/chromium/src/+/bfe8b45bd5..0fea64cb0a/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2707753002 Cr-Commit-Position: refs/heads/master@{#16701} --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index cb18a22d10..5690e48324 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': 'bfe8b45bd5c667f9614c6ed9dfc74ed2bdcf5919', + 'chromium_revision': '0fea64cb0a598ecd2051bb7c58e6fbf9422b1aef', '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' + '@' + '893b87731767c17bc7fc703be5e478b3397f553e', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'c85bad8f80d80b29ea7b7a8fc89ea6334a96075d', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult':