From 6bf20549bbcbb839ad0d9c7a2cb55f4c6f5484ed Mon Sep 17 00:00:00 2001 From: chromium-webrtc-autoroll Date: Fri, 2 Nov 2018 03:02:54 -0700 Subject: [PATCH] Roll chromium_revision 734e273d43..e842ab5f98 (604373:604874) Change log: https://chromium.googlesource.com/chromium/src/+log/734e273d43..e842ab5f98 Full diff: https://chromium.googlesource.com/chromium/src/+/734e273d43..e842ab5f98 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/b183a851a2..21e62a143e * src/build: https://chromium.googlesource.com/chromium/src/build/+log/725a228df7..6a59547c6a * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/cac0c52414..e75336fdcb * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/ee1dadff8d..5c39abcfdc * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/e723f78f47..df2b6d7a3e * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/e3f4b1f5ee..971689c059 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/9afc6490c1..fec80c4135 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a761264246..7abb2b49bb DEPS diff: https://chromium.googlesource.com/chromium/src/+/734e273d43..e842ab5f98/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: Ia16e693acfb129aecbbbcb40486880e46d94f494 Reviewed-on: https://webrtc-review.googlesource.com/c/109100 Reviewed-by: Autoroller Commit-Queue: Autoroller Cr-Commit-Position: refs/heads/master@{#25482} --- DEPS | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/DEPS b/DEPS index 4518a87d63..32843d8954 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': '734e273d43b3dc90913a7b53128a4e41e68fb11c', + 'chromium_revision': 'e842ab5f98d917193d1737d2b38475b97969e111', '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': 'e3f4b1f5ee138aee4cb0bbaf95dd949811b58bd7', + 'catapult_revision': '971689c0597c1b92614e0700e3c5d2518f0e70ee', # 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' + '@' + 'b183a851a28c9c98c4391c4b643351057459cf14', + Var('chromium_git') + '/chromium/src/base' + '@' + '21e62a143ee327e75ed86249bbd21cb97599df57', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '725a228df75532fb5221498241434e5201dbf2f9', + Var('chromium_git') + '/chromium/src/build' + '@' + '6a59547c6a62dbacb2161765b6b557b72d9cd186', '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' + '@' + 'cac0c52414c9bb622481ddeb6057d9dc2ff80a26', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'e75336fdcb6037573311fa3282d7c0aaa01baa4f', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'ee1dadff8dbdcdeda0459994d3a08b71786cc4eb', + Var('chromium_git') + '/chromium/src/testing' + '@' + '5c39abcfdcbbbcb12e60ffc1d6e396595d1b4a89', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'e723f78f47e57abfbc262a6dcdf2ee19f04dcf67', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'df2b6d7a3e112ab09fc2e7ccf887a2b20c4ca8bf', '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' + '@' + '9afc6490c14847e5d73fb041f0def4d95f36821b', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'fec80c41355c59f356229dc223808d5c22c87a47', 'src/third_party/errorprone/lib': { 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7', 'condition': 'checkout_android', @@ -218,7 +218,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' + '@' + 'a761264246916abada088f19ba2dd563086331c7', + Var('chromium_git') + '/chromium/src/tools' + '@' + '7abb2b49bba02fa687ce0470839d3fd397bae02b', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),