Roll chromium_revision c9f4372044..9f3c24a6c6 (1211539:1211949)

Change log: c9f4372044..9f3c24a6c6
Full diff: c9f4372044..9f3c24a6c6

Changed dependencies
* src/base: 79369f92cf..949b212557
* src/build: ea53f71ce9..d1c8d9f9cc
* src/buildtools: 28e95cc111..f2b9d057fb
* src/ios: 3edb551063..7e5e89104b
* src/testing: 14baeadac2..5d6668c8f2
* src/third_party: f31e26e318..a4d26b8ac8
* src/third_party/androidx: _i7u9FvhJhwRUkGaNmG9XnlMwHxAidtYKEGeD_Q8rJoC..mKlggNDsEv0JjWpi3rudjBg2bHFe469T00mjfL10gX0C
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/b9ebaddcd0..f496845cb9
* src/third_party/depot_tools: 406be8281e..8f761f5795
* src/third_party/freetype/src: 3fa5c84565..a35da2c093
* src/third_party/libc++/src: 2f6750b44b..8d4b8a60c2
* src/third_party/libc++abi/src: db9800c042..cbc5f2b0cd
* src/third_party/perfetto: 43f878eaee..34f1b98dca
* src/third_party/robolectric: hzetqh1qFI32FOgQroZvGcGdomrgVBJ6WKRnl1KFw6EC..UmWqaevXYVw3D8VySDJcqj3aU9zMDFwt1RySUuU0vI8C
* src/tools: 4e117933cb..35d921f965
DEPS diff: c9f4372044..9f3c24a6c6/DEPS

No update to Clang.

BUG=None

Change-Id: Ib58f83c486b6348e9990bd7e2aae7669f8da027d
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/324065
Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com>
Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#40970}
This commit is contained in:
chromium-webrtc-autoroll 2023-10-18 21:13:20 -07:00 committed by WebRTC LUCI CQ
parent 2bf3620e13
commit d8214e7987

32
DEPS
View File

