From 91bd263006ba0bd3bc6a3a9826cbc98c0434d75b Mon Sep 17 00:00:00 2001 From: Autoroller Date: Wed, 6 Dec 2017 08:45:34 -0800 Subject: [PATCH] Roll chromium_revision 11a86f3cdf..b04d8e25de (522096:522105) Change log: https://chromium.googlesource.com/chromium/src/+log/11a86f3cdf..b04d8e25de Full diff: https://chromium.googlesource.com/chromium/src/+/11a86f3cdf..b04d8e25de Changed dependencies: * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/e3265b9aa1..872e1368d9 DEPS diff: https://chromium.googlesource.com/chromium/src/+/11a86f3cdf..b04d8e25de/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I82779005f0b651d873c606e9e6c9e318784b0fe0 Reviewed-on: https://webrtc-review.googlesource.com/30320 Reviewed-by: WebRTC Buildbot Commit-Queue: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#21125} --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index e4f1f0eecb..11a5e220d0 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': '11a86f3cdf6ec7c30e39b6057dac82d5ac1836d8', + 'chromium_revision': 'b04d8e25de2f9a56bfe5df61e7cc4488193f66bd', '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' + '@' + '233b53253419c80dc8151f88eb8746af88398d7a', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'e3265b9aa14c4e80450cd8d973583904d80efa90', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '872e1368d9fcb55d44928d4384fc9a0644640c35', 'src/third_party/android_tools': { 'url': Var('chromium_git') + '/android_tools.git' + '@' + 'a2e9bc7c1b41d983577907df51d339fb1e0fd02f', 'condition': 'checkout_android',