Roll chromium_revision fd540ab771..ffc62772df (1366971:1367619)

Change log: fd540ab771..ffc62772df
Full diff: fd540ab771..ffc62772df

Changed dependencies
* src/base: b2346cec11..7129e4d3fe
* src/build: 5b233c5981..99d8d6ffd9
* src/buildtools: 754803453c..9807e11fd0
* src/ios: 2849cc1f98..dd926e4b53
* src/testing: 1033491c1c..0e28511761
* src/third_party: 50112f7ebb..9eb53188b2
* src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/23396fe18e..7152433bc5
* src/third_party/depot_tools: 0ab52232ff..a31b55235f
* src/third_party/kotlinc/current: XQ53U9_IMFOEUFAchvXNwUI-6HvUmhhNcQk7FFsaBgEC..mJnTCQS_AIoMnMx2OnIfbd3Y3zEpLCRUf-J6sBoT8LwC
* src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/669fcf17a7..840f879787
* src/third_party/libc++/src: 283f1aa1ad..6e4ed1972b
* src/third_party/libc++abi/src: 975ef56df0..406418bc7b
* src/third_party/libunwind/src: 87f19104b5..efc3baa2d1
* src/third_party/perfetto: 8d03c66623..84aa746478
* src/tools: e6b589dfd5..7dd0eb4c9c
DEPS diff: fd540ab771..ffc62772df/DEPS

No update to Clang.

BUG=None

