From e121eb9f47462a2d6ed3964949b94fa6fb97843b Mon Sep 17 00:00:00 2001 From: chromium-webrtc-autoroll Date: Sun, 23 Dec 2018 16:01:27 -0800 Subject: [PATCH] Roll chromium_revision 5f9e4ce628..1e83ff21fd (618699:618799) Change log: https://chromium.googlesource.com/chromium/src/+log/5f9e4ce628..1e83ff21fd Full diff: https://chromium.googlesource.com/chromium/src/+/5f9e4ce628..1e83ff21fd Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/f4bcda4bd4..66c2d1fe09 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/416d25a2a1..b71c9cc7e8 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/cd07de3665..86ac18415b * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/74410ac2e4..60f7a5b224 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/442e7b2731..7c1d51b169 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/7e40007f41..8b615dc8e3 DEPS diff: https://chromium.googlesource.com/chromium/src/+/5f9e4ce628..1e83ff21fd/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I150370f870d94504b4ce5f4b4b94b770a1d562b3 Reviewed-on: https://webrtc-review.googlesource.com/c/115563 Reviewed-by: Autoroller Commit-Queue: Autoroller Cr-Commit-Position: refs/heads/master@{#26097} --- DEPS | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/DEPS b/DEPS index 53ebd237d3..e0ede63c98 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': '5f9e4ce62896c2b2daee1e0e2f87eaf2b2d96df5', + 'chromium_revision': '1e83ff21fd7dd9decace6d186a1dec4ed08fcd0a', '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': '442e7b2731071e114fd7382afdcd6d5dc1248795', + 'catapult_revision': '7c1d51b169edfb62a3e2f88730f1182240cfe981', # 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' + '@' + 'f4bcda4bd4bbf57d61f68d55b76ca0307bc98bd2', + Var('chromium_git') + '/chromium/src/base' + '@' + '66c2d1fe09a6fb5b3907f677cbc3ad1069b07d09', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '416d25a2a108ffa6deb9ba31cc0fdd37902ff83b', + Var('chromium_git') + '/chromium/src/build' + '@' + 'b71c9cc7e8b9cd28c60e4621fdad87c48820a418', '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' + '@' + 'cd07de3665c2e13ad737982e8120a08319f8c73f', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '86ac18415b9e4c160503278639e234f0da5a50c2', 'condition': 'checkout_ios', }, 'src/testing': Var('chromium_git') + '/chromium/src/testing' + '@' + '8e019f9028ff56a67007ed0bb627624c76a44357', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '74410ac2e4f5f5860f74b4244146081cf84563d5', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '60f7a5b2244ef59adc4e725ffd3ee42136a0e066', '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' + '@' + '7e40007f41a3b2782b69879110bc72ab8b25872f', + Var('chromium_git') + '/chromium/src/tools' + '@' + '8b615dc8e3e1675c88c0c6eb3c0d23b3be2025b6', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),