From 6d1a7827dc1b075f4427ed3ef43ff2553e148cc9 Mon Sep 17 00:00:00 2001 From: chromium-webrtc-autoroll Date: Sat, 18 Feb 2023 20:01:18 -0800 Subject: [PATCH] Roll chromium_revision ab39cad4f6..cc44e4fee5 (1107119:1107219) Change log: https://chromium.googlesource.com/chromium/src/+log/ab39cad4f6..cc44e4fee5 Full diff: https://chromium.googlesource.com/chromium/src/+/ab39cad4f6..cc44e4fee5 Changed dependencies * fuchsia_vesion: version:11.20230217.2.1..version:11.20230218.2.1 * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bbc1a28521..17550eadaf * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/8d777d7113..c330465d95 * src/buildtools/third_party/libc++/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/63a3e673a7..3c25fb0803 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/c57069be61..220ca4bf8b * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/f874f15a0f..f6e91f81c5 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/4e7784c7e6..77f3d5d225 * src/third_party/androidx: CfcVQ5dwBz8ueZRtHPubi-CkUjZWM4HPCFBnum57ZTUC..vUTlHbKBLM4krixE17LfiE5TEFoG_oG8PWG2kxuKDKYC * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/bdf25f32dc..6234cc4e01 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/6afaf6f2fe..3e95b7c226 DEPS diff: https://chromium.googlesource.com/chromium/src/+/ab39cad4f6..cc44e4fee5/DEPS No update to Clang. BUG=None Change-Id: Ibded68c1952219ec41eea1e6bb31eaabbc73001b Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/294164 Bot-Commit: Autoroller Commit-Queue: Autoroller Cr-Commit-Position: refs/heads/main@{#39339} --- DEPS | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/DEPS b/DEPS index ea6e97a1f4..59085ea14f 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': 'ab39cad4f68229de111db9eb132f1d0f0eaeb854', + 'chromium_revision': 'cc44e4fee54dcf1125de9f0f302aa79b84d4220e', # 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:11.20230217.2.1', + 'fuchsia_version': 'version:11.20230218.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@bbc1a285214dc5cfd0df71b48cb59a3eaf8d0a90', + 'https://chromium.googlesource.com/chromium/src/base@17550eadafce652886c31d845de819f97198d7e8', 'src/build': 'https://chromium.googlesource.com/chromium/src/build@6be968106c392e4d179622e443ba586b73a958a6', 'src/buildtools': - 'https://chromium.googlesource.com/chromium/src/buildtools@8d777d71135c097287ebf6c9c9ccd39e5ea04c7b', + 'https://chromium.googlesource.com/chromium/src/buildtools@c330465d95ab4a8f3280e0d511aca278fc1ba159', # 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@c57069be617dd3824d7b851c408937a55b1741d9', + 'url': 'https://chromium.googlesource.com/chromium/src/ios@220ca4bf8b04da448a4e7146715e2a7ba138b677', 'condition': 'checkout_ios', }, 'src/testing': - 'https://chromium.googlesource.com/chromium/src/testing@f874f15a0fc6e64d46ee928ba2a078ff99302592', + 'https://chromium.googlesource.com/chromium/src/testing@f6e91f81c5c32feadbcbad60de69a8dc270ceabe', 'src/third_party': - 'https://chromium.googlesource.com/chromium/src/third_party@4e7784c7e6fc852dfb0071724b57addf30f32cfb', + 'https://chromium.googlesource.com/chromium/src/third_party@77f3d5d225a1ac122de5ac54c3e4969147194b3c', '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@63a3e673a7d193de5d38cb0d52d697cafb2f4be9', + 'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git@3c25fb0803f2bbcacb777118ee4488ae5694c780', 'src/buildtools/third_party/libc++abi/trunk': 'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git@f7460fc60ab56553f0b3b0853f1ea60aa51b9478', '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@bdf25f32dca0cdcc633b6d19d886c0aeeba23527', + 'https://chromium.googlesource.com/catapult.git@6234cc4e018dad1198f8c9042b3083f4f9d3e773', '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@6afaf6f2febeb47336dddc21382166c000452b56', + 'https://chromium.googlesource.com/chromium/src/tools@3e95b7c22694e78348f8c2927b8e6f1e4870b152', 'src/third_party/accessibility_test_framework': { 'packages': [ @@ -413,7 +413,7 @@ deps = { 'packages': [ { 'package': 'chromium/third_party/androidx', - 'version': 'CfcVQ5dwBz8ueZRtHPubi-CkUjZWM4HPCFBnum57ZTUC', + 'version': 'vUTlHbKBLM4krixE17LfiE5TEFoG_oG8PWG2kxuKDKYC', }, ], 'condition': 'checkout_android',