mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-13 13:50:40 +01:00
Roll chromium_revision aaee641ea7..7ea464a976 (1290470:1290570)
Change log:aaee641ea7..7ea464a976
Full diff:aaee641ea7..7ea464a976
Changed dependencies * src/base:d2ce63543a..095f4a347c
* src/build:2ab618b228..f381a5d258
* src/ios:6c22e5dd9c..60d746211a
* src/testing:026e2e1f67..f087ce02e5
* src/third_party:2fb24cea8a..b7ab55a393
* src/tools:9349289a89..e4dd7e4fe8
DEPS diff:aaee641ea7..7ea464a976
/DEPS No update to Clang. BUG=None Change-Id: I1ec82e69af3301a825c211e5d3638b74877b0ad9 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/348680 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@{#42138}
This commit is contained in:
parent
f4673f97ed
commit
5bd0a32859
1 changed files with 7 additions and 7 deletions
14
DEPS
14
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': 'aaee641ea7696f4d8aeb84b7e924d830f32fe94e',
|
'chromium_revision': '7ea464a976793b2508100914b540263c8dc2c41d',
|
||||||
|
|
||||||
# Fetch the prebuilt binaries for llvm-cov and llvm-profdata. Needed to
|
# Fetch the prebuilt binaries for llvm-cov and llvm-profdata. Needed to
|
||||||
# process the raw profiles produced by instrumented targets (built with
|
# process the raw profiles produced by instrumented targets (built with
|
||||||
|
@ -55,9 +55,9 @@ vars = {
|
||||||
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@d2ce63543aece82d7af0fa33bb005801e5b75fc6',
|
'https://chromium.googlesource.com/chromium/src/base@095f4a347c175d1858f0d8d416ad0aa2cdcb8872',
|
||||||
'src/build':
|
'src/build':
|
||||||
'https://chromium.googlesource.com/chromium/src/build@2ab618b228dcb73c75a0907f85ad516b8dfe86df',
|
'https://chromium.googlesource.com/chromium/src/build@f381a5d258f0eada4da4c4d5b542bc6359160171',
|
||||||
'src/buildtools':
|
'src/buildtools':
|
||||||
'https://chromium.googlesource.com/chromium/src/buildtools@5eb927f0a922dfacf10cfa84ee76f39dcf2a7311',
|
'https://chromium.googlesource.com/chromium/src/buildtools@5eb927f0a922dfacf10cfa84ee76f39dcf2a7311',
|
||||||
# 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.
|
||||||
|
@ -66,13 +66,13 @@ deps = {
|
||||||
'condition': 'checkout_android',
|
'condition': 'checkout_android',
|
||||||
},
|
},
|
||||||
'src/ios': {
|
'src/ios': {
|
||||||
'url': 'https://chromium.googlesource.com/chromium/src/ios@6c22e5dd9c7e5f02e62171dc0fca2f9a1c15febc',
|
'url': 'https://chromium.googlesource.com/chromium/src/ios@60d746211acc067fa8dc77eadf06492d7d0df3fd',
|
||||||
'condition': 'checkout_ios',
|
'condition': 'checkout_ios',
|
||||||
},
|
},
|
||||||
'src/testing':
|
'src/testing':
|
||||||
'https://chromium.googlesource.com/chromium/src/testing@026e2e1f6769d5843f1f82343ec02da9892d7018',
|
'https://chromium.googlesource.com/chromium/src/testing@f087ce02e5f0b33d14419827bfd02e5140638ec7',
|
||||||
'src/third_party':
|
'src/third_party':
|
||||||
'https://chromium.googlesource.com/chromium/src/third_party@2fb24cea8adaa73dd3835083b7ccbb49f17701b4',
|
'https://chromium.googlesource.com/chromium/src/third_party@b7ab55a3939476bb7bde6fd850f12293809bd50f',
|
||||||
|
|
||||||
'src/buildtools/linux64': {
|
'src/buildtools/linux64': {
|
||||||
'packages': [
|
'packages': [
|
||||||
|
@ -366,7 +366,7 @@ deps = {
|
||||||
'condition': 'checkout_android',
|
'condition': 'checkout_android',
|
||||||
},
|
},
|
||||||
'src/tools':
|
'src/tools':
|
||||||
'https://chromium.googlesource.com/chromium/src/tools@9349289a89381330ed181e398f8689d7b9984470',
|
'https://chromium.googlesource.com/chromium/src/tools@e4dd7e4fe813ace86a54229f6697a6458e30ddc3',
|
||||||
|
|
||||||
'src/third_party/espresso': {
|
'src/third_party/espresso': {
|
||||||
'packages': [
|
'packages': [
|
||||||
|
|
Loading…
Reference in a new issue