Change-Id: I13228f2de053a6e3eee7ec5a4ae53bd340b3f959
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/365272
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@{#43224}
This commit is contained in:
chromium-webrtc-autoroll 2024-10-11 11:04:17 -07:00 committed by WebRTC LUCI CQ
parent bd42ee8750
commit a82975f867

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': 'fd540ab7716894d83f77a50894f0dd71433e5b2e',
'chromium_revision': 'ffc62772df0702eb3f34708543acc8a7463d1a96',
# Fetch the prebuilt binaries for llvm-cov and llvm-profdata. Needed to
# process the raw profiles produced by instrumented targets (built with
@ -61,24 +61,24 @@ vars = {
deps = {
# TODO(kjellander): Move this to be Android-only.
'src/base':
'https://chromium.googlesource.com/chromium/src/base@b2346cec1112fe2f4677418627adef9e6ebfa76b',
'https://chromium.googlesource.com/chromium/src/base@7129e4d3feb6b0aef7b702bb137db5f4db678ce8',
'src/build':
'https://chromium.googlesource.com/chromium/src/build@5b233c5981303c9f03e1c5956e5c75025cc0d013',
'https://chromium.googlesource.com/chromium/src/build@99d8d6ffd90599fa04319e4adf05e326cb2f76e8',
'src/buildtools':
'https://chromium.googlesource.com/chromium/src/buildtools@754803453c167d8d4821155cb7fb407ae37aacd8',
'https://chromium.googlesource.com/chromium/src/buildtools@9807e11fd066b39cdf9c36db587494521ac300bb',
# 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@2849cc1f98a06682f1494ef7fda32f8204533a96',
'url': 'https://chromium.googlesource.com/chromium/src/ios@dd926e4b53de167bf2f962a2bb4ee6693fe8e30b',
'condition': 'checkout_ios',
},
'src/testing':
'https://chromium.googlesource.com/chromium/src/testing@1033491c1cb5cf86bb24718089d0fa02c17a17f8',
'https://chromium.googlesource.com/chromium/src/testing@0e28511761f6c14479994a21dfbb6a460637da63',
'src/third_party':
'https://chromium.googlesource.com/chromium/src/third_party@50112f7ebbfc2a79237823d3f9dd4597f9954c6e',
'https://chromium.googlesource.com/chromium/src/third_party@9eb53188b241f8c10e699fdcb5df367990c8e6a8',
'src/buildtools/linux64': {
'packages': [
@ -126,11 +126,11 @@ deps = {
'src/third_party/clang-format/script':
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git@3c0acd2d4e73dd911309d9e970ba09d58bf23a62',
'src/third_party/libc++/src':
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git@283f1aa1ad5758f7cb9778692a8b3c881ca25e6a',
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git@6e4ed1972ba9bc35783750d3cde3310fdabc82c0',
'src/third_party/libc++abi/src':
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git@975ef56df0f09388b3012b51e8c57bb1fd4a57c0',
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git@406418bc7b12e557007950b60eba07bc37f9e801',
'src/third_party/libunwind/src':
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git@87f19104b59199bfdd1e30440ec3ca7a843578eb',
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git@efc3baa2d1ece3630fcfa72bef93ed831bcaec4c',
'src/third_party/test_fonts/test_fonts': {
'dep_type': 'gcs',
@ -234,7 +234,7 @@ deps = {
},
'src/third_party/boringssl/src':
'https://boringssl.googlesource.com/boringssl.git@23396fe18efc6c110c612d612e0f168169c4c479',
'https://boringssl.googlesource.com/boringssl.git@7152433bc570f7abdf06f7da1aec6974bebebae5',
'src/third_party/breakpad/breakpad':
'https://chromium.googlesource.com/breakpad/breakpad.git@6b0c5b7ee1988a14a4af94564e8ae8bba8a94374',
'src/third_party/catapult':
@ -251,7 +251,7 @@ deps = {
'src/third_party/crc32c/src':
'https://chromium.googlesource.com/external/github.com/google/crc32c.git@d3d60ac6e0f16780bcfcc825385e1d338801a558',
'src/third_party/depot_tools':
'https://chromium.googlesource.com/chromium/tools/depot_tools.git@0ab52232ff00523c4ccf6270a9e6ed2c9f1fa5e1',
'https://chromium.googlesource.com/chromium/tools/depot_tools.git@a31b55235fa0e02cdd11e9e311a3da11fd53d473',
'src/third_party/ffmpeg':
'https://chromium.googlesource.com/chromium/third_party/ffmpeg.git@686d6944501a6ee9c849581e3fe343273d4af3f6',
'src/third_party/flatbuffers/src':
@ -327,7 +327,7 @@ deps = {
'packages': [
{
'package': 'chromium/third_party/kotlinc',
'version': 'XQ53U9_IMFOEUFAchvXNwUI-6HvUmhhNcQk7FFsaBgEC',
'version': 'mJnTCQS_AIoMnMx2OnIfbd3Y3zEpLCRUf-J6sBoT8LwC',
},
],
'condition': 'checkout_android',
@ -345,13 +345,13 @@ deps = {
'src/third_party/dav1d/libdav1d':
'https://chromium.googlesource.com/external/github.com/videolan/dav1d.git@ed004fe95d47e30e8248764fddbb08b77ba13187',
'src/third_party/libaom/source/libaom':
'https://aomedia.googlesource.com/aom.git@669fcf17a780d1676e11227bb28a6435de0f1523',
'https://aomedia.googlesource.com/aom.git@840f8797871cc587f7113ea9d2483a1156d57c0e',
'src/third_party/libunwindstack': {
'url': 'https://chromium.googlesource.com/chromium/src/third_party/libunwindstack.git@a3bb4cd02e0e984a235069f812cbef2b37c389e5',
'condition': 'checkout_android',
},
'src/third_party/perfetto':
'https://android.googlesource.com/platform/external/perfetto.git@8d03c66623bd1265103b35ab3549a6b4b7cef844',
'https://android.googlesource.com/platform/external/perfetto.git@84aa7464783d04a2fdbd7ca063cbdae4dfe5a929',
'src/third_party/protobuf-javascript/src':
Var('chromium_git') + '/external/github.com/protocolbuffers/protobuf-javascript' + '@' + 'e34549db516f8712f678fcd4bc411613b5cc5295',
'src/third_party/libvpx/source/libvpx':
@ -410,7 +410,7 @@ deps = {
'condition': 'checkout_android',
},
'src/tools':
'https://chromium.googlesource.com/chromium/src/tools@e6b589dfd522bcdd5ac9c1484dec2117c747d6af',
'https://chromium.googlesource.com/chromium/src/tools@7dd0eb4c9cd96dfe8f1d60c65775c7a05c065c00',
'src/third_party/espresso': {
'packages': [