From f85b6d24e13bc46ef196b711d078b13e79b4d0c2 Mon Sep 17 00:00:00 2001 From: chromium-webrtc-autoroll Date: Mon, 19 Nov 2018 13:02:40 -0800 Subject: [PATCH] Roll chromium_revision 9508bd7fec..2f3cca903d (609314:609431) Change log: https://chromium.googlesource.com/chromium/src/+log/9508bd7fec..2f3cca903d Full diff: https://chromium.googlesource.com/chromium/src/+/9508bd7fec..2f3cca903d Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/a7a44d188f..49ee2640d0 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/2fb6537bf5..1f137f3ff1 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/f95853f345..6a40da2605 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/014b747ae8..5c4176ab27 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/b00e815505..033f34f8a6 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/352a0e0997..5913160a7d * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/af3328fc7a..ae6836ecee * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/680144374b..b3e41a22cf DEPS diff: https://chromium.googlesource.com/chromium/src/+/9508bd7fec..2f3cca903d/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: Id280b564dec8d94b03b0c761174239aeddd1c0c0 Reviewed-on: https://webrtc-review.googlesource.com/c/111442 Reviewed-by: Autoroller Commit-Queue: Autoroller Cr-Commit-Position: refs/heads/master@{#25703} --- DEPS | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/DEPS b/DEPS index 0c2970ad7e..801fc6444f 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': '9508bd7fec86a806dd055014235ec5bad6a96dc7', + 'chromium_revision': '2f3cca903d946b8445d91fd8e6a3fa947452ab23', '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': '352a0e0997b945a08a0c0b25e600fec59ed9ce22', + 'catapult_revision': '5913160a7d40a5d0edb2578f3bb769e8667d41a9', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -42,9 +42,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' + '@' + 'a7a44d188fe518f96d21632f38b9e9605c3448eb', + Var('chromium_git') + '/chromium/src/base' + '@' + '49ee2640d0f0ca8d8841e5e9522876f7d7d472b5', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '2fb6537bf59c9c9a736997b8bd888ca0ecf54322', + Var('chromium_git') + '/chromium/src/build' + '@' + '1f137f3ff1fcff8bfe53a9f1d966583619b0dddc', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '13a00f110ef910a25763346d6538b60f12845656', # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC. @@ -54,13 +54,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'f95853f345971ba3bed93cc5a54e4d007246d08c', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '6a40da2605899cbf1d530fe64355b83e54d0f158', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '014b747ae8b8b25571ac82ae8932a6cf12ab5e25', + Var('chromium_git') + '/chromium/src/testing' + '@' + '5c4176ab27d0d0d8490c7793cb29755a71488466', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'b00e8155052269c26108aabfee689eae3f1cfdc1', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '033f34f8a6581abdd6f1fbf7a1c4b5179463cec1', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884', 'condition': 'checkout_android', @@ -107,7 +107,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' + '@' + 'af3328fc7a75c5462e2d0078b9d59b0a5e5e90c1', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'ae6836ecee576f30a16050b84e5e97f69d584851', 'src/third_party/errorprone/lib': { 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7', 'condition': 'checkout_android', @@ -225,7 +225,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' + '@' + '680144374b2b476e791e4456665beac8b0c6dfa6', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'b3e41a22cf1b12e43281dfb8a9c696fa909eac12', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),