From 8cc642b5550fedaccbd7bd6ae027c8891d559d69 Mon Sep 17 00:00:00 2001 From: buildbot Date: Sun, 9 Apr 2017 06:14:22 -0700 Subject: [PATCH] Roll chromium_revision d5df028c94..5e27d4b8d1 (463137:463138) Change log: https://chromium.googlesource.com/chromium/src/+log/d5df028c94..5e27d4b8d1 Full diff: https://chromium.googlesource.com/chromium/src/+/d5df028c94..5e27d4b8d1 Changed dependencies: * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/1c8bc8ac1d..432368e757 DEPS diff: https://chromium.googlesource.com/chromium/src/+/d5df028c94..5e27d4b8d1/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2809533002 Cr-Commit-Position: refs/heads/master@{#17599} --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index 411ecbaec0..aeb031ff70 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': 'd5df028c94de16ee0903b1c2f9ab5d39179d38af', + 'chromium_revision': '5e27d4b8d16d9830e52a44a44b4ff501a2a2e667', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -79,7 +79,7 @@ deps = { 'src/third_party/yasm/source/patched-yasm': Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '7da28c6c7c6a1387217352ce02b31754deb54d2a', 'src/tools': - Var('chromium_git') + '/chromium/src/tools' + '@' + '1c8bc8ac1dd8d233dc904df21ae1269ba6721752', + Var('chromium_git') + '/chromium/src/tools' + '@' + '432368e757d3207b85be4abe6cbabc3e8f06d260', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'e7079f0e0e14108ab0dba58728ff219637458563', 'src/tools/swarming_client':