From 81ec592b648535dbf251cd19cece8ee8adbfe8ec Mon Sep 17 00:00:00 2001 From: buildbot Date: Fri, 28 Apr 2017 21:07:15 -0700 Subject: [PATCH] Roll chromium_revision b416391e0a..6f9127a09a (468198:468222) Change log: https://chromium.googlesource.com/chromium/src/+log/b416391e0a..6f9127a09a Full diff: https://chromium.googlesource.com/chromium/src/+/b416391e0a..6f9127a09a Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/b989bd1458..3ec90df7cf * src/build: https://chromium.googlesource.com/chromium/src/build/+log/23ab15d13e..853f22fc61 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/10fdbbd967..eb258a4ef8 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/cec732b51f..dc23ea067f DEPS diff: https://chromium.googlesource.com/chromium/src/+/b416391e0a..6f9127a09a/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2853683002 Cr-Commit-Position: refs/heads/master@{#17940} --- DEPS | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/DEPS b/DEPS index e7460a2e13..9543eeceb7 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': 'b416391e0ae62217afb7ea5ffeb04ab2640a96ed', + 'chromium_revision': '6f9127a09a54711eed16c5e386ed02453309ed91', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -34,9 +34,9 @@ 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' + '@' + 'b989bd1458f545e82ef37f53b793e7fe044e4a63', + Var('chromium_git') + '/chromium/src/base' + '@' + '3ec90df7cfb29595524e156ab0ace08d7bf42ba9', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '23ab15d13e5db755f2e8c8f9eaca12dbc8d9aea1', + Var('chromium_git') + '/chromium/src/build' + '@' + '853f22fc61f50c5749279c3c51cca22e4bb91e8b', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '98f00fa10dbad2cdbb2e297a66c3d6d5bc3994f3', 'src/testing': @@ -46,7 +46,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' + '@' + '10fdbbd967c2a5f0fde507679f351f8393cf0125', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'eb258a4ef862220fdf4a5559922fcf3cbbab7344', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult': @@ -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' + '@' + 'cec732b51fa080c861b481887c1e1bbcf129b132', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'dc23ea067f6233e1dd99e68453da27d226226e1d', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'eb296f67da078ec01f5e3a9ea9cdc6d26d680161', 'src/tools/swarming_client':