Roll chromium_revision b50c75ae41..fbbdfd477b (947439:947567)

Change log: b50c75ae41..fbbdfd477b
Full diff: b50c75ae41..fbbdfd477b

Changed dependencies
* src/base: 0175fce238..a82eea6df3
* src/build: 7d4410e011..2c47f6b719
* src/ios: 4e83e0173c..e89fc3f392
* src/third_party: 1a819afbae..842ebd1e14
* src/third_party/androidx: kOGHSX2ia0dsRAm8DcdBlff2C07mTWt9YaieS6a5K74C..8psIPDigEQ4L6gV80_7FCGGuyGy_ExaUlGBytDFeHX8C
* src/third_party/perfetto: 4a9b683ccb..aeff6922a9
* src/tools: f79e695e27..903f362c7c
DEPS diff: b50c75ae41..fbbdfd477b/DEPS

No update to Clang.

BUG=None

Change-Id: Ib70757a33654c5034c28703a3ca490e923715fd0
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/239700
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@{#35464}
This commit is contained in:
chromium-webrtc-autoroll
2021-12-02 10:05:24 -08:00
committed by WebRTC LUCI CQ
parent a642df2598
commit 43fc10fc40

16
DEPS
View File

@ -10,7 +10,7 @@ vars = {
# chromium waterfalls. More info at: crbug.com/570091. # chromium waterfalls. More info at: crbug.com/570091.
'checkout_configuration': 'default', 'checkout_configuration': 'default',
'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"', 'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"',
'chromium_revision': 'b50c75ae4195fa63b69fdbe5739c5318907345d9', 'chromium_revision': 'fbbdfd477bc85a24b6edbf28c6cbbfa0461dab74',
# Keep the Chromium default of generating location tags. # Keep the Chromium default of generating location tags.
'generate_location_tags': True, 'generate_location_tags': True,
@ -23,9 +23,9 @@ deps = {
# TODO(kjellander): Move this to be Android-only once the libevent dependency # TODO(kjellander): Move this to be Android-only once the libevent dependency
# in base/third_party/libevent is solved. # in base/third_party/libevent is solved.
'src/base': 'src/base':
'https://chromium.googlesource.com/chromium/src/base@0175fce238c357c2a38bd0d2a74af3162903a59f', 'https://chromium.googlesource.com/chromium/src/base@a82eea6df3ca89f5fa467860a2bfdbb5b204d9d7',
'src/build': 'src/build':
'https://chromium.googlesource.com/chromium/src/build@7d4410e011dc520e3688c74bca8c776124604fb2', 'https://chromium.googlesource.com/chromium/src/build@2c47f6b7192b1720a883e86c15355c28d117a521',
'src/buildtools': 'src/buildtools':
'https://chromium.googlesource.com/chromium/src/buildtools@075dd7e22837a69189003e4fa84499acf63188cf', 'https://chromium.googlesource.com/chromium/src/buildtools@075dd7e22837a69189003e4fa84499acf63188cf',
# Gradle 6.6.1. Used for testing Android Studio project generation for WebRTC. # Gradle 6.6.1. Used for testing Android Studio project generation for WebRTC.
@ -34,13 +34,13 @@ deps = {
'condition': 'checkout_android', 'condition': 'checkout_android',
}, },
'src/ios': { 'src/ios': {
'url': 'https://chromium.googlesource.com/chromium/src/ios@4e83e0173c61322df83ad414dd9a08e754f87000', 'url': 'https://chromium.googlesource.com/chromium/src/ios@e89fc3f39234b30e7f525174a1b81ffb2618703d',
'condition': 'checkout_ios', 'condition': 'checkout_ios',
}, },
'src/testing': 'src/testing':
'https://chromium.googlesource.com/chromium/src/testing@c70310ef4a68a4e458f6b516eb67f16ce7b016b1', 'https://chromium.googlesource.com/chromium/src/testing@c70310ef4a68a4e458f6b516eb67f16ce7b016b1',
'src/third_party': 'src/third_party':
'https://chromium.googlesource.com/chromium/src/third_party@1a819afbae39bac944924b638595e3ca12542418', 'https://chromium.googlesource.com/chromium/src/third_party@842ebd1e14480659a32b061e2a6c3b30de2d16e9',
'src/buildtools/linux64': { 'src/buildtools/linux64': {
'packages': [ 'packages': [
@ -228,7 +228,7 @@ deps = {
'condition': 'checkout_android', 'condition': 'checkout_android',
}, },
'src/third_party/perfetto': 'src/third_party/perfetto':
'https://android.googlesource.com/platform/external/perfetto.git@4a9b683ccbbb7f1d3d16645671e960dae6a8a352', 'https://android.googlesource.com/platform/external/perfetto.git@aeff6922a9050e54917dc30880d248c15a68272e',
'src/third_party/libvpx/source/libvpx': 'src/third_party/libvpx/source/libvpx':
'https://chromium.googlesource.com/webm/libvpx.git@13f984c2162d8392d3fd0ffb8666ee518f60665a', 'https://chromium.googlesource.com/webm/libvpx.git@13f984c2162d8392d3fd0ffb8666ee518f60665a',
'src/third_party/libyuv': 'src/third_party/libyuv':
@ -285,7 +285,7 @@ deps = {
'condition': 'checkout_win', 'condition': 'checkout_win',
}, },
'src/tools': 'src/tools':
'https://chromium.googlesource.com/chromium/src/tools@f79e695e27302283f24bb208a2334733cae5e361', 'https://chromium.googlesource.com/chromium/src/tools@903f362c7c42dd9b11c8ce8c88264eb1bb6a0269',
'src/third_party/accessibility_test_framework': { 'src/third_party/accessibility_test_framework': {
'packages': [ 'packages': [
@ -384,7 +384,7 @@ deps = {
'packages': [ 'packages': [
{ {
'package': 'chromium/third_party/androidx', 'package': 'chromium/third_party/androidx',
'version': 'kOGHSX2ia0dsRAm8DcdBlff2C07mTWt9YaieS6a5K74C', 'version': '8psIPDigEQ4L6gV80_7FCGGuyGy_ExaUlGBytDFeHX8C',
}, },
], ],
'condition': 'checkout_android', 'condition': 'checkout_android',