From 5876887f2b203278cbbd1d98b4998e194f3398e5 Mon Sep 17 00:00:00 2001 From: Autoroller Date: Sat, 2 Dec 2017 09:46:24 -0800 Subject: [PATCH] Roll chromium_revision 0f585a0853..88cc18694b (521214:521215) Change log: https://chromium.googlesource.com/chromium/src/+log/0f585a0853..88cc18694b Full diff: https://chromium.googlesource.com/chromium/src/+/0f585a0853..88cc18694b Changed dependencies: * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/319b880a8e..c0bef16353 DEPS diff: https://chromium.googlesource.com/chromium/src/+/0f585a0853..88cc18694b/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I577e8e97faa27e80f3d0f80c6a5045e6f9f2ee9d Reviewed-on: https://webrtc-review.googlesource.com/28585 Commit-Queue: WebRTC Buildbot Reviewed-by: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#21003} --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index 6a958943de..c3ecf17662 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': '0f585a085387a633ecd3b1968955b6a5a8b96b90', + 'chromium_revision': '88cc18694b55037d12c0fdb3e6394b3c77ef341a', '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' + '@' + 'c654cb811b454b9f035e7bcc6056c4aed8bac557', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '319b880a8e63ce888fdee8aeb5764384c698249c', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'c0bef16353c92bc6b7b7fdbaf34de0f44a7a36d4', 'src/third_party/android_tools': { 'url': Var('chromium_git') + '/android_tools.git' + '@' + 'a2e9bc7c1b41d983577907df51d339fb1e0fd02f', 'condition': 'checkout_android',