From 8fbd0e108e5faf8aff8e19ce28123ae5bb836d71 Mon Sep 17 00:00:00 2001 From: chromium-webrtc-autoroll Date: Sat, 8 Apr 2023 15:01:39 -0700 Subject: [PATCH] Roll chromium_revision 0bfdd82e0f..f5288b936a (1127842:1127956) Change log: https://chromium.googlesource.com/chromium/src/+log/0bfdd82e0f..f5288b936a Full diff: https://chromium.googlesource.com/chromium/src/+/0bfdd82e0f..f5288b936a Changed dependencies * fuchsia_vesion: version:12.20230407.2.1..version:12.20230408.2.1 * src/base: https://chromium.googlesource.com/chromium/src/base/+log/22c7da9c79..6ed9379a1c * src/build: https://chromium.googlesource.com/chromium/src/build/+log/a95f1d2a50..ae34ae7be0 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/8edb6600cc..9e6b2fae10 * src/buildtools/third_party/libc++/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/ee488d0608..928c6627d3 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/1fe17fe6ca..6a3dfc91b4 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a98e4e356a..e062643120 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/e0cb8656c8..2d5d135d30 * src/third_party/androidx: e_xThl5K5yWLuSiHwr9yxmTzliWlybPi5jubU1h0EWAC..LDqm0S65wmMmhwJ0O9ywLshSC8dR6gIKcgHVdh2S0zQC * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/90ccad42f0..fdeb9d47a8 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/64604ae667..7c2d63356e DEPS diff: https://chromium.googlesource.com/chromium/src/+/0bfdd82e0f..f5288b936a/DEPS No update to Clang. BUG=None Change-Id: I45b57d293b6bfa68f2dd10b13ed24bf17021113c Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/300686 Bot-Commit: Autoroller Commit-Queue: Autoroller Cr-Commit-Position: refs/heads/main@{#39792} --- DEPS | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/DEPS b/DEPS index a093707aeb..64ccd2f8c8 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': '0bfdd82e0f5957edd5f1c4c494d7614fde6fd9c6', + 'chromium_revision': 'f5288b936aadffd96c9985de4ce07f075e79f711', # Fetch the prebuilt binaries for llvm-cov and llvm-profdata. Needed to # process the raw profiles produced by instrumented targets (built with @@ -25,7 +25,7 @@ vars = { # By default, download the fuchsia sdk from the public sdk directory. 'fuchsia_sdk_cipd_prefix': 'fuchsia/sdk/gn/', - 'fuchsia_version': 'version:12.20230407.2.1', + 'fuchsia_version': 'version:12.20230408.2.1', # By default, download the fuchsia images from the fuchsia GCS bucket. 'fuchsia_images_bucket': 'fuchsia', 'checkout_fuchsia': False, @@ -46,24 +46,24 @@ vars = { deps = { # TODO(kjellander): Move this to be Android-only. 'src/base': - 'https://chromium.googlesource.com/chromium/src/base@22c7da9c79ed5383f24d7d07233e5797aad682dc', + 'https://chromium.googlesource.com/chromium/src/base@6ed9379a1c4e33d90b678fcdc82d4ae02a742bb5', 'src/build': - 'https://chromium.googlesource.com/chromium/src/build@a95f1d2a50ba878e48025ca3250bd6a2a2cbe4f6', + 'https://chromium.googlesource.com/chromium/src/build@ae34ae7be05cf4bd07f591c9517387b7a62340cc', 'src/buildtools': - 'https://chromium.googlesource.com/chromium/src/buildtools@8edb6600cc18f4d833cf05983ff9b810b53d1db6', + 'https://chromium.googlesource.com/chromium/src/buildtools@9e6b2fae10be96f6b2e8cfc4fd88737479aef44a', # 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@1fe17fe6ca22198ac088b23a0c3051622e764f6f', + 'url': 'https://chromium.googlesource.com/chromium/src/ios@6a3dfc91b44f3ae19510cee550254f08e055c055', 'condition': 'checkout_ios', }, 'src/testing': - 'https://chromium.googlesource.com/chromium/src/testing@a98e4e356a7eaf781e79b36300310303848b4c00', + 'https://chromium.googlesource.com/chromium/src/testing@e062643120f8c035ca8e053236f19d4a18cbb300', 'src/third_party': - 'https://chromium.googlesource.com/chromium/src/third_party@e0cb8656c82e721cfb6b554e3935c108c040c29e', + 'https://chromium.googlesource.com/chromium/src/third_party@2d5d135d30cb7a2d7eee8b863c74873d6da2edf2', 'src/buildtools/linux64': { 'packages': [ @@ -111,7 +111,7 @@ deps = { 'src/buildtools/clang_format/script': 'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git@f97059df7f8b205064625cdb5f97b56668a125ef', 'src/buildtools/third_party/libc++/trunk': - 'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git@ee488d060889fc9208b22536955a7176ae9a404d', + 'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git@928c6627d301e058e7b4f8f695a86aea342fdaa6', 'src/buildtools/third_party/libc++abi/trunk': 'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git@b076ad359ce749bbf680474c43c7130416f1eb46', 'src/buildtools/third_party/libunwind/trunk': @@ -174,7 +174,7 @@ deps = { 'src/third_party/breakpad/breakpad': 'https://chromium.googlesource.com/breakpad/breakpad.git@abb105db21e962eda5b7d9b7a0ac8dd701e0b987', 'src/third_party/catapult': - 'https://chromium.googlesource.com/catapult.git@90ccad42f044abf42063a7468b9a64b44c3552bd', + 'https://chromium.googlesource.com/catapult.git@fdeb9d47a88e9a1ede26bcd8bf4b5c833539d3bb', 'src/third_party/ced/src': { 'url': 'https://chromium.googlesource.com/external/github.com/google/compact_enc_det.git@ba412eaaacd3186085babcd901679a48863c7dd5', }, @@ -336,7 +336,7 @@ deps = { 'condition': 'checkout_android', }, 'src/tools': - 'https://chromium.googlesource.com/chromium/src/tools@64604ae66702891a9fb2ad68358693a11a1bead5', + 'https://chromium.googlesource.com/chromium/src/tools@7c2d63356e224944dcaa1037cc7fdc69b4f5fb6a', 'src/third_party/accessibility_test_framework': { 'packages': [ @@ -402,7 +402,7 @@ deps = { 'packages': [ { 'package': 'chromium/third_party/androidx', - 'version': 'e_xThl5K5yWLuSiHwr9yxmTzliWlybPi5jubU1h0EWAC', + 'version': 'LDqm0S65wmMmhwJ0O9ywLshSC8dR6gIKcgHVdh2S0zQC', }, ], 'condition': 'checkout_android',