From 5c69f37fdcf74713becc6bfa860fb43de4646bf3 Mon Sep 17 00:00:00 2001 From: Autoroller Date: Mon, 18 Dec 2017 10:46:40 -0800 Subject: [PATCH] Roll chromium_revision 6ab3ac0ff4..cc394fb813 (524736:524752) Change log: https://chromium.googlesource.com/chromium/src/+log/6ab3ac0ff4..cc394fb813 Full diff: https://chromium.googlesource.com/chromium/src/+/6ab3ac0ff4..cc394fb813 Changed dependencies: * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/22011ea8da..0223da9e1d * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/266e9888a2..180e5be02a * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/13e1a7e880..0054035008 DEPS diff: https://chromium.googlesource.com/chromium/src/+/6ab3ac0ff4..cc394fb813/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I8626824c01980c7dee3163f91bd5853e12734001 Reviewed-on: https://webrtc-review.googlesource.com/34580 Reviewed-by: WebRTC Buildbot Commit-Queue: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#21334} --- DEPS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DEPS b/DEPS index 11cad3647b..b688716697 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': '6ab3ac0ff48e8807dceeb198713d829975459452', + 'chromium_revision': 'cc394fb8130a1798a148bfa8899cda6fce28ef08', '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' + '@' + '22011ea8dabbe90f8fb14f3affe219fd0dde96ea', + Var('chromium_git') + '/chromium/src/testing' + '@' + '0223da9e1d664d0a62dfb29d4483c7193fb102b4', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '266e9888a2e5dcb52174d09b980c243b9bce868c', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '180e5be02ae1af2da693ffa9e623863985b55ae1', 'src/third_party/android_tools': { 'url': Var('chromium_git') + '/android_tools.git' + '@' + 'a2e9bc7c1b41d983577907df51d339fb1e0fd02f', 'condition': 'checkout_android', @@ -155,7 +155,7 @@ deps = { 'src/third_party/yasm/source/patched-yasm': Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'b98114e18d8b9b84586b10d24353ab8616d4c5fc', 'src/tools': - Var('chromium_git') + '/chromium/src/tools' + '@' + '13e1a7e8808ac9aea814a606b0918ce6d194e581', + Var('chromium_git') + '/chromium/src/tools' + '@' + '00540350089e4ff08ae5011f41e26bce88b6a169', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':