Roll chromium_revision 8adb72660d..d1899b8072 (998650:998754)

Change log: 8adb72660d..d1899b8072
Full diff: 8adb72660d..d1899b8072

Changed dependencies
* src/base: 28bb4c36ce..3767de1d65
* src/build: be173d9ec5..15a156bdb5
* src/ios: 6b184c2967..f274b4fe3c
* src/testing: d9eac53afa..56c3743b21
* src/third_party: e4157b9c7a..5b43f0d4da
* src/third_party/androidx: bT-nL-FwLGM0V4Ph-8S1BHbc7GRpldEjP72R4lWnydQC..cp1B6hyQDc39i_ATBhaA65qxdkBiII9h1gxw0F_SdyMC
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/9ba02ee5ca..eebb0a0e63
* src/third_party/depot_tools: 5b13afcae3..e06e307750
* src/tools: e5064e056f..25ad985bf2
DEPS diff: 8adb72660d..d1899b8072/DEPS

No update to Clang.

BUG=None

Change-Id: I3c16f4a5f8d47565230762781136dfc6dc76887b
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/260911
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@{#36743}
This commit is contained in:
chromium-webrtc-autoroll 2022-05-03 01:02:59 -07:00 committed by WebRTC LUCI CQ
parent eeffb6aaf7
commit a429ad06bc

20
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': '8adb72660dd6d3065b565e8c8fd57ca70668406f',
'chromium_revision': 'd1899b8072e673e53e38ef129a7c1947747c4f63',
# Keep the Chromium default of generating location tags.
'generate_location_tags': True,
@ -23,9 +23,9 @@ deps = {
# TODO(kjellander): Move this to be Android-only once the libevent dependency
# in base/third_party/libevent is solved.
'src/base':
'https://chromium.googlesource.com/chromium/src/base@28bb4c36cee477978711283b0a4cbda0b035d9e4',
'https://chromium.googlesource.com/chromium/src/base@3767de1d658f055d7c8d710fe6ad1d6ae05ce28d',
'src/build':
'https://chromium.googlesource.com/chromium/src/build@be173d9ec5ce32a0c64b454294aa0be7a501ef30',
'https://chromium.googlesource.com/chromium/src/build@15a156bdb58b0b2fb9acd5fae35d9f7abf7278cf',
'src/buildtools':
'https://chromium.googlesource.com/chromium/src/buildtools@113378f9b3aff02ba827411ea1b7ad462cffae02',
# Gradle 6.6.1. Used for testing Android Studio project generation for WebRTC.
@ -34,13 +34,13 @@ deps = {
'condition': 'checkout_android',
},
'src/ios': {
'url': 'https://chromium.googlesource.com/chromium/src/ios@6b184c296721b71cf5e3106d7403aaaab12bd943',
'url': 'https://chromium.googlesource.com/chromium/src/ios@f274b4fe3c74ffec4b3a6168b6087747f981a234',
'condition': 'checkout_ios',
},
'src/testing':
'https://chromium.googlesource.com/chromium/src/testing@d9eac53afa22f493c10c37b0c13e8e115fce8a9f',
'https://chromium.googlesource.com/chromium/src/testing@56c3743b215cd9361f46446d93046cc92d052f12',
'src/third_party':
'https://chromium.googlesource.com/chromium/src/third_party@e4157b9c7af1c1fb7c041a602aece80d820e9c28',
'https://chromium.googlesource.com/chromium/src/third_party@5b43f0d4da29d457e3b25d8c5f129e1afba27693',
'src/buildtools/linux64': {
'packages': [
@ -129,7 +129,7 @@ deps = {
'src/third_party/breakpad/breakpad':
'https://chromium.googlesource.com/breakpad/breakpad.git@8b68c72a3fff2bb687c7f411e5c1c09e356b8603',
'src/third_party/catapult':
'https://chromium.googlesource.com/catapult.git@9ba02ee5ca009b67a48adae40fd01aa58a94e0c2',
'https://chromium.googlesource.com/catapult.git@eebb0a0e637f95a79da9f8d2b0cd7f227005c425',
'src/third_party/ced/src': {
'url': 'https://chromium.googlesource.com/external/github.com/google/compact_enc_det.git@ba412eaaacd3186085babcd901679a48863c7dd5',
},
@ -138,7 +138,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@5b13afcae350b04c4c21de1afe17dd45c7e0b2b1',
'https://chromium.googlesource.com/chromium/tools/depot_tools.git@e06e30775077e195581f58170455e4f59f5839ae',
'src/third_party/ffmpeg':
'https://chromium.googlesource.com/chromium/third_party/ffmpeg.git@32b2d1d52612e47531df9289e3f5fdd5447507dd',
'src/third_party/findbugs': {
@ -275,7 +275,7 @@ deps = {
'condition': 'checkout_win',
},
'src/tools':
'https://chromium.googlesource.com/chromium/src/tools@e5064e056f0ee7c90e5313198b4ab94a33ef8a94',
'https://chromium.googlesource.com/chromium/src/tools@25ad985bf27283c314676e675209d499f86cbd43',
'src/third_party/accessibility_test_framework': {
'packages': [
@ -363,7 +363,7 @@ deps = {
'packages': [
{
'package': 'chromium/third_party/androidx',
'version': 'bT-nL-FwLGM0V4Ph-8S1BHbc7GRpldEjP72R4lWnydQC',
'version': 'cp1B6hyQDc39i_ATBhaA65qxdkBiII9h1gxw0F_SdyMC',
},
],
'condition': 'checkout_android',