From 08492a199058dce016d31aa30464987198561498 Mon Sep 17 00:00:00 2001 From: chromium-webrtc-autoroll Date: Fri, 22 Jul 2022 07:08:27 -0700 Subject: [PATCH] Roll chromium_revision 3123edb9d3..2692c279ce (1027099:1027214) Change log: https://chromium.googlesource.com/chromium/src/+log/3123edb9d3..2692c279ce Full diff: https://chromium.googlesource.com/chromium/src/+/3123edb9d3..2692c279ce Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/f818b8017b..07c729620c * src/build: https://chromium.googlesource.com/chromium/src/build/+log/d98ebc53dd..1d40290874 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/a657f8c643..8b46ec0615 * src/buildtools/third_party/libc++/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/3e55cfbd1a..49e658031b * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/c14e4a2c77..aec23f8c08 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/4dec558726..cc269b9765 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/b0098bb784..07e4a3d3cc * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/361efbf9aa..209791f79d * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/7a17048dd4..3ecc8d80e0 DEPS diff: https://chromium.googlesource.com/chromium/src/+/3123edb9d3..2692c279ce/DEPS No update to Clang. BUG=None Change-Id: Ifc8bc97da26b8409a968755d8195187c51ae0a34 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/269283 Bot-Commit: Autoroller Commit-Queue: Autoroller Cr-Commit-Position: refs/heads/main@{#37598} --- DEPS | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/DEPS b/DEPS index 11ae031f4d..afeb498429 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': '3123edb9d3f7470a87742cd0f1a54c14cd2a3657', + 'chromium_revision': '2692c279cef375535ef46a0114eefc0ef0731a73', # Keep the Chromium default of generating location tags. 'generate_location_tags': True, @@ -26,24 +26,24 @@ vars = { deps = { # TODO(kjellander): Move this to be Android-only. 'src/base': - 'https://chromium.googlesource.com/chromium/src/base@f818b8017ba5395d045893e77306a8cf0dc162bf', + 'https://chromium.googlesource.com/chromium/src/base@07c729620c2dad217686c5a85c7b2a7fedbb17cf', 'src/build': - 'https://chromium.googlesource.com/chromium/src/build@d98ebc53dda65979cb9bddc65b14635a1d059a5f', + 'https://chromium.googlesource.com/chromium/src/build@1d40290874478b5cf19c9d863b98e024e2d7aa70', 'src/buildtools': - 'https://chromium.googlesource.com/chromium/src/buildtools@a657f8c643ec2dce61b46f668c38d43d0530f320', + 'https://chromium.googlesource.com/chromium/src/buildtools@8b46ec0615560452ba89cf3f62b37461a0da6aac', # Gradle 6.6.1. Used for testing Android Studio project generation for WebRTC. 'src/examples/androidtests/third_party/gradle': { 'url': 'https://chromium.googlesource.com/external/github.com/gradle/gradle.git@f2d1fb54a951d8b11d25748e4711bec8d128d7e3', 'condition': 'checkout_android', }, 'src/ios': { - 'url': 'https://chromium.googlesource.com/chromium/src/ios@c14e4a2c77f10c061b9ebc67714eeaa5f917cd9f', + 'url': 'https://chromium.googlesource.com/chromium/src/ios@aec23f8c082f152fcd6e714e2921035921dba976', 'condition': 'checkout_ios', }, 'src/testing': 'https://chromium.googlesource.com/chromium/src/testing@9222b02eb9aef4e403b6f715f492b70d0e68d0ca', 'src/third_party': - 'https://chromium.googlesource.com/chromium/src/third_party@4dec5587268061d3157245c34e9c37cafe51fc1e', + 'https://chromium.googlesource.com/chromium/src/third_party@cc269b97650a2cc5842e652992c9ac9bed2f4965', 'src/buildtools/linux64': { 'packages': [ @@ -79,7 +79,7 @@ deps = { 'src/buildtools/clang_format/script': 'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git@8b525d2747f2584fc35d8c7e612e66f377858df7', 'src/buildtools/third_party/libc++/trunk': - 'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git@3e55cfbd1a91efb882b2e2c7b69c2daabb2d145a', + 'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git@49e658031b2be0ed59e50183335cc365cdb390cd', 'src/buildtools/third_party/libc++abi/trunk': 'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git@b954e3e65634a9e2f7b595598a30c455f5f2eb26', 'src/buildtools/third_party/libunwind/trunk': @@ -132,7 +132,7 @@ deps = { 'src/third_party/breakpad/breakpad': 'https://chromium.googlesource.com/breakpad/breakpad.git@afc8daa2de3d9ef5da015ceb5e7436ed8adb5f47', 'src/third_party/catapult': - 'https://chromium.googlesource.com/catapult.git@b0098bb7849bcc644df1bda896fb07dfd7c60177', + 'https://chromium.googlesource.com/catapult.git@07e4a3d3cc6e4ac9d59a051b20669bdd7931d983', 'src/third_party/ced/src': { 'url': 'https://chromium.googlesource.com/external/github.com/google/compact_enc_det.git@ba412eaaacd3186085babcd901679a48863c7dd5', }, @@ -220,7 +220,7 @@ deps = { 'condition': 'checkout_android', }, 'src/third_party/perfetto': - 'https://android.googlesource.com/platform/external/perfetto.git@361efbf9aab595e4dfa79ec48f242d9e722393c9', + 'https://android.googlesource.com/platform/external/perfetto.git@209791f79d097387b721b2121ae5b54c4d4facb3', 'src/third_party/libvpx/source/libvpx': 'https://chromium.googlesource.com/webm/libvpx.git@711bef67400f096416cb1ba7f6560e533871490f', 'src/third_party/libyuv': @@ -266,7 +266,7 @@ deps = { 'condition': 'checkout_android', }, 'src/tools': - 'https://chromium.googlesource.com/chromium/src/tools@7a17048dd4417f2ebd68eb2ba31f062c91662ee6', + 'https://chromium.googlesource.com/chromium/src/tools@3ecc8d80e0cfea8bd203bf92241591b738c0c326', 'src/third_party/accessibility_test_framework': { 'packages': [