From 98bb968f7bed6ce8dc71030cd531479998a5a90f Mon Sep 17 00:00:00 2001 From: Autoroller Date: Wed, 7 Mar 2018 09:45:10 -0800 Subject: [PATCH] Roll chromium_revision ec5ab775db..f5178a2db6 (541385:541490) Change log: https://chromium.googlesource.com/chromium/src/+log/ec5ab775db..f5178a2db6 Full diff: https://chromium.googlesource.com/chromium/src/+/ec5ab775db..f5178a2db6 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/5daf8f3473..66f7459477 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/8c04da5f28..2510755a7d * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9e39e1dc9a..6e00a2af30 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/7fb4f2160c..464e09fdb9 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/e9c2db0e52..d554df7c36 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/406b235a95..6fbfa7cb20 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/437d435a01..b5bf9cfcc0 DEPS diff: https://chromium.googlesource.com/chromium/src/+/ec5ab775db..f5178a2db6/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I99eca772a85dffe8358ee8bdab3f330a86a0bf6c Reviewed-on: https://webrtc-review.googlesource.com/60472 Commit-Queue: WebRTC Buildbot Reviewed-by: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#22329} --- DEPS | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/DEPS b/DEPS index 5f930f8aec..ecaed47f37 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': 'ec5ab775dbcdf0a46e672b802ceaaf65890ae3be', + 'chromium_revision': 'f5178a2db63658139c213f1ff7bfca4d19886316', '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': '406b235a95c475c4bd67cf13f46603a5a2e027e8', + 'catapult_revision': '6fbfa7cb20f44fdf0a0336137a33febc44f6fd84', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -38,9 +38,9 @@ deps = { # TODO(kjellander): Move this to be Android-only once the libevent dependency # in base/third_party/libevent is solved. 'src/base': - Var('chromium_git') + '/chromium/src/base' + '@' + '5daf8f3473600716be64c5b8804ef946172ebb83', + Var('chromium_git') + '/chromium/src/base' + '@' + '66f7459477e48a57b77d495de0ee54fff441349d', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '8c04da5f2812743c4a4f0d6ab242769228732743', + Var('chromium_git') + '/chromium/src/build' + '@' + '2510755a7d462162952d1278c6445303087f76b1', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '2888931260f2a32bc583f005bd807a561b2fa6af', # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC. @@ -50,13 +50,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '9e39e1dc9a7e4e7a4f249352c5c560ac5ec816d1', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '6e00a2af3058d46768101dc6075662527080a344', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '7fb4f2160c4ce3e27a4ea401b3d474df03e8d732', + Var('chromium_git') + '/chromium/src/testing' + '@' + '464e09fdb9415b2b0eda3544e0ee3cd581b86b78', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'e9c2db0e52fdb73b6fd0ed62eb7921256052de1a', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'd554df7c360ca19a91d9d7fad43a216ce68f2bf1', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '635bc380968a76f6948fee65f80a0b28db53ae81', 'condition': 'checkout_android', @@ -159,7 +159,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' + '@' + '437d435a012528545fbe3bb54604711cd37fd154', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'b5bf9cfcc0756c7c508d3d78c59281af3e2baad2', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':