Roll chromium_revision fa57522d5a..9a738068d7 (812874:813008)

Change log: fa57522d5a..9a738068d7
Full diff: fa57522d5a..9a738068d7

Changed dependencies
* src/build: d2e2194d6e..4b714ed296
* src/ios: c05bc26941..ce7403b50e
* src/testing: 46def68c87..65f394c489
* src/third_party: aee42c9e95..1614ebc41c
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/1e5bef4469..6b79223314
* src/third_party/depot_tools: 98218e9219..b677e98529
* src/third_party/perfetto: bce69fefbe..d2958971d9
* src/tools: a0a913a0c8..fbe8e42a8b
DEPS diff: fa57522d5a..9a738068d7/DEPS

No update to Clang.

TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com,
BUG=None

Change-Id: I7c2c50857085f65abc242597c122e31d16d843c4
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/186461
Reviewed-by: 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/master@{#32285}
This commit is contained in:
chromium-webrtc-autoroll
2020-10-01 17:07:48 -07:00
committed by Commit Bot
parent 7f0e83e82b
commit 5b5abd7910

18
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': 'fa57522d5aaae0060af94b8ea7f1dd0a18382fe6',
'chromium_revision': '9a738068d7e218ecf644a05cb47613c8aad418e2',
# This can be overridden, e.g. with custom_vars, to download a nonstandard
# Xcode version in build/mac_toolchain.py
@ -24,7 +24,7 @@ deps = {
'src/base':
'https://chromium.googlesource.com/chromium/src/base@935b7a9158eb7f34930577e03beda069805283f6',
'src/build':
'https://chromium.googlesource.com/chromium/src/build@d2e2194d6e157323041a152f8ade077b2dae44c5',
'https://chromium.googlesource.com/chromium/src/build@4b714ed296b8ef69dfb3124485c686d01ec50fcc',
'src/buildtools':
'https://chromium.googlesource.com/chromium/src/buildtools@4be464e050b3d05060471788f926b34c641db9fd',
# Gradle 6.6.1. Used for testing Android Studio project generation for WebRTC.
@ -33,13 +33,13 @@ deps = {
'condition': 'checkout_android',
},
'src/ios': {
'url': 'https://chromium.googlesource.com/chromium/src/ios@c05bc2694145cd1e071f7b0282aa3d4445786873',
'url': 'https://chromium.googlesource.com/chromium/src/ios@ce7403b50e647be56ec625893532e6fba046c083',
'condition': 'checkout_ios',
},
'src/testing':
'https://chromium.googlesource.com/chromium/src/testing@46def68c87040864c90ed611db3308fb677226b3',
'https://chromium.googlesource.com/chromium/src/testing@65f394c48905ebf094719e9c28e880427895d8fa',
'src/third_party':
'https://chromium.googlesource.com/chromium/src/third_party@aee42c9e95c7d1a8e8319b0029023dd94bc809a4',
'https://chromium.googlesource.com/chromium/src/third_party@1614ebc41c427c93ebccdb57f286c35e58f9ac72',
'src/buildtools/linux64': {
'packages': [
@ -130,14 +130,14 @@ deps = {
'src/third_party/breakpad/breakpad':
'https://chromium.googlesource.com/breakpad/breakpad.git@9c4671f2e3a63c0f155d9b2511192d0b5fa7f760',
'src/third_party/catapult':
'https://chromium.googlesource.com/catapult.git@1e5bef4469199e4daba5d8fd885966112f8a45d5',
'https://chromium.googlesource.com/catapult.git@6b79223314a55ddee356ff91f56dd7f676824e87',
'src/third_party/ced/src': {
'url': 'https://chromium.googlesource.com/external/github.com/google/compact_enc_det.git@ba412eaaacd3186085babcd901679a48863c7dd5',
},
'src/third_party/colorama/src':
'https://chromium.googlesource.com/external/colorama.git@799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8',
'src/third_party/depot_tools':
'https://chromium.googlesource.com/chromium/tools/depot_tools.git@98218e9219b11e9681420b7a61e126bdb6fafec3',
'https://chromium.googlesource.com/chromium/tools/depot_tools.git@b677e985297d9c668afa697cb773b9eee5154ab0',
'src/third_party/ffmpeg':
'https://chromium.googlesource.com/chromium/third_party/ffmpeg.git@e61dd757a8c09139c03ffa2ef285d5678909370a',
'src/third_party/findbugs': {
@ -208,7 +208,7 @@ deps = {
'condition': 'checkout_android',
},
'src/third_party/perfetto':
'https://android.googlesource.com/platform/external/perfetto.git@bce69fefbe63cae099a90ff890fe8f1daaa9cd70',
'https://android.googlesource.com/platform/external/perfetto.git@d2958971d9c5140dc046c60e02229fbb569df502',
'src/third_party/libvpx/source/libvpx':
'https://chromium.googlesource.com/webm/libvpx.git@97356acb50e212fcfb7c91715718ec70953f780c',
'src/third_party/libyuv':
@ -265,7 +265,7 @@ deps = {
'condition': 'checkout_win',
},
'src/tools':
'https://chromium.googlesource.com/chromium/src/tools@a0a913a0c89f92baa237eff88d2caf42f6cfaea2',
'https://chromium.googlesource.com/chromium/src/tools@fbe8e42a8be3ffe868c800fecfa7f169a3aa0ca0',
'src/tools/swarming_client':
'https://chromium.googlesource.com/infra/luci/client-py.git@44c13d73156581ea09b9389001e58c23a4b8d70a',