Roll chromium_revision 2cdb2cb666..3211fba075 (812617:812728)

Change log: 2cdb2cb666..3211fba075
Full diff: 2cdb2cb666..3211fba075

Changed dependencies
* src/base: 7ec779aaf5..6c99934dc1
* src/build: 83b9c33a0b..b608ccf0b5
* src/ios: 262b4e81dc..d6b6975a91
* src/testing: 66ad7ae099..e05de64582
* src/third_party: 92c75ae9a1..e8293e8278
* src/third_party/perfetto: 492d4a85a2..f01bf538a4
* src/tools: 9b5ea73f88..1958e06170
DEPS diff: 2cdb2cb666..3211fba075/DEPS

No update to Clang.

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

Change-Id: If3dacc69740ca0b4a2ed82e3a1b02851bc0840b5
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/186360
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@{#32279}
This commit is contained in:
chromium-webrtc-autoroll
2020-10-01 09:03:14 -07:00
committed by Commit Bot
parent efaa77d80e
commit 2e537b8c33

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': '2cdb2cb666f19f1bd2223ed513415bd3148bb44b', 'chromium_revision': '3211fba07580447d9980c00ce668f91f1931aaa5',
# This can be overridden, e.g. with custom_vars, to download a nonstandard # This can be overridden, e.g. with custom_vars, to download a nonstandard
# Xcode version in build/mac_toolchain.py # Xcode version in build/mac_toolchain.py
@ -22,9 +22,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@7ec779aaf53390cfe2be0c187c0a53f8b277ae4a', 'https://chromium.googlesource.com/chromium/src/base@6c99934dc1e685ae25fa1588793ac18f5b5eef3e',
'src/build': 'src/build':
'https://chromium.googlesource.com/chromium/src/build@83b9c33a0b14ff19a0cd340d46c283f6e06bba8d', 'https://chromium.googlesource.com/chromium/src/build@b608ccf0b545eed5dab8b2a7573d435307e6f89a',
'src/buildtools': 'src/buildtools':
'https://chromium.googlesource.com/chromium/src/buildtools@4be464e050b3d05060471788f926b34c641db9fd', 'https://chromium.googlesource.com/chromium/src/buildtools@4be464e050b3d05060471788f926b34c641db9fd',
# 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.
@ -33,13 +33,13 @@ deps = {
'condition': 'checkout_android', 'condition': 'checkout_android',
}, },
'src/ios': { 'src/ios': {
'url': 'https://chromium.googlesource.com/chromium/src/ios@262b4e81dcab7aca40b923f072280dd8276aee09', 'url': 'https://chromium.googlesource.com/chromium/src/ios@d6b6975a9199a969e40cd165fc4393a827fbc6ee',
'condition': 'checkout_ios', 'condition': 'checkout_ios',
}, },
'src/testing': 'src/testing':
'https://chromium.googlesource.com/chromium/src/testing@66ad7ae0990a258c4ecb68f2b8d9b65f215df281', 'https://chromium.googlesource.com/chromium/src/testing@e05de6458296c4040053d7cc19fb2a54d78b805c',
'src/third_party': 'src/third_party':
'https://chromium.googlesource.com/chromium/src/third_party@92c75ae9a152b3567ca3b4883e558983f679b317', 'https://chromium.googlesource.com/chromium/src/third_party@e8293e8278f9bff9c344112421efd4ffbbb366a3',
'src/buildtools/linux64': { 'src/buildtools/linux64': {
'packages': [ 'packages': [
@ -208,7 +208,7 @@ deps = {
'condition': 'checkout_android', 'condition': 'checkout_android',
}, },
'src/third_party/perfetto': 'src/third_party/perfetto':
'https://android.googlesource.com/platform/external/perfetto.git@492d4a85a2f047b81686fed792a722160584c7bd', 'https://android.googlesource.com/platform/external/perfetto.git@f01bf538a4ff420c223043482aa455e6974d3de0',
'src/third_party/libvpx/source/libvpx': 'src/third_party/libvpx/source/libvpx':
'https://chromium.googlesource.com/webm/libvpx.git@97356acb50e212fcfb7c91715718ec70953f780c', 'https://chromium.googlesource.com/webm/libvpx.git@97356acb50e212fcfb7c91715718ec70953f780c',
'src/third_party/libyuv': 'src/third_party/libyuv':
@ -265,7 +265,7 @@ deps = {
'condition': 'checkout_win', 'condition': 'checkout_win',
}, },
'src/tools': 'src/tools':
'https://chromium.googlesource.com/chromium/src/tools@9b5ea73f881e84bd0024467a23114365fe973523', 'https://chromium.googlesource.com/chromium/src/tools@1958e061702179c8c516f439558b2f429821e115',
'src/tools/swarming_client': 'src/tools/swarming_client':
'https://chromium.googlesource.com/infra/luci/client-py.git@44c13d73156581ea09b9389001e58c23a4b8d70a', 'https://chromium.googlesource.com/infra/luci/client-py.git@44c13d73156581ea09b9389001e58c23a4b8d70a',