From 6db7cd220d686443d573955df36247d0acc00624 Mon Sep 17 00:00:00 2001 From: buildbot Date: Sat, 18 Feb 2017 08:40:15 -0800 Subject: [PATCH] Roll chromium_revision aebdbddd1c..8a40fe5f00 (451457:451463) Change log: https://chromium.googlesource.com/chromium/src/+log/aebdbddd1c..8a40fe5f00 Full diff: https://chromium.googlesource.com/chromium/src/+/aebdbddd1c..8a40fe5f00 Changed dependencies: * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/da5fd72bf2..fed2712e80 DEPS diff: https://chromium.googlesource.com/chromium/src/+/aebdbddd1c..8a40fe5f00/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2704893002 Cr-Commit-Position: refs/heads/master@{#16692} --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index 0340fb49e9..2b2d1a501d 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': 'aebdbddd1caea79bd6d3875fb093be2197264585', + 'chromium_revision': '8a40fe5f00e8b6c3363194f69fe9b2b4f79781b8', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -85,7 +85,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' + '@' + 'da5fd72bf2903f7ad1bfb694326e165086196310', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'fed2712e80a3748bacb7a9c0d8505e581e59fbfb', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'e7079f0e0e14108ab0dba58728ff219637458563', 'src/tools/swarming_client':