From bcd68230f923970ad6e5986bce91d798c6cda23b Mon Sep 17 00:00:00 2001 From: Autoroller Date: Sat, 9 Dec 2017 08:58:31 -0800 Subject: [PATCH] Roll chromium_revision 21025b8461..410ede8d7b (522997:523000) Change log: https://chromium.googlesource.com/chromium/src/+log/21025b8461..410ede8d7b Full diff: https://chromium.googlesource.com/chromium/src/+/21025b8461..410ede8d7b Changed dependencies: * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/a72f0920a3..efcdc201d8 DEPS diff: https://chromium.googlesource.com/chromium/src/+/21025b8461..410ede8d7b/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I8ea95218de7f63397d59c72a506549a0be541296 Reviewed-on: https://webrtc-review.googlesource.com/31702 Reviewed-by: WebRTC Buildbot Commit-Queue: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#21179} --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index 07a7bc8d38..ecb15d1760 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': '21025b8461ad6d5d90bdfa296171bddd755afd5f', + 'chromium_revision': '410ede8d7b0f1216d7e85419547d95ca3cff556c', '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' + '@' + '51652fb72c80914cd5f10a9e7505c704cd059c0d', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'a72f0920a3ff6b71f75cdd442f04b4ba6a2b638b', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'efcdc201d854ee342f449439d8bbb33b32db1a99', 'src/third_party/android_tools': { 'url': Var('chromium_git') + '/android_tools.git' + '@' + 'a2e9bc7c1b41d983577907df51d339fb1e0fd02f', 'condition': 'checkout_android',