Roll chromium_revision 80727c54da..79aac87060 (1036533:1036693)
Change log:80727c54da..79aac87060
Full diff:80727c54da..79aac87060
Changed dependencies * src/base:52d9b2c3e1..1f72e310ff
* src/buildtools:2c110db042..3a4c85002c
* src/buildtools/third_party/libc++/trunk:9de2fe0403..db72216693
* src/ios:4fd1edf510..65186b9792
* src/testing:80e0a194ea..d31eca98c0
* src/third_party:4a8740656d..e8b11c98ea
* src/third_party/fuchsia-sdk/sdk: version:9.20220817.1.1..version:9.20220817.2.1 * src/third_party/perfetto:8404c1cc98..c16f31c6da
* src/third_party/r8: lAcTGSK3VDSH4DI3H3q0XIg8y0wBVz7IS1Fk_Zbd3iYC..qvL35O3yU1ZbOWHVZBedmVtdaav1qKquii4RJyUh-PgC * src/tools:64edf18b1a..9f42558a1f
DEPS diff:80727c54da..79aac87060
/DEPS No update to Clang. BUG=None Change-Id: I141aaaef741a7f5692b33c0b796baa7d4ffc6156 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/272284 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#37827}
This commit is contained in:

committed by
WebRTC LUCI CQ

