From adae52b58844e110cfc577043ebb42c0ff0df3c6 Mon Sep 17 00:00:00 2001 From: chromium-webrtc-autoroll Date: Fri, 14 Dec 2018 17:03:14 -0800 Subject: [PATCH] Roll chromium_revision 84fedb7e68..31225b9c5f (616714:616901) Change log: https://chromium.googlesource.com/chromium/src/+log/84fedb7e68..31225b9c5f Full diff: https://chromium.googlesource.com/chromium/src/+/84fedb7e68..31225b9c5f Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/223d04a583..0dc1321d01 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/0f11ec6c6f..cf28da6df0 * src/buildtools: https://chromium.googlesource.com/chromium/buildtools.git/+log/5cce74c6ae..7d88270de1 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9801145f9d..0e16b20a79 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/b428b7b027..fff53069be * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/986b95290c..b562e11267 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/afefc1c51f..2ce7ac89a3 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/c6a8d114b0..a3773d1f30 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/4fa1fbf2b9..3f1bcaca7f DEPS diff: https://chromium.googlesource.com/chromium/src/+/84fedb7e68..31225b9c5f/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I441272bab6f5cf50f49c1320ed4d96e4b2929cef Reviewed-on: https://webrtc-review.googlesource.com/c/114506 Reviewed-by: Autoroller Commit-Queue: Autoroller Cr-Commit-Position: refs/heads/master@{#26021} --- DEPS | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/DEPS b/DEPS index 284751b075..719b0bd5a5 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': '84fedb7e684737de66eb4f9310dd805e74ba72c7', + 'chromium_revision': '31225b9c5f3f685d65f742dc129241c30c32157c', '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': 'afefc1c51fc4536ee0c1bfc7d07dda5225dceaac', + 'catapult_revision': '2ce7ac89a3e96e501f512ce1367e00f76b0d209a', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -46,11 +46,11 @@ 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' + '@' + '223d04a583510687ffe3fed99b251a3e79e3aa20', + Var('chromium_git') + '/chromium/src/base' + '@' + '0dc1321d0130bb4580317796fb2526d8ef6ebc57', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '0f11ec6c6f0bed9f851cd01f62ebb1fef379a0df', + Var('chromium_git') + '/chromium/src/build' + '@' + 'cf28da6df0ea4ea2210510e9c8e429d1437a5023', 'src/buildtools': - Var('chromium_git') + '/chromium/buildtools.git' + '@' + '5cce74c6ae2e0a24751e92b3ed3f92f8e76935ec', + Var('chromium_git') + '/chromium/buildtools.git' + '@' + '7d88270de197ebe8b439ab5eb57a4a2a0bb810e0', # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC. 'src/examples/androidtests/third_party/gradle': { 'url': Var('chromium_git') + '/external/github.com/gradle/gradle.git' + '@' + @@ -58,13 +58,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '9801145f9d857e748dd3af29aa52cc9e7dd8655a', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '0e16b20a7900f9636bb8f21372003cef5b5b81a5', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'b428b7b02712202fa805e59cbacf0375ea60a997', + Var('chromium_git') + '/chromium/src/testing' + '@' + 'fff53069be216db81aa30da9adb09aa78bb4ea2a', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '986b95290ce90b87e4d050f2c7500b463479bbf6', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'b562e11267c06c43b7c4204b52401e3d252b0f28', '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' + '@' + 'c6a8d114b060f5f68637e8897712a24252402377', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'a3773d1f30e1ef45a3ac091a8370fbb719afc70f', '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' + '@' + '4fa1fbf2b9b4f36b93df58a776f874450248282b', + Var('chromium_git') + '/chromium/src/tools' + '@' + '3f1bcaca7fa518419eeedac1f57131197c2051d5', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),