From 5561b4c09c820ec69e695a403d3b3af3bdfb0fde Mon Sep 17 00:00:00 2001 From: buildbot Date: Sat, 14 Jan 2017 23:31:47 -0800 Subject: [PATCH] Roll chromium_revision b4dbf044c5..15d49484f9 (443809:443812) Change log: https://chromium.googlesource.com/chromium/src/+log/b4dbf044c5..15d49484f9 Full diff: https://chromium.googlesource.com/chromium/src/+/b4dbf044c5..15d49484f9 Changed dependencies: * src/buildtools: https://chromium.googlesource.com/chromium/buildtools.git/+log/9a947138bc..cb12d6e864 DEPS diff: https://chromium.googlesource.com/chromium/src/+/b4dbf044c5..15d49484f9/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2637673002 Cr-Commit-Position: refs/heads/master@{#16076} --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index adff71b653..3e4737128b 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': 'b4dbf044c53ead8422a063e7c27ae9999cbecb4d', + 'chromium_revision': '15d49484f94e5755c3ef4aaa825cbce65002f912', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -42,7 +42,7 @@ deps = { 'src/build': Var('chromium_git') + '/chromium/src/build' + '@' + '9a3fba5915a7a12ebf54b6f041f852fedd8b6271', 'src/buildtools': - Var('chromium_git') + '/chromium/buildtools.git' + '@' + '9a947138bc5851bce3e9ddb1c3420d12a8f27c25', + Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'cb12d6e8641f0c9b0fbbfa4bf17c55c6c0d3c38f', 'src/testing': Var('chromium_git') + '/chromium/src/testing' + '@' + 'abb23565b5e1c404af41ee75e46afd406c563ffd', 'src/testing/gtest':