From b15683c12dad7ddc80765eb4e175ab7df6dbf027 Mon Sep 17 00:00:00 2001 From: chromium-webrtc-autoroll Date: Wed, 18 Dec 2024 10:03:50 -0800 Subject: [PATCH] Roll chromium_revision d5e90cd813..1266c95442 (1397812:1398050) Change log: https://chromium.googlesource.com/chromium/src/+log/d5e90cd813..1266c95442 Full diff: https://chromium.googlesource.com/chromium/src/+/d5e90cd813..1266c95442 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/f50261fda3..a913871d14 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/60799a4ce3..3adedea1fa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/236a08d5f3..bdfcab5ef5 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/645902e418..5c4f22fa0f * src/third_party/androidx/cipd: xBUj1mP4Zg3S1QXof2DZhYVV5nhfIcZlXLVp5heLaH8C..6rGCzZzwNQUUbgPqzJ69Q3OjhKIqrupNFucoXOVZedcC * src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/77e59bec0f..02cb512292 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/2f24aafc7f..12fd4531f2 * src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac_arm64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Win/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/4967638c9f..530330e446 DEPS diff: https://chromium.googlesource.com/chromium/src/+/d5e90cd813..1266c95442/DEPS No update to Clang. BUG=None Change-Id: I42f1ce723d566d5844f8fd8c98bf80d908ff6214 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/372100 Bot-Commit: Autoroller Commit-Queue: Autoroller Cr-Commit-Position: refs/heads/main@{#43602} --- DEPS | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/DEPS b/DEPS index cdbd021f26..b3d28d4533 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': 'd5e90cd8135a71ee2373bdd03510ae6781ba646d', + 'chromium_revision': '1266c95442d570dad25c603815c12996b5997d2f', # Fetch the prebuilt binaries for llvm-cov and llvm-profdata. Needed to # process the raw profiles produced by instrumented targets (built with @@ -64,7 +64,7 @@ vars = { deps = { # TODO(kjellander): Move this to be Android-only. 'src/base': - 'https://chromium.googlesource.com/chromium/src/base@f50261fda331f281995106da099eeaca51930a77', + 'https://chromium.googlesource.com/chromium/src/base@a913871d141003141a749a083c572e2133cf0ded', 'src/build': 'https://chromium.googlesource.com/chromium/src/build@5f2852b973251dec47bf4100a78cbd080ac1916f', 'src/buildtools': @@ -75,13 +75,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': 'https://chromium.googlesource.com/chromium/src/ios@60799a4ce36574166fd93a95d88e05ef527c922a', + 'url': 'https://chromium.googlesource.com/chromium/src/ios@3adedea1fa0db30139506e34f9bca00729a558c0', 'condition': 'checkout_ios', }, 'src/testing': - 'https://chromium.googlesource.com/chromium/src/testing@236a08d5f36f286af734dd87f4d31b02db7d4a90', + 'https://chromium.googlesource.com/chromium/src/testing@bdfcab5ef5835c8d4b2d632b048a677d8f256078', 'src/third_party': - 'https://chromium.googlesource.com/chromium/src/third_party@645902e418419828b239c724c54700e5ab3f34ea', + 'https://chromium.googlesource.com/chromium/src/third_party@5c4f22fa0f3693b8970bd7e3e1e6889f8240971f', 'src/buildtools/linux64': { 'packages': [ @@ -166,7 +166,7 @@ deps = { 'src/third_party/libc++/src': 'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git@d0ddad5b79581e19d8e1aec627bb2ad86e1554cd', 'src/third_party/libc++abi/src': - 'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git@77e59bec0fb93d9733378e1b6188bae0efdbc32e', + 'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git@02cb51229253c5fc0a061bdd0ebd572d7e127452', 'src/third_party/llvm-libc/src': 'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git@3605d6cf39c46e69796ae71e4555ed997a31ff3f', 'src/third_party/libunwind/src': @@ -402,7 +402,7 @@ deps = { 'condition': 'checkout_android', }, 'src/third_party/perfetto': - 'https://android.googlesource.com/platform/external/perfetto.git@2f24aafc7f8c3f4ca349224bbadab9f54a3e3559', + 'https://android.googlesource.com/platform/external/perfetto.git@12fd4531f24d79860032268e193c1a30a57ad7b4', 'src/third_party/protobuf-javascript/src': Var('chromium_git') + '/external/github.com/protocolbuffers/protobuf-javascript' + '@' + 'e34549db516f8712f678fcd4bc411613b5cc5295', 'src/third_party/libvpx/source/libvpx': @@ -461,7 +461,7 @@ deps = { 'condition': 'checkout_android', }, 'src/tools': - 'https://chromium.googlesource.com/chromium/src/tools@4967638c9f655b6a0e745b7a8ac316629d3c0d03', + 'https://chromium.googlesource.com/chromium/src/tools@530330e446ddcf8dea92b686dcf6a961777c4b42', 'src/third_party/espresso': { 'packages': [ @@ -500,7 +500,7 @@ deps = { 'packages': [ { 'package': 'chromium/third_party/androidx', - 'version': 'xBUj1mP4Zg3S1QXof2DZhYVV5nhfIcZlXLVp5heLaH8C', + 'version': '6rGCzZzwNQUUbgPqzJ69Q3OjhKIqrupNFucoXOVZedcC', }, ], 'condition': 'checkout_android and non_git_source',