parent
5414cce0a1
commit
d3a5ee989a
22
DEPS
22
DEPS
@ -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': '80727c54daeb7dfbe3ce743b89007f7a5b154f63',
|
'chromium_revision': '79aac8706070679e2edf2fe73a9b6a12b170c077',
|
||||||
|
|
||||||
# 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,30 +20,30 @@ vars = {
|
|||||||
|
|
||||||
# By default, download the fuchsia sdk from the public sdk directory.
|
# By default, download the fuchsia sdk from the public sdk directory.
|
||||||
'fuchsia_sdk_cipd_prefix': 'fuchsia/sdk/gn/',
|
'fuchsia_sdk_cipd_prefix': 'fuchsia/sdk/gn/',
|
||||||
'fuchsia_version': 'version:9.20220817.1.1',
|
'fuchsia_version': 'version:9.20220817.2.1',
|
||||||
}
|
}
|
||||||
|
|
||||||
deps = {
|
deps = {
|
||||||
# TODO(kjellander): Move this to be Android-only.
|
# TODO(kjellander): Move this to be Android-only.
|
||||||
'src/base':
|
'src/base':
|
||||||
'https://chromium.googlesource.com/chromium/src/base@52d9b2c3e1dc18376e02e109925843e0d2a727a7',
|
'https://chromium.googlesource.com/chromium/src/base@1f72e310ffa04e12ae3f6f1641f3fac999cc89b8',
|
||||||
'src/build':
|
'src/build':
|
||||||
'https://chromium.googlesource.com/chromium/src/build@138d9667f4dd99742d3d47618e6d9f47ad0d78ea',
|
'https://chromium.googlesource.com/chromium/src/build@138d9667f4dd99742d3d47618e6d9f47ad0d78ea',
|
||||||
'src/buildtools':
|
'src/buildtools':
|
||||||
'https://chromium.googlesource.com/chromium/src/buildtools@2c110db04251fd39d54c5f0de824819ab120ca99',
|
'https://chromium.googlesource.com/chromium/src/buildtools@3a4c85002c64382b18ab80e66993abea185059ec',
|
||||||
# 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.
|
||||||
'src/examples/androidtests/third_party/gradle': {
|
'src/examples/androidtests/third_party/gradle': {
|
||||||
'url': 'https://chromium.googlesource.com/external/github.com/gradle/gradle.git@f2d1fb54a951d8b11d25748e4711bec8d128d7e3',
|
'url': 'https://chromium.googlesource.com/external/github.com/gradle/gradle.git@f2d1fb54a951d8b11d25748e4711bec8d128d7e3',
|
||||||
'condition': 'checkout_android',
|
'condition': 'checkout_android',
|
||||||
},
|
},
|
||||||
'src/ios': {
|
'src/ios': {
|
||||||
'url': 'https://chromium.googlesource.com/chromium/src/ios@4fd1edf5103f94a38709882e00f523f91013b215',
|
'url': 'https://chromium.googlesource.com/chromium/src/ios@65186b97921faa618b6ab4b57574df39b2d3336a',
|
||||||
'condition': 'checkout_ios',
|
'condition': 'checkout_ios',
|
||||||
},
|
},
|
||||||
'src/testing':
|
'src/testing':
|
||||||
'https://chromium.googlesource.com/chromium/src/testing@80e0a194eab2af638864f58bf9c90db870b359a3',
|
'https://chromium.googlesource.com/chromium/src/testing@d31eca98c0095eff54fdf5c434f56aa032e0b90e',
|
||||||
'src/third_party':
|
'src/third_party':
|
||||||
'https://chromium.googlesource.com/chromium/src/third_party@4a8740656dca3a743c87e89eb38ba90b3e23125e',
|
'https://chromium.googlesource.com/chromium/src/third_party@e8b11c98ea89b564ada2fb752edbbe60a04d0448',
|
||||||
|
|
||||||
'src/buildtools/linux64': {
|
'src/buildtools/linux64': {
|
||||||
'packages': [
|
'packages': [
|
||||||
@ -79,7 +79,7 @@ deps = {
|
|||||||
'src/buildtools/clang_format/script':
|
'src/buildtools/clang_format/script':
|
||||||
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git@8b525d2747f2584fc35d8c7e612e66f377858df7',
|
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git@8b525d2747f2584fc35d8c7e612e66f377858df7',
|
||||||
'src/buildtools/third_party/libc++/trunk':
|
'src/buildtools/third_party/libc++/trunk':
|
||||||
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git@9de2fe0403752ea1ad2c6b21a79032ad87cdc404',
|
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git@db722166934ebc79a6e65e5fef9a6eae21eacb77',
|
||||||
'src/buildtools/third_party/libc++abi/trunk':
|
'src/buildtools/third_party/libc++abi/trunk':
|
||||||
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git@039323b945911a54cb7400da8fb14fcbb0348e97',
|
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git@039323b945911a54cb7400da8fb14fcbb0348e97',
|
||||||
'src/buildtools/third_party/libunwind/trunk':
|
'src/buildtools/third_party/libunwind/trunk':
|
||||||
@ -220,7 +220,7 @@ deps = {
|
|||||||
'condition': 'checkout_android',
|
'condition': 'checkout_android',
|
||||||
},
|
},
|
||||||
'src/third_party/perfetto':
|
'src/third_party/perfetto':
|
||||||
'https://android.googlesource.com/platform/external/perfetto.git@8404c1cc9828cdc49a169482c09d4df2a9cd605c',
|
'https://android.googlesource.com/platform/external/perfetto.git@c16f31c6da7523528ae09808c3427fb395142c94',
|
||||||
'src/third_party/libvpx/source/libvpx':
|
'src/third_party/libvpx/source/libvpx':
|
||||||
'https://chromium.googlesource.com/webm/libvpx.git@8786aee5821801fe6b5a285be009ba67ea7f4e63',
|
'https://chromium.googlesource.com/webm/libvpx.git@8786aee5821801fe6b5a285be009ba67ea7f4e63',
|
||||||
'src/third_party/libyuv':
|
'src/third_party/libyuv':
|
||||||
@ -245,7 +245,7 @@ deps = {
|
|||||||
'packages': [
|
'packages': [
|
||||||
{
|
{
|
||||||
'package': 'chromium/third_party/r8',
|
'package': 'chromium/third_party/r8',
|
||||||
'version': 'lAcTGSK3VDSH4DI3H3q0XIg8y0wBVz7IS1Fk_Zbd3iYC',
|
'version': 'qvL35O3yU1ZbOWHVZBedmVtdaav1qKquii4RJyUh-PgC',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
'condition': 'checkout_android',
|
'condition': 'checkout_android',
|
||||||
@ -266,7 +266,7 @@ deps = {
|
|||||||
'condition': 'checkout_android',
|
'condition': 'checkout_android',
|
||||||
},
|
},
|
||||||
'src/tools':
|
'src/tools':
|
||||||
'https://chromium.googlesource.com/chromium/src/tools@64edf18b1a580d1ca9fc4a6aea46329f43fd01c3',
|
'https://chromium.googlesource.com/chromium/src/tools@9f42558a1f50f1b16a31c088676986b18579f3ba',
|
||||||
|
|
||||||
'src/third_party/accessibility_test_framework': {
|
'src/third_party/accessibility_test_framework': {
|
||||||
'packages': [
|
'packages': [
|
||||||
|
Reference in New Issue
Block a user