From a93260b2f418f00cc93b10ae8470a7ff08b31f3d Mon Sep 17 00:00:00 2001 From: chromium-webrtc-autoroll Date: Fri, 27 May 2022 13:01:20 -0700 Subject: [PATCH] Roll chromium_revision 8ed6a5b45f..a3db13bf1f (1008240:1008392) Change log: https://chromium.googlesource.com/chromium/src/+log/8ed6a5b45f..a3db13bf1f Full diff: https://chromium.googlesource.com/chromium/src/+/8ed6a5b45f..a3db13bf1f Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/e5532b743a..4b40efb297 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/4cb2275343..1c313ba56c * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/e44a32df6a..8b1770bc55 * src/buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/67bace775e..5e737be79c * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/f298f6cdfa..33cd7c9c3c * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/7a58df65af..da5d26c27b * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/51bebbb936..b2a902b166 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ca53c90670..b6083facb6 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/a2ba21403c..26f1ca3b42 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/6bf180ce3b..7cf8045343 DEPS diff: https://chromium.googlesource.com/chromium/src/+/8ed6a5b45f..a3db13bf1f/DEPS No update to Clang. BUG=None Change-Id: Icecb6192eb201dfa46b625e07fe40d179c7b5d45 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/264280 Bot-Commit: Autoroller Commit-Queue: Autoroller Cr-Commit-Position: refs/heads/main@{#37020} --- DEPS | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/DEPS b/DEPS index fd8bc5d861..734f17afc5 100644 --- a/DEPS +++ b/DEPS @@ -10,7 +10,7 @@ vars = { # chromium waterfalls. More info at: crbug.com/570091. 'checkout_configuration': 'default', 'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"', - 'chromium_revision': '8ed6a5b45f2eeda3b807f9a4cc7835cdc62d93f1', + 'chromium_revision': 'a3db13bf1ff557e1a505206e5acc89c7f0a9fa33', # Keep the Chromium default of generating location tags. 'generate_location_tags': True, @@ -23,9 +23,9 @@ deps = { # TODO(kjellander): Move this to be Android-only once the libevent dependency # in base/third_party/libevent is solved. 'src/base': - 'https://chromium.googlesource.com/chromium/src/base@e5532b743a7618a087b592a11fc87ad51adea5a7', + 'https://chromium.googlesource.com/chromium/src/base@4b40efb2978f3b6e5b377e18aa89c56c0247f835', 'src/build': - 'https://chromium.googlesource.com/chromium/src/build@4cb2275343a434a5ef8cafd62150fb6400f3dbcb', + 'https://chromium.googlesource.com/chromium/src/build@1c313ba56c2295958f99c318463b17eb4957af61', 'src/buildtools': 'https://chromium.googlesource.com/chromium/src/buildtools@c12bf52fc40fa0ab69d9389410107d1d5fbd46e5', # Gradle 6.6.1. Used for testing Android Studio project generation for WebRTC. @@ -34,13 +34,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': 'https://chromium.googlesource.com/chromium/src/ios@f298f6cdfadbdc4ec99db85cb037763052292a97', + 'url': 'https://chromium.googlesource.com/chromium/src/ios@33cd7c9c3c542da4d243bb117bfa9d62724dd6ba', 'condition': 'checkout_ios', }, 'src/testing': - 'https://chromium.googlesource.com/chromium/src/testing@7a58df65af9629433949a6663ee7584b64fa1da6', + 'https://chromium.googlesource.com/chromium/src/testing@da5d26c27bf1cdde2aaa29293d4c3eaf30a1903a', 'src/third_party': - 'https://chromium.googlesource.com/chromium/src/third_party@51bebbb9360fca3708f051f1402bd0e481fe7053', + 'https://chromium.googlesource.com/chromium/src/third_party@b2a902b166850eb152130d40684e66eabb858b08', 'src/buildtools/linux64': { 'packages': [ @@ -78,9 +78,9 @@ deps = { 'src/buildtools/third_party/libc++/trunk': 'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git@b1269813eaf5b8ac78e35e45a0f7cc320bd3e7d6', 'src/buildtools/third_party/libc++abi/trunk': - 'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git@e44a32df6a74960c217ce9e6d17f6d544b6932a5', + 'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git@8b1770bc550a6e9d62a18a4612e94bf7cccf5151', 'src/buildtools/third_party/libunwind/trunk': - 'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git@67bace775e66a513b5b1c9dfd0042e3766ca02d0', + 'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git@5e737be79cd244af1c36b4cccc0cba4c6a4306a3', 'src/third_party/android_system_sdk': { 'packages': [ @@ -138,7 +138,7 @@ deps = { 'src/third_party/crc32c/src': 'https://chromium.googlesource.com/external/github.com/google/crc32c.git@fa5ade41ee480003d9c5af6f43567ba22e4e17e6', 'src/third_party/depot_tools': - 'https://chromium.googlesource.com/chromium/tools/depot_tools.git@ca53c9067007992cc9be8833b655a07cbb609fab', + 'https://chromium.googlesource.com/chromium/tools/depot_tools.git@b6083facb676c7580b27e2bb83a0e96c0b65dec9', 'src/third_party/ffmpeg': 'https://chromium.googlesource.com/chromium/third_party/ffmpeg.git@abfc2628f25d283c27ffc960a8ff820ae8110467', 'src/third_party/findbugs': { @@ -220,7 +220,7 @@ deps = { 'condition': 'checkout_android', }, 'src/third_party/perfetto': - 'https://android.googlesource.com/platform/external/perfetto.git@a2ba21403c0a958883480c4191c8b5d48a350806', + 'https://android.googlesource.com/platform/external/perfetto.git@26f1ca3b42a13a5dc179334f972ad8847aded023', 'src/third_party/libvpx/source/libvpx': 'https://chromium.googlesource.com/webm/libvpx.git@ca89bed50dbc5fe2abef50c5f36924bb1da6d1f6', 'src/third_party/libyuv': @@ -275,7 +275,7 @@ deps = { 'condition': 'checkout_win', }, 'src/tools': - 'https://chromium.googlesource.com/chromium/src/tools@6bf180ce3bf6587d545eb69e0637b23205800512', + 'https://chromium.googlesource.com/chromium/src/tools@7cf804534357bd752fea4e79afeb6b572cf2ad1c', 'src/third_party/accessibility_test_framework': { 'packages': [