Roll chromium_revision cc44e4fee5..a0f406407b (1107219:1107323)
Change log:cc44e4fee5..a0f406407bFull diff:cc44e4fee5..a0f406407bChanged dependencies * fuchsia_vesion: version:11.20230218.2.1..version:11.20230219.2.1 * src/buildtools:c330465d95..86d8d59707* src/buildtools/third_party/libc++/trunk:3c25fb0803..43c39fecf3* src/ios:220ca4bf8b..eabc1ecd0b* src/testing:f6e91f81c5..9686404aed* src/third_party:77f3d5d225..b3ece5d0a3* src/third_party/androidx: vUTlHbKBLM4krixE17LfiE5TEFoG_oG8PWG2kxuKDKYC..MZ9_PEpIzKK0mJj-ofqMi2FNv_6yzhVurgpyh5pHkK8C * src/tools:3e95b7c226..23ee8d2022DEPS diff:cc44e4fee5..a0f406407b/DEPS No update to Clang. BUG=None Change-Id: I560bcb99945832d57cbf0712caccb3f43d035838 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/294263 Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#39342}
This commit is contained in:
parent
1a890c13ba
commit
dc8a49abd8
18
DEPS
18
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': 'cc44e4fee54dcf1125de9f0f302aa79b84d4220e',
|
||||
'chromium_revision': 'a0f406407bbbb6708b7a27c6bb53e65642aec439',
|
||||
|
||||
# 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.20230218.2.1',
|
||||
'fuchsia_version': 'version:11.20230219.2.1',
|
||||
# By default, download the fuchsia images from the fuchsia GCS bucket.
|
||||
'fuchsia_images_bucket': 'fuchsia',
|
||||
'checkout_fuchsia': False,
|
||||
@ -50,20 +50,20 @@ deps = {
|
||||
'src/build':
|
||||
'https://chromium.googlesource.com/chromium/src/build@6be968106c392e4d179622e443ba586b73a958a6',
|
||||
'src/buildtools':
|
||||
'https://chromium.googlesource.com/chromium/src/buildtools@c330465d95ab4a8f3280e0d511aca278fc1ba159',
|
||||
'https://chromium.googlesource.com/chromium/src/buildtools@86d8d59707c59d2a5aa07bea345dbd86476892c7',
|
||||
# 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@220ca4bf8b04da448a4e7146715e2a7ba138b677',
|
||||
'url': 'https://chromium.googlesource.com/chromium/src/ios@eabc1ecd0b48b3adb1dc261663df104588f18249',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
'https://chromium.googlesource.com/chromium/src/testing@f6e91f81c5c32feadbcbad60de69a8dc270ceabe',
|
||||
'https://chromium.googlesource.com/chromium/src/testing@9686404aed79481f8f1141946313820b94a8e70c',
|
||||
'src/third_party':
|
||||
'https://chromium.googlesource.com/chromium/src/third_party@77f3d5d225a1ac122de5ac54c3e4969147194b3c',
|
||||
'https://chromium.googlesource.com/chromium/src/third_party@b3ece5d0a3315ccece76d64989608cb234665201',
|
||||
|
||||
'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@3c25fb0803f2bbcacb777118ee4488ae5694c780',
|
||||
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git@43c39fecf3aa3cd542e41ffa8720720a1629ff41',
|
||||
'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':
|
||||
@ -336,7 +336,7 @@ deps = {
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/tools':
|
||||
'https://chromium.googlesource.com/chromium/src/tools@3e95b7c22694e78348f8c2927b8e6f1e4870b152',
|
||||
'https://chromium.googlesource.com/chromium/src/tools@23ee8d2022a8fbbedf7314842c87121c97e3a9e8',
|
||||
|
||||
'src/third_party/accessibility_test_framework': {
|
||||
'packages': [
|
||||
@ -413,7 +413,7 @@ deps = {
|
||||
'packages': [
|
||||
{
|
||||
'package': 'chromium/third_party/androidx',
|
||||
'version': 'vUTlHbKBLM4krixE17LfiE5TEFoG_oG8PWG2kxuKDKYC',
|
||||
'version': 'MZ9_PEpIzKK0mJj-ofqMi2FNv_6yzhVurgpyh5pHkK8C',
|
||||
},
|
||||
],
|
||||
'condition': 'checkout_android',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user