From a23344c3435741839b648217bb86067bfcf4af14 Mon Sep 17 00:00:00 2001 From: Autoroller Date: Sun, 19 Nov 2017 18:00:53 -0800 Subject: [PATCH] Roll chromium_revision 6f117f26d7..27d7d5f523 (517740:517741) Change log: https://chromium.googlesource.com/chromium/src/+log/6f117f26d7..27d7d5f523 Full diff: https://chromium.googlesource.com/chromium/src/+/6f117f26d7..27d7d5f523 Changed dependencies: * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/c9f62ea767..269f9b1951 DEPS diff: https://chromium.googlesource.com/chromium/src/+/6f117f26d7..27d7d5f523/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: Iabcdff055cc1c8959e3e3409690303f163425546 Reviewed-on: https://webrtc-review.googlesource.com/24424 Commit-Queue: WebRTC Buildbot Reviewed-by: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#20776} --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index 6264f70883..57cb2ddea3 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': '6f117f26d776f0ba5657451d89800f556a30c3f3', + 'chromium_revision': '27d7d5f523cbee15622c69ff8bc37ef6eeffd52e', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -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' + '@' + 'c9f62ea7676e1081c1d908eeb423331f592a4bd7', + Var('chromium_git') + '/chromium/src/tools' + '@' + '269f9b1951d136db5d160966f244128fc6d96655', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':