Roll chromium_revision a4e3fad315..2f0f2d0c5f (1127587:1127730)
Change log:a4e3fad315..2f0f2d0c5fFull diff:a4e3fad315..2f0f2d0c5fChanged dependencies * fuchsia_vesion: version:12.20230407.1.1..version:12.20230407.2.1 * src/base:a366bdc598..22c7da9c79* src/build:b17a7a9402..71ce49253a* src/buildtools:64c9f314b8..8edb6600cc* src/buildtools/third_party/libc++/trunk:ab37483b42..ee488d0608* src/ios:b285dc197a..3986e6fe20* src/testing:9d964f12fe..e9d98c54f9* src/third_party:674707c55f..7dbb287460* src/third_party/androidx: -pK90qshV0juLhQarmodo4DWoqVsaQNPvOR8Mer92qgC..3B8F5G_FvmGQNHfDjnaEsK4d1ZIuuNlAGjw4zubOCuMC * src/third_party/depot_tools:801a975021..0a590f3e18* src/tools:7e58e38b41..f476a1eddeDEPS diff:a4e3fad315..2f0f2d0c5f/DEPS No update to Clang. BUG=None Change-Id: I9d0f9c9c0224fe0c19315eb1665ff3261880de4d Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/300624 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@{#39789}
This commit is contained in:
parent
1b243e026b
commit
5499690916
24
DEPS
24
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': 'a4e3fad315164817ad411ae55cc450a53119e908',
|
||||
'chromium_revision': '2f0f2d0c5f538ef1be6a28b468da499aab4b5a48',
|
||||
|
||||
# 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:12.20230407.1.1',
|
||||
'fuchsia_version': 'version:12.20230407.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@a366bdc59810f40fac0e9bdbde6ee13f625e8688',
|
||||
'https://chromium.googlesource.com/chromium/src/base@22c7da9c79ed5383f24d7d07233e5797aad682dc',
|
||||
'src/build':
|
||||
'https://chromium.googlesource.com/chromium/src/build@b17a7a940203942000388a8619502441e8f17161',
|
||||
'https://chromium.googlesource.com/chromium/src/build@71ce49253a9af268a035cbe58e28b4dd7b36a9f5',
|
||||
'src/buildtools':
|
||||
'https://chromium.googlesource.com/chromium/src/buildtools@64c9f314b8f5fccbbd3f8dfe101441827daf807d',
|
||||
'https://chromium.googlesource.com/chromium/src/buildtools@8edb6600cc18f4d833cf05983ff9b810b53d1db6',
|
||||
# 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@b285dc197aa7bdfcbf4ce7f442d626de8a9d404d',
|
||||
'url': 'https://chromium.googlesource.com/chromium/src/ios@3986e6fe204aa62eca9f58dce42f0ec05263aed5',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
'https://chromium.googlesource.com/chromium/src/testing@9d964f12fe7cba950a9105c408b5cc09197a613e',
|
||||
'https://chromium.googlesource.com/chromium/src/testing@e9d98c54f956c84846bdc024b906a34b421512bc',
|
||||
'src/third_party':
|
||||
'https://chromium.googlesource.com/chromium/src/third_party@674707c55fb3bf6a15e05c5a5cb7a07f43f22bc5',
|
||||
'https://chromium.googlesource.com/chromium/src/third_party@7dbb28746005c5b9b92ae478ac3953cb6755ac5c',
|
||||
|
||||
'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@ab37483b426c16ce33f8f0064be571513d5a8c34',
|
||||
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git@ee488d060889fc9208b22536955a7176ae9a404d',
|
||||
'src/buildtools/third_party/libc++abi/trunk':
|
||||
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git@b076ad359ce749bbf680474c43c7130416f1eb46',
|
||||
'src/buildtools/third_party/libunwind/trunk':
|
||||
@ -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@801a975021e9eff1d6c53cb460ff055e92ab8def',
|
||||
'https://chromium.googlesource.com/chromium/tools/depot_tools.git@0a590f3e185c9541feeb75c5fd3b1bb68ffc0362',
|
||||
'src/third_party/ffmpeg':
|
||||
'https://chromium.googlesource.com/chromium/third_party/ffmpeg.git@8d21d41d8bec5c0b266ee305d1a708dc5c23b594',
|
||||
'src/third_party/flatbuffers/src':
|
||||
@ -336,7 +336,7 @@ deps = {
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/tools':
|
||||
'https://chromium.googlesource.com/chromium/src/tools@7e58e38b410e68430ab01b888eb3f5f57a139c4b',
|
||||
'https://chromium.googlesource.com/chromium/src/tools@f476a1eddeda52fc9fc1993cae8e48c6fcaa5db1',
|
||||
|
||||
'src/third_party/accessibility_test_framework': {
|
||||
'packages': [
|
||||
@ -402,7 +402,7 @@ deps = {
|
||||
'packages': [
|
||||
{
|
||||
'package': 'chromium/third_party/androidx',
|
||||
'version': '-pK90qshV0juLhQarmodo4DWoqVsaQNPvOR8Mer92qgC',
|
||||
'version': '3B8F5G_FvmGQNHfDjnaEsK4d1ZIuuNlAGjw4zubOCuMC',
|
||||
},
|
||||
],
|
||||
'condition': 'checkout_android',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user