From c26337d96d849a21a4464a2af1397dc40a42e6c8 Mon Sep 17 00:00:00 2001 From: chromium-webrtc-autoroll Date: Tue, 18 Dec 2018 10:00:47 -0800 Subject: [PATCH] Roll chromium_revision 640d842b5c..eaca19bda5 (617449:617557) Change log: https://chromium.googlesource.com/chromium/src/+log/640d842b5c..eaca19bda5 Full diff: https://chromium.googlesource.com/chromium/src/+/640d842b5c..eaca19bda5 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/56d52a1591..720663c11b * src/build: https://chromium.googlesource.com/chromium/src/build/+log/0184972e96..eab9b1722a * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/16778ca7ca..f03855abc1 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/03652df1d0..74a93e18b0 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/7cfa69e393..8b6224758c * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/c2fc5e046c..6bd7a3c6d7 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/e48d182c4a..b1186964a0 DEPS diff: https://chromium.googlesource.com/chromium/src/+/640d842b5c..eaca19bda5/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I5e3a24d6478bd72932875026b9921e97b6f76b6b Reviewed-on: https://webrtc-review.googlesource.com/c/114905 Reviewed-by: Autoroller Commit-Queue: Autoroller Cr-Commit-Position: refs/heads/master@{#26051} --- DEPS | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/DEPS b/DEPS index 71e9811213..daeed638f8 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': '640d842b5c14323ad5919133b12f4714c98eb468', + 'chromium_revision': 'eaca19bda5e0ba755045cb69de0f8c90238f54da', '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': 'c2fc5e046cc35cbdbcfb7183a023c393b84ac8c9', + 'catapult_revision': '6bd7a3c6d7ab1da47d9ae537f2e5dcc1f1f81451', # 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' + '@' + '56d52a1591a99df21559ca9de85bf55c569d844c', + Var('chromium_git') + '/chromium/src/base' + '@' + '720663c11bc642f43ac56e50619aeff8c988699c', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '0184972e964ee5bc67ad65a24ba1b2346de8af61', + Var('chromium_git') + '/chromium/src/build' + '@' + 'eab9b1722a4ce97c92df742100697d87bf38a0c4', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '7d88270de197ebe8b439ab5eb57a4a2a0bb810e0', # 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' + '@' + '16778ca7cadc9d995567d45eefd4737c590dca64', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'f03855abc1d16a8d53bb111645e6027ea128a463', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '03652df1d0af7ba39dff150dbf3399f48b50e48a', + Var('chromium_git') + '/chromium/src/testing' + '@' + '74a93e18b05feead435bd331398b85561c59ea25', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '7cfa69e3934048a06cfe9cecea44aa5ec79bf3ac', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '8b6224758c2f595daeb5fe5622ec060d9a028bd4', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884', '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' + '@' + 'e48d182c4a84430c4ee4eb58e2b2649ee3e0dd31', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'b1186964a04acf9fb574a22a4e86cb11143c9795', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),