Skip to content

Commit

Permalink
Roll chromium_revision a72439959b..94153b0fd3 (889958:890203)
Browse files Browse the repository at this point in the history
Change log: https://chromium.googlesource.com/chromium/src/+log/a72439959b..94153b0fd3
Full diff: https://chromium.googlesource.com/chromium/src/+/a72439959b..94153b0fd3

Changed dependencies
* src/base: https://chromium.googlesource.com/chromium/src/base/+log/3f16b04533..5a68ea2e71
* src/build: https://chromium.googlesource.com/chromium/src/build/+log/e3a96c8e5c..867c91367b
* src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/e5c25cbeaf..4d744bfccd
* src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/447023e6cd..a62f8260df
* src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/a749529524..9902a775a4
* src/third_party/androidx: SZh6kDBh5bVJm_ADaQfC6SaHIHPyAeMCYgYd3xRQsegC..edF71ADEJsA1sqDrrY8PjDKnkcq2cl0b1QIqYCYBc7sC
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/c8ae7ec534..d598390f02
* src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/730b974ee7..b508ecd932
* src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/0856d6eecd..5ca51f9111
* src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a5750d3a3e..09c4bddd98
DEPS diff: https://chromium.googlesource.com/chromium/src/+/a72439959b..94153b0fd3/DEPS

No update to Clang.

[email protected],
BUG=None

Change-Id: I5f7fa92ea4b02d19e133d02e99d701b5d008c022
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/221680
Reviewed-by: Autoroller <[email protected]>
Commit-Queue: Autoroller <[email protected]>
Cr-Commit-Position: refs/heads/master@{#34247}
  • Loading branch information
chromium-webrtc-autoroll authored and WebRTC LUCI CQ committed Jun 8, 2021
1 parent 2aa24f1 commit d9a135b
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ vars = {
# chromium waterfalls. More info at: crbug.com/570091.
'checkout_configuration': 'default',
'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"',
'chromium_revision': 'a72439959b4afa840f953575315402f8272a41fe',
'chromium_revision': '94153b0fd3ef96468e6976cc3390cf8dcc57e4e4',
}

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@3f16b0453334713e0df71dac56641bb924e70b5c',
'https://chromium.googlesource.com/chromium/src/base@5a68ea2e71deff7b83f6c07c3982f07bc7509e85',
'src/build':
'https://chromium.googlesource.com/chromium/src/build@e3a96c8e5c1ca5b5ba0f52e43c72e9be8ed51112',
'https://chromium.googlesource.com/chromium/src/build@867c91367bf9823d430d92776a60d34e98641e6e',
'src/buildtools':
'https://chromium.googlesource.com/chromium/src/buildtools@c793cca886a1d820d03b3cb440d2f1c26a3381cc',
# Gradle 6.6.1. Used for testing Android Studio project generation for WebRTC.
Expand All @@ -25,13 +25,13 @@ deps = {
'condition': 'checkout_android',
},
'src/ios': {
'url': 'https://chromium.googlesource.com/chromium/src/ios@e5c25cbeaf9642c4f3d410b286c8737013a37d2f',
'url': 'https://chromium.googlesource.com/chromium/src/ios@4d744bfccd8375fe268e4d36915d6950b9f14273',
'condition': 'checkout_ios',
},
'src/testing':
'https://chromium.googlesource.com/chromium/src/testing@447023e6cd2a7263d339fc9a0256fb81663258b8',
'https://chromium.googlesource.com/chromium/src/testing@a62f8260df45a43023b00ee1fcc2ad19f8ae1146',
'src/third_party':
'https://chromium.googlesource.com/chromium/src/third_party@a749529524be88a2e34482f3a3c954d0e660bb9f',
'https://chromium.googlesource.com/chromium/src/third_party@9902a775a4cd4a630a8df1ce755ab11d654cd2e5',

'src/buildtools/linux64': {
'packages': [
Expand Down Expand Up @@ -122,7 +122,7 @@ deps = {
'src/third_party/breakpad/breakpad':
'https://chromium.googlesource.com/breakpad/breakpad.git@c484031f1f199ee53567241426efffee49008f82',
'src/third_party/catapult':
'https://chromium.googlesource.com/catapult.git@c8ae7ec5346bb7878d7e24250e776191b825d9d1',
'https://chromium.googlesource.com/catapult.git@d598390f022179e4b4dcdf505c8545650f63d47d',
'src/third_party/ced/src': {
'url': 'https://chromium.googlesource.com/external/github.com/google/compact_enc_det.git@ba412eaaacd3186085babcd901679a48863c7dd5',
},
Expand All @@ -131,7 +131,7 @@ deps = {
'src/third_party/crc32c/src':
'https://chromium.googlesource.com/external/github.com/google/crc32c.git@5998f8451548244de8cde7fab387a550e7c4497d',
'src/third_party/depot_tools':
'https://chromium.googlesource.com/chromium/tools/depot_tools.git@730b974ee71ab08e1a9781439724bbe8e5e7ec12',
'https://chromium.googlesource.com/chromium/tools/depot_tools.git@b508ecd932fd2653b4d3e9bccd80b3b7ac98c36a',
'src/third_party/ffmpeg':
'https://chromium.googlesource.com/chromium/third_party/ffmpeg.git@7e1d53a09f9ae4d8909bc7d426368887342eca01',
'src/third_party/findbugs': {
Expand Down Expand Up @@ -208,7 +208,7 @@ deps = {
'condition': 'checkout_android',
},
'src/third_party/perfetto':
'https://android.googlesource.com/platform/external/perfetto.git@0856d6eecd570d889e563399e658803ebc5c0a95',
'https://android.googlesource.com/platform/external/perfetto.git@5ca51f91111ca221d885df86a97f0211250ca0b5',
'src/third_party/libvpx/source/libvpx':
'https://chromium.googlesource.com/webm/libvpx.git@61edec1efbea1c02d71857e2aff9426d9cd2df4e',
'src/third_party/libyuv':
Expand Down Expand Up @@ -265,7 +265,7 @@ deps = {
'condition': 'checkout_win',
},
'src/tools':
'https://chromium.googlesource.com/chromium/src/tools@a5750d3a3e8f8ea3bf37706c15a41c8ba2499a1c',
'https://chromium.googlesource.com/chromium/src/tools@09c4bddd98cd1317ea15c550bce5d7dd6e373461',
'src/tools/swarming_client':
'https://chromium.googlesource.com/infra/luci/client-py.git@a32a1607f6093d338f756c7e7c7b4333b0c50c9c',

Expand Down Expand Up @@ -366,7 +366,7 @@ deps = {
'packages': [
{
'package': 'chromium/third_party/androidx',
'version': 'SZh6kDBh5bVJm_ADaQfC6SaHIHPyAeMCYgYd3xRQsegC',
'version': 'edF71ADEJsA1sqDrrY8PjDKnkcq2cl0b1QIqYCYBc7sC',
},
],
'condition': 'checkout_android',
Expand Down

0 comments on commit d9a135b

Please sign in to comment.