From 51df88c674cab48bde1129e70f6a5db3fec0ce5f Mon Sep 17 00:00:00 2001 From: Autoroller Date: Tue, 5 Dec 2017 22:46:46 -0800 Subject: [PATCH] Roll chromium_revision 904d1dfc4a..3fc597bc88 (522019:522029) Change log: https://chromium.googlesource.com/chromium/src/+log/904d1dfc4a..3fc597bc88 Full diff: https://chromium.googlesource.com/chromium/src/+/904d1dfc4a..3fc597bc88 Changed dependencies: * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/e43d4789c2..130140f4cc * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/0d5bbe79e3..c4235acfc1 DEPS diff: https://chromium.googlesource.com/chromium/src/+/904d1dfc4a..3fc597bc88/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I840c6c8237f4bcb6f5749faff6eae83fc2fe89ad Reviewed-on: https://webrtc-review.googlesource.com/30122 Reviewed-by: WebRTC Buildbot Commit-Queue: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#21107} --- DEPS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DEPS b/DEPS index 93012ca7e8..e2000f1c8f 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': '904d1dfc4a5bad0842a09c41a659bb18a0bb6bc4', + 'chromium_revision': '3fc597bc88491b6dfb19bcfc8dc2a42f02d16b3e', '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' + '@' + 'bdefb167ea1ca8910d015cc457b7fae2734ccf38', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'e43d4789c2ceb74acea5732ca55d9860b0590baa', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '130140f4cc5892a819c4a33959cd817127250a4d', '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' + '@' + '0d5bbe79e30a65d164d3084cfe60e4928e63d3e8', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'c4235acfc1b0e0c8e2d3f4c4d1618e32ecf74874', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':