Roll chromium_revision e18750131e..ec412c5559 (1039516:1039642)

Change log: e18750131e..ec412c5559
Full diff: e18750131e..ec412c5559

Changed dependencies
* src/base: 158c2fafef..55c188e9ff
* src/build: db4946beb0..5221aeee35
* src/ios: 6797cbd0e9..7d057cd3a2
* src/testing: 6ae668e92b..5187a0313a
* src/third_party: f3b3ee0323..f2739cde6a
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/3fdc858272..8e773a22c9
* src/third_party/depot_tools: 19b3eb5adb..95f870fb5d
* src/third_party/fuchsia-sdk/sdk: version:9.20220825.2.1..version:9.20220825.3.1
* src/tools: d2e30f0211..cf18771041
DEPS diff: e18750131e..ec412c5559/DEPS

No update to Clang.

BUG=None

Change-Id: Ia55d295e3f999b883f92c29784f3416bbdc561d9
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/273080
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@{#37912}
This commit is contained in:
chromium-webrtc-autoroll
2022-08-26 01:02:08 -07:00
committed by WebRTC LUCI CQ
parent ff22a81629
commit 7643f373a0

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': 'e18750131eccc130f025a82c4b8fb4bfdf43652c',
'chromium_revision': 'ec412c5559f04e1db906b4d37c40e78c6dcf6d6a',
# Keep the Chromium default of generating location tags.
'generate_location_tags': True,
@ -20,7 +20,7 @@ vars = {
# By default, download the fuchsia sdk from the public sdk directory.
'fuchsia_sdk_cipd_prefix': 'fuchsia/sdk/gn/',
'fuchsia_version': 'version:9.20220825.2.1',
'fuchsia_version': 'version:9.20220825.3.1',
# By default, do not check out the re-client binaries.
'checkout_reclient': False,
@ -32,9 +32,9 @@ vars = {
deps = {
# TODO(kjellander): Move this to be Android-only.
'src/base':
'https://chromium.googlesource.com/chromium/src/base@158c2fafefa52207ca3b358016a4b8fe69290bfb',
'https://chromium.googlesource.com/chromium/src/base@55c188e9ff1144c9dc495ddd33c3b3ba2bca93fe',
'src/build':
'https://chromium.googlesource.com/chromium/src/build@db4946beb00cd24aaa64c337578846d1022bda16',
'https://chromium.googlesource.com/chromium/src/build@5221aeee350709a90e3d9efab5323f9a0ec017f4',
'src/buildtools':
'https://chromium.googlesource.com/chromium/src/buildtools@11747ae48c238e7a2f51360e763d6a1c6a3b8e81',
# Gradle 6.6.1. Used for testing Android Studio project generation for WebRTC.
@ -43,13 +43,13 @@ deps = {
'condition': 'checkout_android',
},
'src/ios': {
'url': 'https://chromium.googlesource.com/chromium/src/ios@6797cbd0e923bfc53da48c49c4f5fe34452f6f1a',
'url': 'https://chromium.googlesource.com/chromium/src/ios@7d057cd3a28acd982cfabfbffd8a4aefe3625777',
'condition': 'checkout_ios',
},
'src/testing':
'https://chromium.googlesource.com/chromium/src/testing@6ae668e92b07caf9d1f1e6e86854e0e446d96176',
'https://chromium.googlesource.com/chromium/src/testing@5187a0313a2c0099df5de67e6048e18572710034',
'src/third_party':
'https://chromium.googlesource.com/chromium/src/third_party@f3b3ee0323235b0f4ddf76eca042248047a87003',
'https://chromium.googlesource.com/chromium/src/third_party@f2739cde6a3231de4eb6b086ce0d17d1f710efb9',
'src/buildtools/linux64': {
'packages': [
@ -148,7 +148,7 @@ deps = {
'src/third_party/breakpad/breakpad':
'https://chromium.googlesource.com/breakpad/breakpad.git@e085b3b50bde862d0cf3ce4594e3f391bcf5faec',
'src/third_party/catapult':
'https://chromium.googlesource.com/catapult.git@3fdc858272d1b7d39f6788d11eb955a649ff1891',
'https://chromium.googlesource.com/catapult.git@8e773a22c9ecdafb6ecb4816053a94450f8abfa1',
'src/third_party/ced/src': {
'url': 'https://chromium.googlesource.com/external/github.com/google/compact_enc_det.git@ba412eaaacd3186085babcd901679a48863c7dd5',
},
@ -157,7 +157,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@19b3eb5adbe00e9da40375cb5dc47380a46f3041',
'https://chromium.googlesource.com/chromium/tools/depot_tools.git@95f870fb5d79d56bb9e55617f7c47ff245d99e5c',
'src/third_party/ffmpeg':
'https://chromium.googlesource.com/chromium/third_party/ffmpeg.git@b71ecd02b47939e530e620d9d0d101463db0f688',
'src/third_party/grpc/src': {
@ -282,7 +282,7 @@ deps = {
'condition': 'checkout_android',
},
'src/tools':
'https://chromium.googlesource.com/chromium/src/tools@d2e30f02117286379f97b44bea69dac93c13fa9a',
'https://chromium.googlesource.com/chromium/src/tools@cf18771041213027e5495faa993ea43c0791e980',
'src/third_party/accessibility_test_framework': {
'packages': [