From 081768a5a3c98797f4e2198c13884b2d3b653567 Mon Sep 17 00:00:00 2001 From: chromium-webrtc-autoroll Date: Tue, 23 Apr 2019 02:01:52 -0700 Subject: [PATCH] Roll chromium_revision cd9b5ac293..da41fa9f92 (652221:653109) Change log: https://chromium.googlesource.com/chromium/src/+log/cd9b5ac293..da41fa9f92 Full diff: https://chromium.googlesource.com/chromium/src/+/cd9b5ac293..da41fa9f92 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/1ea5ea3206..f153743014 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/2c6f5922db..e79edd1757 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/02c67f4a06..d1c624a6f8 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/5deb6d59f2..f231e08e1d * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/5f3d1cf733..3a788cd3cd * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/4a8c05ffe8..e55c64fdd3 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/f76561176b..fb33e51cc0 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/1e2cb1573b..6d9913ab18 * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/61a2bbaa9a..2de84a43e6 * src/third_party/r8: SlcbUnEufAQ-iuOwGOl8yYQuctmpf7bMqh59kBfpil0C..-hqyjKgjGWSfNsdcPJAnYNVOb96JOv0pJM82vtRo9M8C * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d85eb879da..7bf4ef2bff DEPS diff: https://chromium.googlesource.com/chromium/src/+/cd9b5ac293..da41fa9f92/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: If4151fb8937f38219ccc340532de38666460d18e Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/133863 Reviewed-by: Autoroller Commit-Queue: Autoroller Cr-Commit-Position: refs/heads/master@{#27704} --- DEPS | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/DEPS b/DEPS index fcb653a699..d9506d538a 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': 'cd9b5ac2938ba52755eb35c09dfaccbca1384492', + 'chromium_revision': 'da41fa9f9249186bc57efeecd37118b5190ee229', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -16,7 +16,7 @@ vars = { # Three lines of non-changing comments so that # the commit queue can handle CLs rolling BoringSSL # and whatever else without interference from each other. - 'boringssl_revision': '4a8c05ffe826c61d50fdf13483b35097168faa5c', + 'boringssl_revision': 'e55c64fdd3f47413e17eaa8e4f4d2a62622a01eb', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling lss # and whatever else without interference from each other. @@ -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': 'f76561176b6ccfdedcf449e750ffaccc990abfce', + 'catapult_revision': 'fb33e51cc0d88e3694b218041f9e02be32e326c7', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -86,9 +86,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' + '@' + '1ea5ea320604c2838ccdf6ef2ba4d454738a88bb', + Var('chromium_git') + '/chromium/src/base' + '@' + 'f153743014d2f2da6690f31d4cfdacee510f65a5', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '2c6f5922dba00418e59ed691b028ea315510f62b', + Var('chromium_git') + '/chromium/src/build' + '@' + 'e79edd17575c90749cd2bff833c7fc89ebfc4e8b', 'src/buildtools': Var('chromium_git') + '/chromium/src/buildtools' + '@' + 'd5c58b84d50d256968271db459cd29b22bff1ba2', # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC. @@ -98,13 +98,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '02c67f4a06dfa4ac51984607a0fcd2867e2a137d', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'd1c624a6f850ebea78c818bbca3520a081e0aae2', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '5deb6d59f2356eefb59a4a7fa13b37e4530bb929', + Var('chromium_git') + '/chromium/src/testing' + '@' + 'f231e08e1d0ae9f1e25cef700913120681316dc1', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '5f3d1cf733252d7bb6568c6f57dfb832b3fe961c', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '3a788cd3cdf7e941dccf813c015d1857acad2332', 'src/buildtools/linux64': { 'packages': [ @@ -199,7 +199,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' + '@' + '1e2cb1573bd2a2c847dee2844a5b6750e9270c73', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '6d9913ab18938caf69a995c2653d92005393c4f1', 'src/third_party/errorprone/lib': { 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7', 'condition': 'checkout_android', @@ -246,7 +246,7 @@ deps = { 'src/third_party/libFuzzer/src': Var('chromium_git') + '/chromium/llvm-project/compiler-rt/lib/fuzzer.git' + '@' + Var('libfuzzer_revision'), 'src/third_party/libjpeg_turbo': - Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + '61a2bbaa9aec89cb2c882d87ace6aba9aee49bb9', + Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + '2de84a43e683c2c3c8ff4922da16b9053f024144', 'src/third_party/libsrtp': Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '650611720ecc23e0e6b32b0e3100f8b4df91696c', 'src/third_party/libvpx/source/libvpx': @@ -274,7 +274,7 @@ deps = { 'packages': [ { 'package': 'chromium/third_party/r8', - 'version': 'SlcbUnEufAQ-iuOwGOl8yYQuctmpf7bMqh59kBfpil0C', + 'version': '-hqyjKgjGWSfNsdcPJAnYNVOb96JOv0pJM82vtRo9M8C', }, ], 'condition': 'checkout_android', @@ -312,7 +312,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' + '@' + 'd85eb879da013251ac5f505dc652a13a5faddfd9', + Var('chromium_git') + '/chromium/src/tools' + '@' + '7bf4ef2bff9e3deeeb27bf14c55dbc22349feedd', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),