From e39a16fa7c54ad7a4b57e061bdcdf971d95beeed Mon Sep 17 00:00:00 2001 From: chromium-webrtc-autoroll Date: Tue, 1 Feb 2022 08:01:25 -0800 Subject: [PATCH] Roll chromium_revision 2da73dff1a..d9ea320a3d (965567:965706) Change log: https://chromium.googlesource.com/chromium/src/+log/2da73dff1a..d9ea320a3d Full diff: https://chromium.googlesource.com/chromium/src/+/2da73dff1a..d9ea320a3d Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/22e8efc6e8..6f26a8783f * src/build: https://chromium.googlesource.com/chromium/src/build/+log/6b20164497..5093014eb2 * src/buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/df43e1b039..5b0a8cf88e * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/ae0c81e45a..3478824c9e * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/b17e15aa1a..a9e0ab6c95 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/af4ad38443..e09847d443 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/98cf932814..8a6d00f116 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/9400dbb63a..7ce390312a DEPS diff: https://chromium.googlesource.com/chromium/src/+/2da73dff1a..d9ea320a3d/DEPS No update to Clang. BUG=None Change-Id: I98977ce55c9b64e3bd297f6b0b9750be0333b6dc Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/250067 Bot-Commit: Autoroller Commit-Queue: Autoroller Cr-Commit-Position: refs/heads/main@{#35871} --- DEPS | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/DEPS b/DEPS index 8d699b6f2d..7c2f08d7a8 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': '2da73dff1a950f9e403b3b3eccb58d5d5044f994', + 'chromium_revision': 'd9ea320a3d18ff5c141198b5fa653e589701cd79', # 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@22e8efc6e8dc24bb3d333fba85bade848d252e3f', + 'https://chromium.googlesource.com/chromium/src/base@6f26a8783f323a45a8fcd40686ad6295b24861b0', 'src/build': - 'https://chromium.googlesource.com/chromium/src/build@6b20164497b7adf69746437a0925ad11805d3524', + 'https://chromium.googlesource.com/chromium/src/build@5093014eb20e26177441e184763646266b286a86', 'src/buildtools': 'https://chromium.googlesource.com/chromium/src/buildtools@f78b4b9f33bd8ef9944d5ce643daff1c31880189', # 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@ae0c81e45a1baac79c0ca409faa69a769da1d4d3', + 'url': 'https://chromium.googlesource.com/chromium/src/ios@3478824c9e4257138a31586044ef417301f679d3', 'condition': 'checkout_ios', }, 'src/testing': - 'https://chromium.googlesource.com/chromium/src/testing@b17e15aa1a9d2c9dfa31f456e7a32a732c9bdd5d', + 'https://chromium.googlesource.com/chromium/src/testing@a9e0ab6c95c1be461c884c1f21c1c64b957d25a4', 'src/third_party': - 'https://chromium.googlesource.com/chromium/src/third_party@af4ad38443628a33b7b5052a76f2b7c17f8ae644', + 'https://chromium.googlesource.com/chromium/src/third_party@e09847d443c836989b64b29c5f0a460fdf6ffc6a', 'src/buildtools/linux64': { 'packages': [ @@ -78,7 +78,7 @@ deps = { 'src/buildtools/third_party/libc++/trunk': 'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git@79a2e924d96e2fc1e4b937c42efd08898fa472d7', 'src/buildtools/third_party/libc++abi/trunk': - 'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git@df43e1b0396fbd3a0e511b804eeec54f3b62e3f0', + 'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git@5b0a8cf88eddfb448ca5903128d3328db76e4001', 'src/buildtools/third_party/libunwind/trunk': 'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git@d0ad43c5e10e732958f2d5ff4ae0b79f78506fcf', @@ -149,7 +149,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@98cf932814ca64260b9c1d36d9ae20b4286256ec', + 'https://chromium.googlesource.com/chromium/tools/depot_tools.git@8a6d00f116d6de9d5c4e92acb519fd0859c6449a', 'src/third_party/ffmpeg': 'https://chromium.googlesource.com/chromium/third_party/ffmpeg.git@1edb3eb4914e0545e9775939ead4a5795746f993', 'src/third_party/findbugs': { @@ -285,7 +285,7 @@ deps = { 'condition': 'checkout_win', }, 'src/tools': - 'https://chromium.googlesource.com/chromium/src/tools@9400dbb63a45a97b0bfd35ff1d0c502cc0573743', + 'https://chromium.googlesource.com/chromium/src/tools@7ce390312af4b72f6a74b1183ebfb03946c7e3fa', 'src/third_party/accessibility_test_framework': { 'packages': [