From 3e3905d737a64294c44709e0863015e6812eb931 Mon Sep 17 00:00:00 2001 From: buildbot Date: Mon, 8 May 2017 07:33:08 -0700 Subject: [PATCH] Roll chromium_revision d27b3ffe03..2f527dbd8d (469941:469971) Change log: https://chromium.googlesource.com/chromium/src/+log/d27b3ffe03..2f527dbd8d Full diff: https://chromium.googlesource.com/chromium/src/+/d27b3ffe03..2f527dbd8d Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/1aa92dabf4..ddc1e83581 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/08355ee7ba..2f6b51b68d * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/e0ec8d0a8b..a4faff79d2 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/112c73f687..e213d545bb DEPS diff: https://chromium.googlesource.com/chromium/src/+/d27b3ffe03..2f527dbd8d/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2869763003 Cr-Commit-Position: refs/heads/master@{#18051} --- DEPS | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/DEPS b/DEPS index de1c1c0dbf..179ecd7529 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': 'd27b3ffe038eba9c733337eccec5dae067118521', + 'chromium_revision': '2f527dbd8d4c88f201b52f44ff94f4c4dcf6f578', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -34,15 +34,15 @@ deps = { # TODO(kjellander): Move this to be Android-only once the libevent dependency # in base/third_party/libevent is solved. 'src/base': - Var('chromium_git') + '/chromium/src/base' + '@' + '1aa92dabf48d5d0216824ad1bd95bf16a2a27a8f', + Var('chromium_git') + '/chromium/src/base' + '@' + 'ddc1e835812392de6c7888ba11cdd1cba6b4ac88', 'src/build': Var('chromium_git') + '/chromium/src/build' + '@' + 'ab75dcc805af325e812f1dffaa38298186a2ca4d', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '98f00fa10dbad2cdbb2e297a66c3d6d5bc3994f3', 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '08355ee7ba1c141c85a985bb8e4086d1bfd7fd17', + Var('chromium_git') + '/chromium/src/testing' + '@' + '2f6b51b68d79115e0ef29c1c36b1973b42c8bed2', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'e0ec8d0a8bbc19a0d5caf927fb213673c9a1a84a', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'a4faff79d244008109e98b9288aef4d99d37573d', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult': @@ -77,7 +77,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' + '@' + '112c73f68710ed1f5b924041509b168e2daa4a31', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'e213d545bb712ff38c4e46b52ed208f9ffb83abd', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'eb296f67da078ec01f5e3a9ea9cdc6d26d680161', 'src/tools/swarming_client':