From 06c31f6e7007f9f015d054bcffb543150d840641 Mon Sep 17 00:00:00 2001 From: chromium-webrtc-autoroll Date: Thu, 28 Feb 2019 18:01:34 -0800 Subject: [PATCH] Roll chromium_revision d1e2a1cf94..24eaf090c6 (636518:636660) Change log: https://chromium.googlesource.com/chromium/src/+log/d1e2a1cf94..24eaf090c6 Full diff: https://chromium.googlesource.com/chromium/src/+/d1e2a1cf94..24eaf090c6 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/0d53c5f3da..0fcf4e9dab * src/build: https://chromium.googlesource.com/chromium/src/build/+log/fd5dfdcf2e..04fc46b7f3 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/c706bbdd2a..55e66f3de2 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/5c87560c5d..dd59287cdb * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/81f420a912..45a42d789d * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/3c7b056c0c..9950df105a * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/fe34723a55..5117888302 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/41268576ad..7e1e8a4f7d * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/fff19e1bd9..ea9a2ac2b9 DEPS diff: https://chromium.googlesource.com/chromium/src/+/d1e2a1cf94..24eaf090c6/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I5fc1c69b86fc50b4a328b43c70e43c90215af43b Reviewed-on: https://webrtc-review.googlesource.com/c/125124 Reviewed-by: Autoroller Commit-Queue: Autoroller Cr-Commit-Position: refs/heads/master@{#26913} --- DEPS | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/DEPS b/DEPS index 9ab81acfb2..60b06ec08e 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': 'd1e2a1cf94562db16fa13e3ae53315960d0ca9fe', + 'chromium_revision': '24eaf090c65a700d16f16661d5443a602b7aeb04', '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': '3c7b056c0c8bee3b6649194c55d083be1cb9c3ba', + 'catapult_revision': '9950df105a7c461881c43cb1e20c427f4759f00f', # 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,9 +46,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' + '@' + '0d53c5f3da378623813538da5801f3f1201927b5', + Var('chromium_git') + '/chromium/src/base' + '@' + '0fcf4e9dabddf9702e30482c2867e34ccedc3cfc', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + 'fd5dfdcf2ed86bed46da0ef5bd50c29e4973780f', + Var('chromium_git') + '/chromium/src/build' + '@' + '04fc46b7f35890933893e6ca1ea1893111203415', 'src/buildtools': Var('chromium_git') + '/chromium/src/buildtools' + '@' + '3e50219fc4503f461b2176a9976891b28d80f9ab', # 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' + '@' + 'c706bbdd2a4647ec15bd20351ed9e615e5cfaf37', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '55e66f3de23ca5d4baa60cd50e78cb1f3fe429a8', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '5c87560c5dc27a2813d06a3e5e2741aa850eb099', + Var('chromium_git') + '/chromium/src/testing' + '@' + 'dd59287cdb2bfe958e9a2c357006761300ca4767', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '81f420a9121f2cd74cd0131c8497cf0207c57c6b', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '45a42d789d29650439b231bfaac9652e20079011', 'src/buildtools/clang_format/script': Var('chromium_git') + '/chromium/llvm-project/cfe/tools/clang-format.git' + '@' + '96636aa0e9f047f17447f2d45a094d0b59ed7917', @@ -121,13 +121,13 @@ 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' + '@' + 'fe34723a55ec71b235512eac5ad561faf3151d6e', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '5117888302cfc6e8a6fc58de1148c18c15012317', 'src/third_party/errorprone/lib': { 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7', 'condition': 'checkout_android', }, 'src/third_party/ffmpeg': - Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '41268576ad9a8b760287101f4f58d0ef468798af', + Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '7e1e8a4f7df474a4f8109c507a09621acad40314', 'src/third_party/findbugs': { 'url': Var('chromium_git') + '/chromium/deps/findbugs.git' + '@' + '4275d9ac8610db6b1bc9a5e887f97e41b33fac67', 'condition': 'checkout_android', @@ -239,7 +239,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' + '@' + 'fff19e1bd98c634cbb66268eecd48fb3897c6b47', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'ea9a2ac2b9ff2b821549b57d25bc1c3af6215602', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),