mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-13 05:40:42 +01:00
Roll chromium_revision 1ecc391fbe..137733c440 (1037637:1037767)
Change log:1ecc391fbe..137733c440
Full diff:1ecc391fbe..137733c440
Changed dependencies * src/base:6820fb0ea9..f92d7c80ab
* src/ios:a0edd1ff13..b5233a5ac7
* src/testing:a30c0d90b3..187132f94f
* src/third_party:7c0b6a2598..fc91f6160d
* src/third_party/fuchsia-sdk/sdk: version:9.20220821.3.1..version:9.20220822.1.1 * src/third_party/perfetto:b67499fd17..09cadaf285
* src/tools:d55139e0eb..6fca30ec86
DEPS diff:1ecc391fbe..137733c440
/DEPS No update to Clang. BUG=None Change-Id: I4e2e4842f82c7e1e66a815cc6a43e4d78e6bce68 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/272580 Bot-Commit: 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@{#37869}
This commit is contained in:
parent
b22f0c2238
commit
2020767ddd
1 changed files with 8 additions and 8 deletions
16
DEPS
16
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': '1ecc391fbe4c3e3368e80bed389798052500bdbb',
|
'chromium_revision': '137733c440665144bcafd41009278da20c306e4c',
|
||||||
|
|
||||||
# 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,13 +20,13 @@ 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.20220821.3.1',
|
'fuchsia_version': 'version:9.20220822.1.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@6820fb0ea9512034c200421c0758072bde6ad0f5',
|
'https://chromium.googlesource.com/chromium/src/base@f92d7c80ab308dae35568709ce12c689fcae2fea',
|
||||||
'src/build':
|
'src/build':
|
||||||
'https://chromium.googlesource.com/chromium/src/build@facb2352412c58e2ed6c4dd9bc294a44b607b45d',
|
'https://chromium.googlesource.com/chromium/src/build@facb2352412c58e2ed6c4dd9bc294a44b607b45d',
|
||||||
'src/buildtools':
|
'src/buildtools':
|
||||||
|
@ -37,13 +37,13 @@ deps = {
|
||||||
'condition': 'checkout_android',
|
'condition': 'checkout_android',
|
||||||
},
|
},
|
||||||
'src/ios': {
|
'src/ios': {
|
||||||
'url': 'https://chromium.googlesource.com/chromium/src/ios@a0edd1ff13fc38ae2d4199ad2b9348a92ddd1781',
|
'url': 'https://chromium.googlesource.com/chromium/src/ios@b5233a5ac78ce4189bdc9da6b1a99fc30972fdaa',
|
||||||
'condition': 'checkout_ios',
|
'condition': 'checkout_ios',
|
||||||
},
|
},
|
||||||
'src/testing':
|
'src/testing':
|
||||||
'https://chromium.googlesource.com/chromium/src/testing@a30c0d90b35c5126ba71fd6e00a00f6e3b36a8ee',
|
'https://chromium.googlesource.com/chromium/src/testing@187132f94f4c0de48d778a56ef7732b12b94a5b2',
|
||||||
'src/third_party':
|
'src/third_party':
|
||||||
'https://chromium.googlesource.com/chromium/src/third_party@7c0b6a259865ceb1d67d516ae2d0563d56eb4371',
|
'https://chromium.googlesource.com/chromium/src/third_party@fc91f6160dbc9b9a1692ea851485af046b2374ce',
|
||||||
|
|
||||||
'src/buildtools/linux64': {
|
'src/buildtools/linux64': {
|
||||||
'packages': [
|
'packages': [
|
||||||
|
@ -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@b67499fd17b1968b5db52e13b4d616d1ea2be4a2',
|
'https://android.googlesource.com/platform/external/perfetto.git@09cadaf285bc7b68ff8c34f57a35c15174bcae4a',
|
||||||
'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':
|
||||||
|
@ -266,7 +266,7 @@ deps = {
|
||||||
'condition': 'checkout_android',
|
'condition': 'checkout_android',
|
||||||
},
|
},
|
||||||
'src/tools':
|
'src/tools':
|
||||||
'https://chromium.googlesource.com/chromium/src/tools@d55139e0eb755381075f72ee3a1d5416e4fba6aa',
|
'https://chromium.googlesource.com/chromium/src/tools@6fca30ec865a9f912b42d1298d27fd83e38b8053',
|
||||||
|
|
||||||
'src/third_party/accessibility_test_framework': {
|
'src/third_party/accessibility_test_framework': {
|
||||||
'packages': [
|
'packages': [
|
||||||
|
|
Loading…
Reference in a new issue