From 9e24fc21960cf9dc6f9171f2951d538b95e637c9 Mon Sep 17 00:00:00 2001 From: chromium-webrtc-autoroll Date: Fri, 1 Feb 2019 06:03:47 -0800 Subject: [PATCH] Roll chromium_revision ecc3b419cc..6893a4aa8c (628213:628317) Change log: https://chromium.googlesource.com/chromium/src/+log/ecc3b419cc..6893a4aa8c Full diff: https://chromium.googlesource.com/chromium/src/+/ecc3b419cc..6893a4aa8c Changed dependencies * src/build: https://chromium.googlesource.com/chromium/src/build/+log/c1ab94d375..2a08c53df7 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/4575f3bdbc..0781525936 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a03407ae65..93962b71ec * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/8ed004f3ee..82963b25c5 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/b6cc5a6baf..da7318dd0e * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/39b0b8e32a..4f738c1fe5 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/6b7b19a20e..f64cfca0b9 DEPS diff: https://chromium.googlesource.com/chromium/src/+/ecc3b419cc..6893a4aa8c/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I0677b11e67205f3cc4607600592bcbc5d882b2d4 Reviewed-on: https://webrtc-review.googlesource.com/c/120940 Reviewed-by: Autoroller Commit-Queue: Autoroller Cr-Commit-Position: refs/heads/master@{#26514} --- DEPS | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/DEPS b/DEPS index 6539fc6c70..326ab65a13 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': 'ecc3b419ccd527eae97591be43cb6d6284ec8e2c', + 'chromium_revision': '6893a4aa8ce2a31d4fa414e1b0e88033d201d763', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -24,7 +24,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': 'b6cc5a6baf93cfa6feeb240eea75c454506b0c3c', + 'catapult_revision': 'da7318dd0eeb291214442bd53cd71a13447b8fed', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -48,7 +48,7 @@ deps = { 'src/base': Var('chromium_git') + '/chromium/src/base' + '@' + 'ed586db47d84d28b85dc8bea173512fbf9061465', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + 'c1ab94d375f10578b3d207eca8fe4fb35274efb7', + Var('chromium_git') + '/chromium/src/build' + '@' + '2a08c53df7ac830b78999682c5b52e291ce7a2fb', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '6fbda1b24c1893a893b17aa219b765b9e7c801d8', # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC. @@ -58,13 +58,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '4575f3bdbc5e2986f02c1a79e0b6a20d9e715062', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '0781525936c52705c584eace80d8790b43d01c5e', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'a03407ae65d8e1c38e59b29305151193eed2b034', + Var('chromium_git') + '/chromium/src/testing' + '@' + '93962b71ecf42f5667a8100e4faf0aa3e5af243d', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '8ed004f3ee04aae2fe26248cbd21af6d0443950d', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '82963b25c5f29361be4160e9775628bbcdb00c7c', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884', 'condition': 'checkout_android', @@ -111,7 +111,7 @@ deps = { 'src/third_party/colorama/src': Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8', 'src/third_party/depot_tools': - Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '39b0b8e32a4ed0675a38d97799e8a219cc549910', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '4f738c1fe58170ab1bc849381d62d28222920815', 'src/third_party/errorprone/lib': { 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7', 'condition': 'checkout_android', @@ -229,7 +229,7 @@ deps = { 'src/third_party/yasm/source/patched-yasm': Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '720b70524a4424b15fc57e82263568c8ba0496ad', 'src/tools': - Var('chromium_git') + '/chromium/src/tools' + '@' + '6b7b19a20ef3fadefb3b6506da23b706f1a48a27', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'f64cfca0b9c0d8672af67869789d063776a6dbe7', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),