mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-12 21:30:45 +01:00
Roll chromium_revision bf9471517a..34f1d79720 (1109037:1109485)
Change log:bf9471517a..34f1d79720
Full diff:bf9471517a..34f1d79720
Changed dependencies * fuchsia_vesion: version:11.20230223.1.1..version:11.20230224.1.1 * src/base:ddb0c7ccb3..0552c086c5
* src/build:f8777b60d0..2a6d6c58ac
* src/buildtools:c9ed0b613f..d1127a2c8d
* src/buildtools/linux64: git_revision:b25a2f8c2d33f02082f0f258350f5e22c0973108..git_revision:fe330c0ae1ec29db30b6f830e50771a335e071fb * src/buildtools/mac: git_revision:b25a2f8c2d33f02082f0f258350f5e22c0973108..git_revision:fe330c0ae1ec29db30b6f830e50771a335e071fb * src/buildtools/third_party/libc++/trunk:09f68a400f..e136ec5032
* src/buildtools/win: git_revision:b25a2f8c2d33f02082f0f258350f5e22c0973108..git_revision:fe330c0ae1ec29db30b6f830e50771a335e071fb * src/ios:935779a64d..364440ddb0
* src/testing:93a5c29e3a..fa00882b59
* src/third_party:db6c63b004..266eea9964
* src/third_party/androidx: zEg6hTXAR6Mcqyfh8gHDzD9fmyy1xwz4swj6pkENIYsC..Fsm98n6hLbqLHEvpZJ-mBOrHHZO6hyzNJto4m65OEv8C * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/4274fe29da..9c6c41afcf * src/third_party/depot_tools:d85c5bc6ff..27ac29f980
* src/third_party/perfetto:dce90b9ff6..4bda78645d
* src/tools:543c1d27a7..2ce4561290
DEPS diff:bf9471517a..34f1d79720
/DEPS No update to Clang. BUG=None Change-Id: I6d376f79505eb81e465cc74d9a4d8afbb2c0fb3e Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/294804 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@{#39385}
This commit is contained in:
parent
274408feab
commit
cec856991b
1 changed files with 17 additions and 17 deletions
34
DEPS
34
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': 'bf9471517a74c3882b422f30043ed0821b71a519',
|
||||
'chromium_revision': '34f1d79720dc3c83e489343c9f83adcb8c13d387',
|
||||
|
||||
# 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.20230223.1.1',
|
||||
'fuchsia_version': 'version:11.20230224.1.1',
|
||||
# By default, download the fuchsia images from the fuchsia GCS bucket.
|
||||
'fuchsia_images_bucket': 'fuchsia',
|
||||
'checkout_fuchsia': False,
|
||||
|
@ -46,30 +46,30 @@ vars = {
|
|||
deps = {
|
||||
# TODO(kjellander): Move this to be Android-only.
|
||||
'src/base':
|
||||
'https://chromium.googlesource.com/chromium/src/base@ddb0c7ccb345d268aff15ae61bef7aa9c4adfc1b',
|
||||
'https://chromium.googlesource.com/chromium/src/base@0552c086c59fdc17fc4c4df800476bd0b4c4c547',
|
||||
'src/build':
|
||||
'https://chromium.googlesource.com/chromium/src/build@f8777b60d046cb6a9906306e7edafb8e4b1f842d',
|
||||
'https://chromium.googlesource.com/chromium/src/build@2a6d6c58ac79fe518eeb5288bc42c57fdf1cec31',
|
||||
'src/buildtools':
|
||||
'https://chromium.googlesource.com/chromium/src/buildtools@c9ed0b613fbde914d8dbcf244ccfb291716f62a5',
|
||||
'https://chromium.googlesource.com/chromium/src/buildtools@d1127a2c8d7320af342dabf7efa069036bb426a3',
|
||||
# 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@935779a64d4ab8ed5d008a31b387b34a209e38f9',
|
||||
'url': 'https://chromium.googlesource.com/chromium/src/ios@364440ddb0c519751086ee0a6d504a63e35f54a3',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
'https://chromium.googlesource.com/chromium/src/testing@93a5c29e3ad0eca737252029a24b4ac3622a6794',
|
||||
'https://chromium.googlesource.com/chromium/src/testing@fa00882b5908bc1510751de5d1c6d4373560828d',
|
||||
'src/third_party':
|
||||
'https://chromium.googlesource.com/chromium/src/third_party@db6c63b004563206feffaa4a12043ecc1895b3b5',
|
||||
'https://chromium.googlesource.com/chromium/src/third_party@266eea9964a5e6d29b441bb845f64c996d6379c7',
|
||||
|
||||
'src/buildtools/linux64': {
|
||||
'packages': [
|
||||
{
|
||||
'package': 'gn/gn/linux-${{arch}}',
|
||||
'version': 'git_revision:b25a2f8c2d33f02082f0f258350f5e22c0973108',
|
||||
'version': 'git_revision:fe330c0ae1ec29db30b6f830e50771a335e071fb',
|
||||
}
|
||||
],
|
||||
'dep_type': 'cipd',
|
||||
|
@ -79,7 +79,7 @@ deps = {
|
|||
'packages': [
|
||||
{
|
||||
'package': 'gn/gn/mac-${{arch}}',
|
||||
'version': 'git_revision:b25a2f8c2d33f02082f0f258350f5e22c0973108',
|
||||
'version': 'git_revision:fe330c0ae1ec29db30b6f830e50771a335e071fb',
|
||||
}
|
||||
],
|
||||
'dep_type': 'cipd',
|
||||
|
@ -89,7 +89,7 @@ deps = {
|
|||
'packages': [
|
||||
{
|
||||
'package': 'gn/gn/windows-amd64',
|
||||
'version': 'git_revision:b25a2f8c2d33f02082f0f258350f5e22c0973108',
|
||||
'version': 'git_revision:fe330c0ae1ec29db30b6f830e50771a335e071fb',
|
||||
}
|
||||
],
|
||||
'dep_type': 'cipd',
|
||||
|
@ -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@09f68a400f9200921688efb34a341d9af4c0d3d8',
|
||||
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git@e136ec5032a5e5d97e988ce66e8c269a80ff54c4',
|
||||
'src/buildtools/third_party/libc++abi/trunk':
|
||||
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git@87d8fe050bedb143f232b9ff99a0a46897640e5d',
|
||||
'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@4274fe29dac91b7713244daebb6f1d2364d97193',
|
||||
'https://chromium.googlesource.com/catapult.git@9c6c41afcf180e0bf068129b75da62e535f37629',
|
||||
'src/third_party/ced/src': {
|
||||
'url': 'https://chromium.googlesource.com/external/github.com/google/compact_enc_det.git@ba412eaaacd3186085babcd901679a48863c7dd5',
|
||||
},
|
||||
|
@ -183,7 +183,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@d85c5bc6ff0dee8171007d947aabc3dfa6dd433b',
|
||||
'https://chromium.googlesource.com/chromium/tools/depot_tools.git@27ac29f980eb459c7da5ddea20ec515d7c8627c9',
|
||||
'src/third_party/ffmpeg':
|
||||
'https://chromium.googlesource.com/chromium/third_party/ffmpeg.git@ee0c52d52036ecadfd38affec86c04937480bedb',
|
||||
'src/third_party/flatbuffers/src':
|
||||
|
@ -287,7 +287,7 @@ deps = {
|
|||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/third_party/perfetto':
|
||||
'https://android.googlesource.com/platform/external/perfetto.git@dce90b9ff65042877a53554fc76610aeb4310cf4',
|
||||
'https://android.googlesource.com/platform/external/perfetto.git@4bda78645d1d23a98473b793bc532a3ebff6c7f9',
|
||||
'src/third_party/libvpx/source/libvpx':
|
||||
'https://chromium.googlesource.com/webm/libvpx.git@db69ce6aea278bee88668fd9cc2af2e544516fdb',
|
||||
'src/third_party/libyuv':
|
||||
|
@ -336,7 +336,7 @@ deps = {
|
|||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/tools':
|
||||
'https://chromium.googlesource.com/chromium/src/tools@543c1d27a7abec612480071f88e3bccfdfca9c8b',
|
||||
'https://chromium.googlesource.com/chromium/src/tools@2ce4561290950932abef2cc99bdfb52fa472bd44',
|
||||
|
||||
'src/third_party/accessibility_test_framework': {
|
||||
'packages': [
|
||||
|
@ -413,7 +413,7 @@ deps = {
|
|||
'packages': [
|
||||
{
|
||||
'package': 'chromium/third_party/androidx',
|
||||
'version': 'zEg6hTXAR6Mcqyfh8gHDzD9fmyy1xwz4swj6pkENIYsC',
|
||||
'version': 'Fsm98n6hLbqLHEvpZJ-mBOrHHZO6hyzNJto4m65OEv8C',
|
||||
},
|
||||
],
|
||||
'condition': 'checkout_android',
|
||||
|
|
Loading…
Reference in a new issue