Roll chromium_revision 4750e820fb..b185bb471c (1122795:1123000)

Change log: 4750e820fb..b185bb471c
Full diff: 4750e820fb..b185bb471c

Changed dependencies
* fuchsia_vesion: version:12.20230327.2.1..version:12.20230328.1.1
* src/base: eb6d71e75c..91ac17a2c9
* src/build: c3d12ea422..aae3801eab
* src/ios: e1dd387c9c..ee559fcb5a
* src/testing: da1cc679ec..12588af4ea
* src/third_party: 3f6c13b812..269e31c543
* src/third_party/android_sdk/public: 3Yn5Sn7BMObm8gsoZCF0loJMKg9_PpgU07G9DObCLdQC..EWnL2r7oV5GtE9Ef7GyohyFam42wtMtEKYU4dCb3U1YC
* src/third_party/androidx: zd34H0ZKUoP4415kneK7fwSS-MzZu0_hYScGJWzsVgkC..IwQ7KNjxWpqRI6oAx44UGTHRiAfJbRilFmFy26FOm0AC
* src/third_party/perfetto: e904de5554..02d6c7406b
* src/tools: b1edcefc9e..d63cc5b02b
DEPS diff: 4750e820fb..b185bb471c/DEPS

No update to Clang.

BUG=None

Change-Id: Ia49a429e7c579f44ff8cfeaf6dfafaac9c03135d
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/299224
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@{#39705}
This commit is contained in:
chromium-webrtc-autoroll 2023-03-28 07:05:55 -07:00 committed by WebRTC LUCI CQ
parent 089758dbc5
commit 58b049373e

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': '4750e820fbcd52d30a0f194b89e34bf01f3ad740',
'chromium_revision': 'b185bb471cd034e6ca41b08e1d7d1b5d30ec920d',
# 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.20230327.2.1',
'fuchsia_version': 'version:12.20230328.1.1',
# By default, download the fuchsia images from the fuchsia GCS bucket.
'fuchsia_images_bucket': 'fuchsia',
'checkout_fuchsia': False,
@ -46,9 +46,9 @@ vars = {
deps = {
# TODO(kjellander): Move this to be Android-only.
'src/base':
'https://chromium.googlesource.com/chromium/src/base@eb6d71e75c21421c38b227e7c7a40da7b063b5ac',
'https://chromium.googlesource.com/chromium/src/base@91ac17a2c9636c01600e2e1a15b6650920ad2090',
'src/build':
'https://chromium.googlesource.com/chromium/src/build@c3d12ea422852389eae45b29ae7395cf9194e8ec',
'https://chromium.googlesource.com/chromium/src/build@aae3801eabc308d3a586900f223091dc2ad22cff',
'src/buildtools':
'https://chromium.googlesource.com/chromium/src/buildtools@c97a3b8902379b6e6f705202db03d415d790ebac',
# Gradle 6.6.1. Used for testing Android Studio project generation for WebRTC.
@ -57,13 +57,13 @@ deps = {
'condition': 'checkout_android',
},
'src/ios': {
'url': 'https://chromium.googlesource.com/chromium/src/ios@e1dd387c9cd3aa09a256b81b4eff2e7d8bf19520',
'url': 'https://chromium.googlesource.com/chromium/src/ios@ee559fcb5a29d25984a018c42e0d2755552823c4',
'condition': 'checkout_ios',
},
'src/testing':
'https://chromium.googlesource.com/chromium/src/testing@da1cc679eccc701d048a8144c08cd4aa77a82453',
'https://chromium.googlesource.com/chromium/src/testing@12588af4eaa8219043de02f51a14b10eb7ea72d7',
'src/third_party':
'https://chromium.googlesource.com/chromium/src/third_party@3f6c13b812a0f0a3339db4b98ff6c4bde0ff1670',
'https://chromium.googlesource.com/chromium/src/third_party@269e31c54388216ad6bfcfc5696b90122a876454',
'src/buildtools/linux64': {
'packages': [
@ -287,7 +287,7 @@ deps = {
'condition': 'checkout_android',
},
'src/third_party/perfetto':
'https://android.googlesource.com/platform/external/perfetto.git@e904de5554bd8af597344c98aefd940a6a7d00fb',
'https://android.googlesource.com/platform/external/perfetto.git@02d6c7406b5174d707a8021fe88e6591adc143fe',
'src/third_party/libvpx/source/libvpx':
'https://chromium.googlesource.com/webm/libvpx.git@394de691a0ef570fc49943f565ad53ee0d22a7f3',
'src/third_party/libyuv':
@ -336,7 +336,7 @@ deps = {
'condition': 'checkout_android',
},
'src/tools':
'https://chromium.googlesource.com/chromium/src/tools@b1edcefc9e49f8581ec894c0198db54a7ff4c602',
'https://chromium.googlesource.com/chromium/src/tools@d63cc5b02bb977f35be69fe35eebcbb8ebf6e6d1',
'src/third_party/accessibility_test_framework': {
'packages': [
@ -413,7 +413,7 @@ deps = {
'packages': [
{
'package': 'chromium/third_party/androidx',
'version': 'zd34H0ZKUoP4415kneK7fwSS-MzZu0_hYScGJWzsVgkC',
'version': 'IwQ7KNjxWpqRI6oAx44UGTHRiAfJbRilFmFy26FOm0AC',
},
],
'condition': 'checkout_android',
@ -463,7 +463,7 @@ deps = {
},
{
'package': 'chromium/third_party/android_sdk/public/cmdline-tools',
'version': '3Yn5Sn7BMObm8gsoZCF0loJMKg9_PpgU07G9DObCLdQC',
'version': 'EWnL2r7oV5GtE9Ef7GyohyFam42wtMtEKYU4dCb3U1YC',
},
],
'condition': 'checkout_android',