Roll chromium_revision f5288b936a..5ab5c65bfa (1127956:1128060)

Change log: f5288b936a..5ab5c65bfa
Full diff: f5288b936a..5ab5c65bfa

Changed dependencies
* fuchsia_vesion: version:12.20230408.2.1..version:12.20230409.2.1
* src/base: 6ed9379a1c..97755eb551
* src/build: ae34ae7be0..8d69f8b842
* src/buildtools: 9e6b2fae10..64174283d0
* src/buildtools/third_party/libc++/trunk: 928c6627d3..049d48aa99
* src/ios: 6a3dfc91b4..62d0c33694
* src/testing: e062643120..b40d4354c1
* src/third_party: 2d5d135d30..dfb4c71428
* src/third_party/androidx: LDqm0S65wmMmhwJ0O9ywLshSC8dR6gIKcgHVdh2S0zQC..-jSW_QLD0YU8EPHCCmk1PTIK-fE-KfJ2xTIBbZJtuzkC
* src/third_party/perfetto: 5bdb054e9b..e8d3baca2f
DEPS diff: f5288b936a..5ab5c65bfa/DEPS

No update to Clang.

BUG=None

Change-Id: I7a204d573e267475d1579486ff4a30e7a06db5c9
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/300695
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@{#39793}
This commit is contained in:
chromium-webrtc-autoroll 2023-04-09 17:01:57 -07:00 committed by WebRTC LUCI CQ
parent 8fbd0e108e
commit 23a864bf54

22
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': 'f5288b936aadffd96c9985de4ce07f075e79f711',
'chromium_revision': '5ab5c65bfa4f37fed527dfacaa81c9a2bafa2bfb',
# 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.20230408.2.1',
'fuchsia_version': 'version:12.20230409.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@6ed9379a1c4e33d90b678fcdc82d4ae02a742bb5',
'https://chromium.googlesource.com/chromium/src/base@97755eb551b7dd0272265352825a06555c83c693',
'src/build':
'https://chromium.googlesource.com/chromium/src/build@ae34ae7be05cf4bd07f591c9517387b7a62340cc',
'https://chromium.googlesource.com/chromium/src/build@8d69f8b8423a1af5d1d85ba7b3921918b40a942a',
'src/buildtools':
'https://chromium.googlesource.com/chromium/src/buildtools@9e6b2fae10be96f6b2e8cfc4fd88737479aef44a',
'https://chromium.googlesource.com/chromium/src/buildtools@64174283d074639f036ba9496f694bce2fe98f46',
# 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@6a3dfc91b44f3ae19510cee550254f08e055c055',
'url': 'https://chromium.googlesource.com/chromium/src/ios@62d0c3369482d23f2fc3111b44e6226591c99274',
'condition': 'checkout_ios',
},
'src/testing':
'https://chromium.googlesource.com/chromium/src/testing@e062643120f8c035ca8e053236f19d4a18cbb300',
'https://chromium.googlesource.com/chromium/src/testing@b40d4354c1634b9e218db24f70f588e1a6e02ee1',
'src/third_party':
'https://chromium.googlesource.com/chromium/src/third_party@2d5d135d30cb7a2d7eee8b863c74873d6da2edf2',
'https://chromium.googlesource.com/chromium/src/third_party@dfb4c7142836633744c3720073fb24b9425bef72',
'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@928c6627d301e058e7b4f8f695a86aea342fdaa6',
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git@049d48aa99786a2452537a5f5e3c411c741abb82',
'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':
@ -287,7 +287,7 @@ deps = {
'condition': 'checkout_android',
},
'src/third_party/perfetto':
'https://android.googlesource.com/platform/external/perfetto.git@5bdb054e9b4f5db82fe204c57086e6d57b11183f',
'https://android.googlesource.com/platform/external/perfetto.git@e8d3baca2f854d7f4a61d76b9d22f3aeaaf98444',
'src/third_party/libvpx/source/libvpx':
'https://chromium.googlesource.com/webm/libvpx.git@e47676c11cec52d242831414243ecd7a0e387dfb',
'src/third_party/libyuv':
@ -402,7 +402,7 @@ deps = {
'packages': [
{
'package': 'chromium/third_party/androidx',
'version': 'LDqm0S65wmMmhwJ0O9ywLshSC8dR6gIKcgHVdh2S0zQC',
'version': '-jSW_QLD0YU8EPHCCmk1PTIK-fE-KfJ2xTIBbZJtuzkC',
},
],
'condition': 'checkout_android',