From 3ba187226e1832c308592dd5e63bf18a90faeb54 Mon Sep 17 00:00:00 2001 From: chromium-webrtc-autoroll Date: Thu, 18 Apr 2019 11:01:49 -0700 Subject: [PATCH] Roll chromium_revision f2865fd3af..cd9b5ac293 (652050:652221) Change log: https://chromium.googlesource.com/chromium/src/+log/f2865fd3af..cd9b5ac293 Full diff: https://chromium.googlesource.com/chromium/src/+/f2865fd3af..cd9b5ac293 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/e56ffbf17e..1ea5ea3206 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/cc63a886b8..2c6f5922db * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/6137480bc5..02c67f4a06 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/d04fa3a290..5deb6d59f2 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/5f2cde46fd..5f3d1cf733 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/4e967e7e44..f76561176b * src/third_party/r8: BReCwfbVwCNM2Ry4QpnrwlE3Y5gPJ2rRoyMbxFS0-4UC..SlcbUnEufAQ-iuOwGOl8yYQuctmpf7bMqh59kBfpil0C * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/af8e65c738..d85eb879da DEPS diff: https://chromium.googlesource.com/chromium/src/+/f2865fd3af..cd9b5ac293/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I089f4b3e6a29bc1ca0bbea4fe95cec0f20f71bea Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/133606 Reviewed-by: Autoroller Commit-Queue: Autoroller Cr-Commit-Position: refs/heads/master@{#27693} --- DEPS | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/DEPS b/DEPS index 02da83f59f..fcb653a699 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': 'f2865fd3afa1be22af59f64f2a81798253f72b7d', + 'chromium_revision': 'cd9b5ac2938ba52755eb35c09dfaccbca1384492', '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': '4e967e7e447debe18c75d71d94028fd1fc541d73', + 'catapult_revision': 'f76561176b6ccfdedcf449e750ffaccc990abfce', # 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' + '@' + 'e56ffbf17eacb22490aa43cdf74110d951bf367d', + Var('chromium_git') + '/chromium/src/base' + '@' + '1ea5ea320604c2838ccdf6ef2ba4d454738a88bb', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + 'cc63a886b8fa206cd7a4912bd0776b35593e921a', + Var('chromium_git') + '/chromium/src/build' + '@' + '2c6f5922dba00418e59ed691b028ea315510f62b', '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' + '@' + '6137480bc5023d31a88f933e1862adefca2d4840', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '02c67f4a06dfa4ac51984607a0fcd2867e2a137d', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'd04fa3a2900ccd04c6cbc53f9ff512f1219012ce', + Var('chromium_git') + '/chromium/src/testing' + '@' + '5deb6d59f2356eefb59a4a7fa13b37e4530bb929', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '5f2cde46fd1b58e61d67e5fff6e7553f4414f6c4', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '5f3d1cf733252d7bb6568c6f57dfb832b3fe961c', 'src/buildtools/linux64': { 'packages': [ @@ -274,7 +274,7 @@ deps = { 'packages': [ { 'package': 'chromium/third_party/r8', - 'version': 'BReCwfbVwCNM2Ry4QpnrwlE3Y5gPJ2rRoyMbxFS0-4UC', + 'version': 'SlcbUnEufAQ-iuOwGOl8yYQuctmpf7bMqh59kBfpil0C', }, ], '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' + '@' + 'af8e65c73831c78bbf1f74d0e030dee5f98d2dbc', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'd85eb879da013251ac5f505dc652a13a5faddfd9', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),