From f07e8fa1b5b0a51d79eaf3c403b6919c234d93fd Mon Sep 17 00:00:00 2001 From: Autoroller Date: Fri, 17 Nov 2017 19:55:35 -0800 Subject: [PATCH] Roll chromium_revision 14d631ca39..6ad0a6e52c (517684:517697) Change log: https://chromium.googlesource.com/chromium/src/+log/14d631ca39..6ad0a6e52c Full diff: https://chromium.googlesource.com/chromium/src/+/14d631ca39..6ad0a6e52c Changed dependencies: * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/7772d8ba62..14acaa118c * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/a7a6732303..9ae1ba99d3 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a7607d1daf..1926acf2fa DEPS diff: https://chromium.googlesource.com/chromium/src/+/14d631ca39..6ad0a6e52c/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I41a82309a4b438a3d85207156ae1db9f0d82ebf0 Reviewed-on: https://webrtc-review.googlesource.com/24135 Commit-Queue: WebRTC Buildbot Reviewed-by: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#20742} --- DEPS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DEPS b/DEPS index 3677e83679..1a22b86e07 100644 --- a/DEPS +++ b/DEPS @@ -7,7 +7,7 @@ vars = { 'checkout_configuration': 'default', 'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"', 'webrtc_git': 'https://webrtc.googlesource.com', - 'chromium_revision': '14d631ca392fa139a6f6b89d052d089b99758e33', + 'chromium_revision': '6ad0a6e52cd2efbe42a71db2408ea557eb5000f3', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -54,9 +54,9 @@ deps = { 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '7772d8ba623083cd9d1e5b6bd3097d6101e2d60b', + Var('chromium_git') + '/chromium/src/testing' + '@' + '14acaa118cfb712cd3ffc6de40646fb3498d631f', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'a7a6732303e95420c7faf6571f013fb686182e00', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '9ae1ba99d3fca3c434a8182d36f86ceb78610cef', 'src/third_party/android_tools': { 'url': Var('chromium_git') + '/android_tools.git' + '@' + '9914c5704717424998c69e837be3631914d787cc', 'condition': 'checkout_android', @@ -155,7 +155,7 @@ deps = { 'src/third_party/yasm/source/patched-yasm': Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'b98114e18d8b9b84586b10d24353ab8616d4c5fc', 'src/tools': - Var('chromium_git') + '/chromium/src/tools' + '@' + 'a7607d1daf60f2b2ed58ab44f2288e1b21fb0e4c', + Var('chromium_git') + '/chromium/src/tools' + '@' + '1926acf2facc17d8ce8c261a47fc222b1897179d', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':