Roll chromium_revision cbcae3bb9f..9e057d1ba2 (818998:819118)

Change log: cbcae3bb9f..9e057d1ba2
Full diff: cbcae3bb9f..9e057d1ba2

Changed dependencies
* src/base: 5efb55bb55..8d4280265d
* src/build: d709f77b70..a1db76f6c8
* src/ios: 586e9572e6..9f5cf47eba
* src/testing: a06f7d1223..9b71d32187
* src/third_party: 5e895d424f..c3088460e7
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/edbb060595..3fc3588cdf
* src/tools: 5c94bee7c1..deaa542424
DEPS diff: cbcae3bb9f..9e057d1ba2/DEPS

No update to Clang.

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

Change-Id: Ie84594cdf85ffcfe56c412672d91fdc203341a33
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/189902
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@{#32455}
This commit is contained in:
chromium-webrtc-autoroll 2020-10-20 15:01:59 -07:00 committed by Commit Bot
parent c4834a58d7
commit 48f1eafa60

16
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': 'cbcae3bb9f28abfbdcf32f4b20635b5ad07ca818',
'chromium_revision': '9e057d1ba25cb3eb952dd17472f986d63353dabb',
# This can be overridden, e.g. with custom_vars, to download a nonstandard
# Xcode version in build/mac_toolchain.py
@ -22,9 +22,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@5efb55bb55842887e845222485cde445c6597dc9',
'https://chromium.googlesource.com/chromium/src/base@8d4280265d6dcd17c30c5416f447007ba13a1157',
'src/build':
'https://chromium.googlesource.com/chromium/src/build@d709f77b704e286a6c77f427206969a1dbcf5f70',
'https://chromium.googlesource.com/chromium/src/build@a1db76f6c855891b666c003aaf9dc64097d557e0',
'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@586e9572e667806c308b8672c8ad3890209d1927',
'url': 'https://chromium.googlesource.com/chromium/src/ios@9f5cf47eba10d860749e1e7215713c1b310f4908',
'condition': 'checkout_ios',
},
'src/testing':
'https://chromium.googlesource.com/chromium/src/testing@a06f7d122355f923a11daa17ff86a9f487222b56',
'https://chromium.googlesource.com/chromium/src/testing@9b71d3218794c7daea97ee084a0658cdfc7d4bbf',
'src/third_party':
'https://chromium.googlesource.com/chromium/src/third_party@5e895d424f97ed8cb75ed8595aa8fd3ea766ed3a',
'https://chromium.googlesource.com/chromium/src/third_party@c3088460e75f3cee2d14a804952c35a4c3b40f89',
'src/buildtools/linux64': {
'packages': [
@ -130,7 +130,7 @@ deps = {
'src/third_party/breakpad/breakpad':
'https://chromium.googlesource.com/breakpad/breakpad.git@9c4671f2e3a63c0f155d9b2511192d0b5fa7f760',
'src/third_party/catapult':
'https://chromium.googlesource.com/catapult.git@edbb060595882b5fc4928693493444d26a704447',
'https://chromium.googlesource.com/catapult.git@3fc3588cdf370107ad68e67c5e497eeb4faf658c',
'src/third_party/ced/src': {
'url': 'https://chromium.googlesource.com/external/github.com/google/compact_enc_det.git@ba412eaaacd3186085babcd901679a48863c7dd5',
},
@ -265,7 +265,7 @@ deps = {
'condition': 'checkout_win',
},
'src/tools':
'https://chromium.googlesource.com/chromium/src/tools@5c94bee7c1622da44c515f5fabf862ced0df0f68',
'https://chromium.googlesource.com/chromium/src/tools@deaa542424d1038bae45568bf86e27ef7244f1cd',
'src/tools/swarming_client':
'https://chromium.googlesource.com/infra/luci/client-py.git@d46ea7635f2911208268170512cb611412488fd8',