From 97bc514df0ef277663dc330a823c6b2b511ff3b8 Mon Sep 17 00:00:00 2001 From: Autoroller Date: Mon, 30 Oct 2017 23:35:20 -0700 Subject: [PATCH] Roll chromium_revision c44c3a556e..87f4947e86 (512751:512764) Change log: https://chromium.googlesource.com/chromium/src/+log/c44c3a556e..87f4947e86 Full diff: https://chromium.googlesource.com/chromium/src/+/c44c3a556e..87f4947e86 Changed dependencies: * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/82501a6a08..f34f0afe78 DEPS diff: https://chromium.googlesource.com/chromium/src/+/c44c3a556e..87f4947e86/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: Ib2d7ce1f3d788cf761931ef6e4cbe6f3c6451e3f Reviewed-on: https://webrtc-review.googlesource.com/17243 Commit-Queue: WebRTC Buildbot Reviewed-by: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#20491} --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index e49cd79d09..debc653e20 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': 'c44c3a556ef57342091b0e638ac748d68b5084ea', + 'chromium_revision': '87f4947e86ed52752f43eb8dd2309c01484a7cd9', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -56,7 +56,7 @@ deps = { 'src/testing': Var('chromium_git') + '/chromium/src/testing' + '@' + '596142d858951714b82a83d9c6efb4c161e6e14c', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '82501a6a08983d2861c2ba469e823aa7fce263ca', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'f34f0afe789ab43c9dab938ee0267eab03526905', 'src/third_party/android_tools': { 'url': Var('chromium_git') + '/android_tools.git' + '@' + 'ca0bd083872ad925881736fe2bedc3ff855e08f5', 'condition': 'checkout_android',