@ -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': 'c9f4372044af37772d10d916babe3c73c7c9b283',
'chromium_revision': '9f3c24a6c612d60f78391b5b41518814d986baa6',
# Fetch the prebuilt binaries for llvm-cov and llvm-profdata. Needed to
# process the raw profiles produced by instrumented targets (built with
@ -50,24 +50,24 @@ vars = {
deps = {
# TODO(kjellander): Move this to be Android-only.
'src/base':
'https://chromium.googlesource.com/chromium/src/base@79369f92cfabbee3a9eaf2dad38285bc35b08764',
'https://chromium.googlesource.com/chromium/src/base@949b21255721298009e0f89d396fdf59f7a921fb',
'src/build':
'https://chromium.googlesource.com/chromium/src/build@ea53f71ce9ff5d3ca275fc47d7425dca3e229eba',
'https://chromium.googlesource.com/chromium/src/build@d1c8d9f9cc4f1326a09ae23910af79162f844c7f',
'src/buildtools':
'https://chromium.googlesource.com/chromium/src/buildtools@28e95cc11185c8bf780044517a67b3eab7fd37e1',
'https://chromium.googlesource.com/chromium/src/buildtools@f2b9d057fbef6eeed860af0ec8e7edcf8213fb1d',
# 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@3edb551063bb2a3ca90e1c5d1f878c3fc25b7c9c',
'url': 'https://chromium.googlesource.com/chromium/src/ios@7e5e89104b711899004a2eb751413458ff5babef',
'condition': 'checkout_ios',
},
'src/testing':
'https://chromium.googlesource.com/chromium/src/testing@14baeadac2f7e4f7c350b6e1b84e48b1a661b653',
'https://chromium.googlesource.com/chromium/src/testing@5d6668c8f282f886d317c8cbc736e2603e088ccb',
'src/third_party':
'https://chromium.googlesource.com/chromium/src/third_party@f31e26e31812ce8eb94c6421784dd6d6a4245c2c',
'https://chromium.googlesource.com/chromium/src/third_party@a4d26b8ac8404f406b4e22ad0adb9bfc7bf4d7f1',
'src/buildtools/linux64': {
'packages': [
@ -115,9 +115,9 @@ deps = {
'src/third_party/clang-format/script':
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git@e5337933f2951cacd3aeacd238ce4578163ca0b9',
'src/third_party/libc++/src':
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git@2f6750b44bbad5726de61f2b4e2021fedba63666',
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git@8d4b8a60c23515932186285479fe1e9c073cc513',
'src/third_party/libc++abi/src':
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git@db9800c042df3ee2691031a58b5e37e89a7356a3',
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git@cbc5f2b0cdd7de12e105368fe4d5bb4109278998',
'src/third_party/libunwind/src':
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git@11d9f3e05511a24c9ecbabbc64fc5b15923aeb40',
@ -178,7 +178,7 @@ deps = {
'src/third_party/breakpad/breakpad':
'https://chromium.googlesource.com/breakpad/breakpad.git@8988364bcddd9b194b0bf931c10bc125987330ed',
'src/third_party/catapult':
'https://chromium.googlesource.com/catapult.git@b9ebaddcd0d4298e8e65641a5f454f7603e90b40',
'https://chromium.googlesource.com/catapult.git@f496845cb9f8db416fc711747fe8594364109465',
'src/third_party/ced/src': {
'url': 'https://chromium.googlesource.com/external/github.com/google/compact_enc_det.git@ba412eaaacd3186085babcd901679a48863c7dd5',
},
@ -191,7 +191,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@406be8281e32743a86df7c855ba608739e812dea',
'https://chromium.googlesource.com/chromium/tools/depot_tools.git@8f761f57958a1affcc2752f48ba5e5edf8dc1042',
'src/third_party/ffmpeg':
'https://chromium.googlesource.com/chromium/third_party/ffmpeg.git@e1ca3f06adec15150a171bc38f550058b4bbb23b',
'src/third_party/flatbuffers/src':
@ -205,7 +205,7 @@ deps = {
'condition': 'checkout_linux',
},
'src/third_party/freetype/src':
'https://chromium.googlesource.com/chromium/src/third_party/freetype2.git@3fa5c84565f2431a13247f055623508137dc5739',
'https://chromium.googlesource.com/chromium/src/third_party/freetype2.git@a35da2c09312e222e5728e849988f1acf998df9a',
'src/third_party/harfbuzz-ng/src':
'https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git@f26fd69d858642d76413b8f4068eaf9b57c40a5f',
'src/third_party/google_benchmark/src': {
@ -289,7 +289,7 @@ deps = {
'condition': 'checkout_android',
},
'src/third_party/perfetto':
'https://android.googlesource.com/platform/external/perfetto.git@43f878eaee4f5cd96b7404f6830af679a283ebce',
'https://android.googlesource.com/platform/external/perfetto.git@34f1b98dca5071866b2f0778605dcea0a3d1fbef',
'src/third_party/libvpx/source/libvpx':
'https://chromium.googlesource.com/webm/libvpx.git@3fbd1dca6a4d2dad332a2110d646e4ffef36d590',
'src/third_party/libyuv':
@ -338,7 +338,7 @@ deps = {
'condition': 'checkout_android',
},
'src/tools':
'https://chromium.googlesource.com/chromium/src/tools@4e117933cb88ce0132ba7e6d2e02f4c8a8a8e058',
'https://chromium.googlesource.com/chromium/src/tools@35d921f96554c0b4920d67ef3620dc5b9b5914ca',
'src/third_party/accessibility_test_framework': {
'packages': [
@ -410,7 +410,7 @@ deps = {
'packages': [
{
'package': 'chromium/third_party/androidx',
'version': '_i7u9FvhJhwRUkGaNmG9XnlMwHxAidtYKEGeD_Q8rJoC',
'version': 'mKlggNDsEv0JjWpi3rudjBg2bHFe469T00mjfL10gX0C',
},
],
'condition': 'checkout_android',
@ -493,7 +493,7 @@ deps = {
'packages': [
{
'package': 'chromium/third_party/robolectric',
'version': 'hzetqh1qFI32FOgQroZvGcGdomrgVBJ6WKRnl1KFw6EC',
'version': 'UmWqaevXYVw3D8VySDJcqj3aU9zMDFwt1RySUuU0vI8C',
},
],
'condition': 'checkout_android',