From 4103ac4183cb517002f484cf2ebd5ab021c184c1 Mon Sep 17 00:00:00 2001 From: Autoroller Date: Tue, 19 Dec 2017 06:45:50 -0800 Subject: [PATCH] Roll chromium_revision e5fb71ede8..20e3cf9d29 (525011:525025) Change log: https://chromium.googlesource.com/chromium/src/+log/e5fb71ede8..20e3cf9d29 Full diff: https://chromium.googlesource.com/chromium/src/+/e5fb71ede8..20e3cf9d29 Changed dependencies: * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/517a6b1574..91944415ba * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/c8b601a670..c1218b02df * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/e3b4c57dcb..c68d772108 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d5c1e41058..9426b014ea DEPS diff: https://chromium.googlesource.com/chromium/src/+/e5fb71ede8..20e3cf9d29/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I426498a00cacc111b75ec6f06d3f19e82a148da9 Reviewed-on: https://webrtc-review.googlesource.com/34860 Reviewed-by: WebRTC Buildbot Commit-Queue: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#21367} --- DEPS | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/DEPS b/DEPS index fd545ad4eb..0da9cdf0c3 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': 'e5fb71ede8b4076f9ebd01bb033ed870c8b204e8', + 'chromium_revision': '20e3cf9d29c9abdddea9bd1519c4c9043127c6dc', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -28,7 +28,7 @@ vars = { # Three lines of non-changing comments so that # the commit queue can handle CLs rolling catapult # and whatever else without interference from each other. - 'catapult_revision': 'e3b4c57dcbbb729558d5d41fc2154d6f6a69ceae', + 'catapult_revision': 'c68d77210850701f125f85e73c80f85946e9c5a0', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -50,13 +50,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '517a6b15747151fd48b7659401f420a7fb3c4f10', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '91944415ba5a30bc3034da3ce7c38f01c021f719', 'condition': 'checkout_ios', }, 'src/testing': Var('chromium_git') + '/chromium/src/testing' + '@' + '1f74cc36d09a42c70683a7ac9e0560e6344164bc', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'c8b601a6700f6395fce6b44e8f84fd8ade94a44c', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'c1218b02dfa989235e807d26222e28a0dd94a466', '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' + '@' + 'd5c1e41058ccba00c180764263294e72110fdef5', + Var('chromium_git') + '/chromium/src/tools' + '@' + '9426b014ea767ad56a2da493b304de7fc87388e5', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':