From 534be46721935a0acf7d727c184ee25af571e628 Mon Sep 17 00:00:00 2001 From: Autoroller Date: Mon, 18 Dec 2017 01:45:24 -0800 Subject: [PATCH] Roll chromium_revision f3037b315b..41f6c8762d (524662:524668) Change log: https://chromium.googlesource.com/chromium/src/+log/f3037b315b..41f6c8762d Full diff: https://chromium.googlesource.com/chromium/src/+/f3037b315b..41f6c8762d Changed dependencies: * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/136c8c8b1f..20997c6a4a * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/0e5e739c55..f51d69b2fb DEPS diff: https://chromium.googlesource.com/chromium/src/+/f3037b315b..41f6c8762d/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: Id0a54958cf231833457641147ed04e32e124794e Reviewed-on: https://webrtc-review.googlesource.com/34320 Reviewed-by: WebRTC Buildbot Commit-Queue: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#21320} --- DEPS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DEPS b/DEPS index f08c202f25..da3c7c21bf 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': 'f3037b315b179f0d8b72053b8251bbbdfb4a69c9', + 'chromium_revision': '41f6c8762dca5575d4dfee57457fd6b47a93cad9', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -54,9 +54,9 @@ deps = { 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '136c8c8b1f976eb5eb03f2918a49239d3dc11877', + Var('chromium_git') + '/chromium/src/testing' + '@' + '20997c6a4a326d4c8803490f6d2369d0beed90b9', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '0e5e739c55cb8b7ec1e506e170b0e466ee9c226a', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'f51d69b2fb1e1a2dc7babd39975824249246ac5b', 'src/third_party/android_tools': { 'url': Var('chromium_git') + '/android_tools.git' + '@' + 'a2e9bc7c1b41d983577907df51d339fb1e0fd02f', 'condition': 'checkout_android',