Roll chromium_revision d2004ccb64..35a3026fcf (922852:922957)

Change log: d2004ccb64..35a3026fcf
Full diff: d2004ccb64..35a3026fcf

Changed dependencies
* src/base: d632224756..c9776ba59e
* src/build: ae8cb5d4ef..6b775cc1b3
* src/ios: 582c6d5fd0..3526986c9b
* src/testing: fb01508eb9..b8f96c0110
* src/third_party: 07464bd1dd..27cc664ab2
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/bb0675d848..2c91d8f11c
* src/third_party/perfetto: 62ae508a04..e311098b41
* src/tools: edbfb2c705..824e997513
DEPS diff: d2004ccb64..35a3026fcf/DEPS

No update to Clang.

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

Change-Id: Icb1d98dfe3f90f063b5ce67377b6d679a3a3622d
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/232520
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/main@{#35041}
This commit is contained in:
chromium-webrtc-autoroll
2021-09-20 11:02:45 -07:00
committed by WebRTC LUCI CQ
parent ef4d0b6c7a
commit b3b102cdb8

18
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': 'd2004ccb64feeced7bc3f879cc7a8c8642a303ab', 'chromium_revision': '35a3026fcfe540dada05931299bf36878a46512b',
# Keep the Chromium default of generating location tags. # Keep the Chromium default of generating location tags.
'generate_location_tags': True, 'generate_location_tags': True,
@ -20,9 +20,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@d6322247565356ef98e6c33a6be212cb297202a4', 'https://chromium.googlesource.com/chromium/src/base@c9776ba59efd6fd119599e4b153d4554169e7219',
'src/build': 'src/build':
'https://chromium.googlesource.com/chromium/src/build@ae8cb5d4efe8bc041196969ae336da06e263d0e9', 'https://chromium.googlesource.com/chromium/src/build@6b775cc1b34be21447142fc6432838b18b60b352',
'src/buildtools': 'src/buildtools':
'https://chromium.googlesource.com/chromium/src/buildtools@7ea3a871db68ae2cbbeaf5433a3192a799ef3c11', 'https://chromium.googlesource.com/chromium/src/buildtools@7ea3a871db68ae2cbbeaf5433a3192a799ef3c11',
# 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.
@ -31,13 +31,13 @@ deps = {
'condition': 'checkout_android', 'condition': 'checkout_android',
}, },
'src/ios': { 'src/ios': {
'url': 'https://chromium.googlesource.com/chromium/src/ios@582c6d5fd0f288b4dafdf9ccc9a5578230cc761e', 'url': 'https://chromium.googlesource.com/chromium/src/ios@3526986c9b44aa2fcb258450e90e85bd1183ac59',
'condition': 'checkout_ios', 'condition': 'checkout_ios',
}, },
'src/testing': 'src/testing':
'https://chromium.googlesource.com/chromium/src/testing@fb01508eb933cae8418be6739238ff7563790ab9', 'https://chromium.googlesource.com/chromium/src/testing@b8f96c0110df0aa5f03be4175b70e84ba53b718d',
'src/third_party': 'src/third_party':
'https://chromium.googlesource.com/chromium/src/third_party@07464bd1dd6b146c61b3332db0d44b35abb340f3', 'https://chromium.googlesource.com/chromium/src/third_party@27cc664ab2117cb2b8ff91cda02dfe6db79fe8ff',
'src/buildtools/linux64': { 'src/buildtools/linux64': {
'packages': [ 'packages': [
@ -128,7 +128,7 @@ deps = {
'src/third_party/breakpad/breakpad': 'src/third_party/breakpad/breakpad':
'https://chromium.googlesource.com/breakpad/breakpad.git@1147c2fcf09cf150e6d7891e94bd390c6c8a9def', 'https://chromium.googlesource.com/breakpad/breakpad.git@1147c2fcf09cf150e6d7891e94bd390c6c8a9def',
'src/third_party/catapult': 'src/third_party/catapult':
'https://chromium.googlesource.com/catapult.git@bb0675d8485993a155f7450aa496b7330b00f114', 'https://chromium.googlesource.com/catapult.git@2c91d8f11cf564e4bbff8a401244b2326a600907',
'src/third_party/ced/src': { 'src/third_party/ced/src': {
'url': 'https://chromium.googlesource.com/external/github.com/google/compact_enc_det.git@ba412eaaacd3186085babcd901679a48863c7dd5', 'url': 'https://chromium.googlesource.com/external/github.com/google/compact_enc_det.git@ba412eaaacd3186085babcd901679a48863c7dd5',
}, },
@ -214,7 +214,7 @@ deps = {
'condition': 'checkout_android', 'condition': 'checkout_android',
}, },
'src/third_party/perfetto': 'src/third_party/perfetto':
'https://android.googlesource.com/platform/external/perfetto.git@62ae508a04c805f323639e434bfeae2ac811b06d', 'https://android.googlesource.com/platform/external/perfetto.git@e311098b41b59af1a1bc9d59fc8745bd2b8ebebb',
'src/third_party/libvpx/source/libvpx': 'src/third_party/libvpx/source/libvpx':
'https://chromium.googlesource.com/webm/libvpx.git@65a1751e5b98bf7f1d21bcbfdef352af34fb205d', 'https://chromium.googlesource.com/webm/libvpx.git@65a1751e5b98bf7f1d21bcbfdef352af34fb205d',
'src/third_party/libyuv': 'src/third_party/libyuv':
@ -271,7 +271,7 @@ deps = {
'condition': 'checkout_win', 'condition': 'checkout_win',
}, },
'src/tools': 'src/tools':
'https://chromium.googlesource.com/chromium/src/tools@edbfb2c70568092f5e1eb45ca142d840ada3e0cb', 'https://chromium.googlesource.com/chromium/src/tools@824e99751303e6dc692bc59bf06384036a618b05',
'src/third_party/accessibility_test_framework': { 'src/third_party/accessibility_test_framework': {
'packages': [ 'packages': [