2017-03-29 19:10:50 +00:00
|
|
|
# Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
2015-05-16 13:17:10 +00:00
|
|
|
# for details. All rights reserved. Use of this source code is governed by a
|
|
|
|
# BSD-style license that can be found in the LICENSE file.
|
|
|
|
|
2017-06-20 19:35:22 +00:00
|
|
|
# IMPORTANT:
|
|
|
|
# Before adding or updating dependencies, please review the documentation here:
|
|
|
|
# https://github.com/dart-lang/sdk/wiki/Adding-and-Updating-Dependencies
|
|
|
|
|
2018-01-05 18:48:58 +00:00
|
|
|
allowed_hosts = [
|
|
|
|
'boringssl.googlesource.com',
|
2018-06-28 16:08:14 +00:00
|
|
|
'chrome-infra-packages.appspot.com',
|
2018-01-05 18:48:58 +00:00
|
|
|
'chromium.googlesource.com',
|
|
|
|
'dart.googlesource.com',
|
|
|
|
'fuchsia.googlesource.com',
|
|
|
|
]
|
|
|
|
|
2015-05-16 13:17:10 +00:00
|
|
|
vars = {
|
|
|
|
# The dart_root is the root of our sdk checkout. This is normally
|
|
|
|
# simply sdk, but if using special gclient specs it can be different.
|
|
|
|
"dart_root": "sdk",
|
|
|
|
|
2015-05-28 12:24:22 +00:00
|
|
|
# We use mirrors of all github repos to guarantee reproducibility and
|
|
|
|
# consistency between what users see and what the bots see.
|
|
|
|
# We need the mirrors to not have 100+ bots pulling github constantly.
|
2018-01-02 16:01:28 +00:00
|
|
|
# We mirror our github repos on Dart's git servers.
|
2015-05-28 12:24:22 +00:00
|
|
|
# DO NOT use this var if you don't see a mirror here:
|
2018-01-02 16:01:28 +00:00
|
|
|
# https://dart.googlesource.com/
|
|
|
|
"dart_git":
|
|
|
|
"https://dart.googlesource.com/",
|
|
|
|
# If the repo you want to use is at github.com/dart-lang, but not at
|
|
|
|
# dart.googlesource.com, please file an issue
|
|
|
|
# on github and add the label 'area-infrastructure'.
|
|
|
|
# When the repo is mirrored, you can add it to this DEPS file.
|
2015-05-26 08:44:57 +00:00
|
|
|
|
2016-06-22 17:32:51 +00:00
|
|
|
# Chromium git
|
|
|
|
"chromium_git": "https://chromium.googlesource.com",
|
2017-05-07 04:44:59 +00:00
|
|
|
"fuchsia_git": "https://fuchsia.googlesource.com",
|
2016-06-22 17:32:51 +00:00
|
|
|
|
2019-11-26 17:10:18 +00:00
|
|
|
# co19 is a cipd package. Use update.sh in tests/co19[_2] to update these
|
|
|
|
# hashes. It requires access to the dart-build-access group, which EngProd
|
|
|
|
# has.
|
2020-04-23 10:04:06 +00:00
|
|
|
"co19_rev": "919e0b662aa4b392dcb791446d80f31e972f8635",
|
2019-11-26 17:10:18 +00:00
|
|
|
"co19_2_rev": "368bfa9e877a2df003547f64bb17e30596af10c7",
|
2016-06-22 17:32:51 +00:00
|
|
|
|
2018-11-29 15:37:40 +00:00
|
|
|
# As Flutter does, we use Fuchsia's GN and Clang toolchain. These revision
|
|
|
|
# should be kept up to date with the revisions pulled by the Flutter engine.
|
|
|
|
# The list of revisions for these tools comes from Fuchsia, here:
|
|
|
|
# https://fuchsia.googlesource.com/buildtools/+/master/fuchsia.ensure
|
|
|
|
# If there are problems with the toolchain, contact fuchsia-toolchain@.
|
2020-03-06 18:39:23 +00:00
|
|
|
"clang_revision": "7e9747b50bcb1be28d4a3236571e8050835497a6",
|
2020-02-24 21:04:18 +00:00
|
|
|
"gn_revision": "239533d2d91a04b3317ca9101cf7189f4e651e4d",
|
2017-05-07 04:44:59 +00:00
|
|
|
|
|
|
|
# Scripts that make 'git cl format' work.
|
2018-05-02 11:37:58 +00:00
|
|
|
"clang_format_scripts_rev": "c09c8deeac31f05bd801995c475e7c8070f9ecda",
|
2015-05-16 13:17:10 +00:00
|
|
|
|
2018-12-13 02:20:03 +00:00
|
|
|
"gperftools_revision": "e9ab4c53041ac62feefbbb076d326e9a77dd1567",
|
2016-09-16 15:24:54 +00:00
|
|
|
|
2015-05-16 13:17:10 +00:00
|
|
|
# Revisions of /third_party/* dependencies.
|
2020-03-17 20:13:25 +00:00
|
|
|
"args_tag": "1.6.0",
|
2020-03-17 01:04:51 +00:00
|
|
|
"async_tag": "2.4.1",
|
2019-10-24 06:48:23 +00:00
|
|
|
"bazel_worker_tag": "v0.1.22",
|
2019-07-10 14:51:14 +00:00
|
|
|
"benchmark_harness_tag": "81641290dea44c34138a109a37e215482f405f81",
|
2020-04-23 08:46:48 +00:00
|
|
|
"boolean_selector_tag": "1309eabed510cc3b7536fd4367d39b97ebee3d69",
|
2019-10-23 18:08:16 +00:00
|
|
|
"boringssl_gen_rev": "b9e27cff1ff0803e97ab1f88764a83be4aa94a6d",
|
|
|
|
"boringssl_rev" : "4dfd5af70191b068aebe567b8e29ce108cee85ce",
|
2018-07-25 20:11:30 +00:00
|
|
|
"charcode_tag": "v1.1.2",
|
2018-05-02 11:37:58 +00:00
|
|
|
"chrome_rev" : "19997",
|
2018-07-25 20:11:30 +00:00
|
|
|
"cli_util_rev" : "4ad7ccbe3195fd2583b30f86a86697ef61e80f41",
|
2020-04-23 06:28:00 +00:00
|
|
|
"collection_tag": "7be42e03d427cc19571cd7f9fc628a5913a6b757",
|
2020-04-23 08:38:38 +00:00
|
|
|
"convert_tag": "49bde5b371eb5c2c8e721557cf762f17c75e49fc",
|
2018-07-25 20:11:30 +00:00
|
|
|
"crypto_tag" : "2.0.6",
|
2020-04-24 09:07:03 +00:00
|
|
|
"csslib_tag": "bf372d4fdc6dfa232ad93f77a0a3de0891edd04c",
|
2019-02-21 17:54:39 +00:00
|
|
|
"dart2js_info_tag" : "0.6.0",
|
2017-07-18 19:51:37 +00:00
|
|
|
|
2019-04-02 11:43:18 +00:00
|
|
|
# Note: Updates to dart_style have to be coordinated with the infrastructure
|
|
|
|
# team so that the internal formatter in `tools/sdks/dart-sdk/bin/dartfmt`
|
|
|
|
# matches the version here.
|
2017-07-18 19:51:37 +00:00
|
|
|
#
|
|
|
|
# Please follow this process to make updates:
|
2019-04-02 11:43:18 +00:00
|
|
|
#
|
|
|
|
# * Create a commit that updates the version here to the desired version and
|
|
|
|
# adds any appropriate CHANGELOG text.
|
|
|
|
# * Send that to eng-prod to review. They will update the checked-in SDK
|
|
|
|
# and land the review.
|
2017-07-18 19:51:37 +00:00
|
|
|
#
|
|
|
|
# For more details, see https://github.com/dart-lang/sdk/issues/30164
|
2020-04-24 07:40:21 +00:00
|
|
|
"dart_style_tag": "1.3.6", # Please see the note above before updating.
|
2017-07-18 19:51:37 +00:00
|
|
|
|
2020-04-21 23:02:59 +00:00
|
|
|
"dartdoc_tag" : "v0.31.0",
|
[vm/ffi] Remove Struct type argument
This has coupled changes in package:ffi and package:tflite_native which are pinned in DEPS.
This CL includes the required analyzer changes from https://dart-review.googlesource.com/c/sdk/+/121647.
Issue: https://github.com/dart-lang/sdk/issues/38611
Change-Id: I712a886fd28ce0a2954fc42c90e1dfa495057732
Cq-Include-Trybots: luci.dart.try:vm-ffi-android-debug-arm-try,vm-ffi-android-debug-arm64-try,app-kernel-linux-debug-x64-try,vm-kernel-linux-debug-ia32-try,vm-dartkb-linux-debug-simarm64-try,vm-kernel-win-debug-x64-try,vm-kernel-win-debug-ia32-try,vm-dartkb-linux-debug-x64-try,vm-kernel-precomp-linux-debug-x64-try,vm-dartkb-linux-release-x64-abi-try,vm-kernel-precomp-android-release-arm64-try,vm-kernel-asan-linux-release-x64-try,vm-kernel-linux-release-simarm-try,vm-kernel-linux-release-simarm64-try,vm-kernel-precomp-android-release-arm_x64-try,vm-kernel-reload-mac-release-simdbc64-try,vm-kernel-precomp-obfuscate-linux-release-x64-try,vm-kernel-reload-rollback-linux-debug-x64-try,vm-kernel-precomp-mac-release-simarm_x64-try,dart-sdk-linux-try
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/121422
Commit-Queue: Daco Harkes <dacoharkes@google.com>
Reviewed-by: Martin Kustermann <kustermann@google.com>
2019-10-15 18:35:57 +00:00
|
|
|
"ffi_tag": "ea88d71b043ee14b268c3aedff14e9eb32e20959",
|
2018-11-07 04:25:39 +00:00
|
|
|
"fixnum_tag": "0.10.9",
|
2020-04-24 08:48:43 +00:00
|
|
|
"glob_tag": "e9f4e6b7ae8abe5071461cf8f47191bb19cf7ef6",
|
2019-04-11 17:34:53 +00:00
|
|
|
"html_tag" : "0.14.0+1",
|
2019-07-08 16:42:47 +00:00
|
|
|
"http_io_rev": "2fa188caf7937e313026557713f7feffedd4978b",
|
2020-02-11 20:22:09 +00:00
|
|
|
"http_multi_server_rev" : "ea269f79321d659208402088f3297e8920a88ee6",
|
2019-03-01 07:08:32 +00:00
|
|
|
"http_parser_tag" : "3.1.3",
|
2018-05-02 11:37:58 +00:00
|
|
|
"http_retry_tag": "0.1.1",
|
2019-04-11 21:16:12 +00:00
|
|
|
"http_tag" : "0.12.0+2",
|
2018-05-19 01:46:09 +00:00
|
|
|
"http_throttle_tag" : "1.0.2",
|
2020-04-08 09:40:02 +00:00
|
|
|
"icu_rev" : "5005010d694e16571b8dfbf07d70817841f80a69",
|
2018-05-02 11:37:58 +00:00
|
|
|
"idl_parser_rev": "5fb1ebf49d235b5a70c9f49047e83b0654031eb7",
|
2020-03-23 17:26:33 +00:00
|
|
|
"intl_tag": "0.16.1",
|
2018-05-02 11:37:58 +00:00
|
|
|
"jinja2_rev": "2222b31554f03e62600cd7e383376a7c187967a1",
|
2020-04-24 09:06:03 +00:00
|
|
|
"json_rpc_2_tag": "eec10819a40e7bf2e401f2b97368776a90cc5550",
|
2020-04-22 18:18:39 +00:00
|
|
|
"linter_tag": "0.1.115",
|
2018-07-25 20:11:30 +00:00
|
|
|
"logging_tag": "0.11.3+2",
|
2019-01-27 20:06:58 +00:00
|
|
|
"markupsafe_rev": "8f45f5cfa0009d2a70589bcda0349b8cb2b72783",
|
2019-09-27 16:13:04 +00:00
|
|
|
"markdown_tag": "2.1.1",
|
2020-02-18 10:56:59 +00:00
|
|
|
"matcher_tag": "0.12.5",
|
2018-07-25 20:11:30 +00:00
|
|
|
"mime_tag": "0.9.6+2",
|
2018-06-01 19:32:13 +00:00
|
|
|
"mockito_tag": "d39ac507483b9891165e422ec98d9fb480037c8b",
|
2019-01-18 19:45:18 +00:00
|
|
|
"mustache_tag" : "5e81b12215566dbe2473b2afd01a8a8aedd56ad9",
|
2018-07-10 23:35:08 +00:00
|
|
|
"oauth2_tag": "1.2.1",
|
2020-03-25 13:07:32 +00:00
|
|
|
"package_config_tag": "v1.9.2",
|
2020-04-15 18:53:22 +00:00
|
|
|
"path_tag": "1.7.0",
|
2020-04-02 15:51:29 +00:00
|
|
|
"pedantic_tag": "v1.9.0",
|
2018-05-02 11:37:58 +00:00
|
|
|
"ply_rev": "604b32590ffad5cbb82e4afef1d305512d06ae93",
|
2018-07-25 20:11:30 +00:00
|
|
|
"pool_tag": "1.3.6",
|
2019-10-24 06:48:23 +00:00
|
|
|
"protobuf_rev": "3746c8fd3f2b0147623a8e3db89c3ff4330de760",
|
2020-04-02 12:56:34 +00:00
|
|
|
"pub_rev": "3606265962da4248d34d352aa3d170aae4496a90",
|
2020-03-17 14:03:12 +00:00
|
|
|
"pub_semver_tag": "v1.4.4",
|
2019-04-30 15:22:48 +00:00
|
|
|
"quiver-dart_tag": "2.0.0+1",
|
2019-06-27 00:21:07 +00:00
|
|
|
"resource_rev": "f8e37558a1c4f54550aa463b88a6a831e3e33cd6",
|
2018-05-02 11:37:58 +00:00
|
|
|
"root_certificates_rev": "16ef64be64c7dfdff2b9f4b910726e635ccc519e",
|
2019-08-20 16:56:10 +00:00
|
|
|
"rust_revision": "60960a260f7b5c695fd0717311d72ce62dd4eb43",
|
2018-07-16 17:18:30 +00:00
|
|
|
"shelf_static_rev": "v0.2.8",
|
2020-03-04 22:23:23 +00:00
|
|
|
"shelf_packages_handler_tag": "2.0.0",
|
2020-03-19 23:36:45 +00:00
|
|
|
"shelf_proxy_tag": "0.1.0+7",
|
2018-07-25 20:11:30 +00:00
|
|
|
"shelf_tag": "0.7.3+3",
|
|
|
|
"shelf_web_socket_tag": "0.2.2+3",
|
2020-03-04 22:37:58 +00:00
|
|
|
"source_map_stack_trace_tag": "2.0.0",
|
2018-05-02 11:37:58 +00:00
|
|
|
"source_maps-0.9.4_rev": "38524",
|
2018-07-25 20:11:30 +00:00
|
|
|
"source_maps_tag": "8af7cc1a1c3a193c1fba5993ce22a546a319c40e",
|
2020-03-20 02:07:00 +00:00
|
|
|
"source_span_tag": "1.7.0",
|
2018-07-25 20:11:30 +00:00
|
|
|
"stack_trace_tag": "1.9.3",
|
2020-02-21 00:26:30 +00:00
|
|
|
"stagehand_tag": "v3.3.7",
|
2019-04-11 19:07:58 +00:00
|
|
|
"stream_channel_tag": "2.0.0",
|
2018-07-25 20:11:30 +00:00
|
|
|
"string_scanner_tag": "1.0.3",
|
2018-07-16 17:18:30 +00:00
|
|
|
"test_descriptor_tag": "1.1.1",
|
|
|
|
"test_process_tag": "1.0.3",
|
2018-07-25 20:11:30 +00:00
|
|
|
"term_glyph_tag": "1.0.1",
|
2019-10-02 00:02:21 +00:00
|
|
|
"test_reflective_loader_tag": "0.1.9",
|
2020-03-04 22:37:58 +00:00
|
|
|
"test_tag": "test_core-v0.3.2",
|
Fix analyzer on windows
Changes the tflite_native pinned version in DEPS to be one that works with the new `dart:ffi` API but does not have a problem on windows (see https://github.com/dart-lang/tflite_native/issues/33).
Change-Id: I08ddbef8825d68550c93f031cdedb270ff564c96
Cq-Include-Trybots: luci.dart.try:vm-ffi-android-debug-arm-try,vm-ffi-android-debug-arm64-try,app-kernel-linux-debug-x64-try,vm-kernel-linux-debug-ia32-try,vm-dartkb-linux-debug-simarm64-try,vm-kernel-win-debug-x64-try,vm-kernel-win-debug-ia32-try,vm-dartkb-linux-debug-x64-try,vm-kernel-precomp-linux-debug-x64-try,vm-dartkb-linux-release-x64-abi-try,vm-kernel-precomp-android-release-arm64-try,vm-kernel-asan-linux-release-x64-try,vm-kernel-linux-release-simarm-try,vm-kernel-linux-release-simarm64-try,vm-kernel-precomp-android-release-arm_x64-try,vm-kernel-reload-mac-release-simdbc64-try,vm-kernel-precomp-obfuscate-linux-release-x64-try,vm-kernel-reload-rollback-linux-debug-x64-try,vm-kernel-precomp-mac-release-simarm_x64-try,dart-sdk-linux-try,analyzer-win-release-try
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/121850
Reviewed-by: Martin Kustermann <kustermann@google.com>
Commit-Queue: Daco Harkes <dacoharkes@google.com>
2019-10-16 13:45:56 +00:00
|
|
|
"tflite_native_rev": "3c777c40608a2a9f1427bfe0028ab48e7116b4c1",
|
2018-07-25 20:11:30 +00:00
|
|
|
"typed_data_tag": "1.1.6",
|
2018-06-28 16:28:25 +00:00
|
|
|
"usage_tag": "3.4.0",
|
2020-04-22 21:18:09 +00:00
|
|
|
"watcher_rev": "fc3c9aae5d31d707b3013b42634dde8d8a1161b4",
|
2018-05-02 11:37:58 +00:00
|
|
|
"web_components_rev": "8f57dac273412a7172c8ade6f361b407e2e4ed02",
|
2020-04-17 21:12:44 +00:00
|
|
|
"web_socket_channel_tag": "1.1.0",
|
2018-05-02 11:37:58 +00:00
|
|
|
"WebCore_rev": "fb11e887f77919450e497344da570d780e078bc8",
|
2019-10-18 20:40:48 +00:00
|
|
|
"yaml_tag": "2.2.0",
|
2018-10-24 13:30:16 +00:00
|
|
|
"zlib_rev": "c44fb7248079cc3d5563b14b3f758aee60d6b415",
|
|
|
|
"crashpad_rev": "bf327d8ceb6a669607b0dbab5a83a275d03f99ed",
|
|
|
|
"minichromium_rev": "8d641e30a8b12088649606b912c2bc4947419ccc",
|
|
|
|
"googletest_rev": "f854f1d27488996dc8a6db3c9453f80b02585e12",
|
2019-07-30 20:34:31 +00:00
|
|
|
|
|
|
|
# An LLVM backend needs LLVM binaries and headers. To avoid build time
|
|
|
|
# increases we can use prebuilts. We don't want to download this on every
|
|
|
|
# CQ/CI bot nor do we want the average Dart developer to incur that cost.
|
|
|
|
# So by default we will not download prebuilts.
|
|
|
|
"checkout_llvm": False,
|
|
|
|
"llvm_revision": "fe8bd96ebd6c490ea0b5c1fb342db2d7c393a109"
|
2015-05-16 13:17:10 +00:00
|
|
|
}
|
|
|
|
|
2019-07-30 20:34:31 +00:00
|
|
|
gclient_gn_args_file = Var("dart_root") + '/build/config/gclient_args.gni'
|
|
|
|
gclient_gn_args = [
|
|
|
|
'checkout_llvm'
|
|
|
|
]
|
|
|
|
|
2015-05-16 13:17:10 +00:00
|
|
|
deps = {
|
2016-09-23 14:47:36 +00:00
|
|
|
# Stuff needed for GN build.
|
2016-11-09 20:43:57 +00:00
|
|
|
Var("dart_root") + "/buildtools/clang_format/script":
|
|
|
|
Var("chromium_git") + "/chromium/llvm-project/cfe/tools/clang-format.git" +
|
2018-05-02 11:37:58 +00:00
|
|
|
"@" + Var("clang_format_scripts_rev"),
|
2016-06-22 17:32:51 +00:00
|
|
|
|
2018-06-28 16:08:14 +00:00
|
|
|
Var("dart_root") + "/tools/sdks": {
|
2019-01-24 07:34:58 +00:00
|
|
|
"packages": [{
|
|
|
|
"package": "dart/dart-sdk/${{platform}}",
|
2020-03-27 15:05:08 +00:00
|
|
|
"version": "version:2.8.0-dev.18.0",
|
2019-01-24 07:34:58 +00:00
|
|
|
}],
|
2018-06-28 16:08:14 +00:00
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
2018-10-10 12:36:55 +00:00
|
|
|
Var("dart_root") + "/third_party/d8": {
|
2019-01-24 07:34:58 +00:00
|
|
|
"packages": [{
|
|
|
|
"package": "dart/d8",
|
2019-11-06 01:03:27 +00:00
|
|
|
"version": "version:7.8.279",
|
2019-01-24 07:34:58 +00:00
|
|
|
}],
|
2018-10-10 12:36:55 +00:00
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
2019-11-26 17:10:18 +00:00
|
|
|
Var("dart_root") + "/tests/co19/src": {
|
2019-01-24 07:34:58 +00:00
|
|
|
"packages": [{
|
|
|
|
"package": "dart/third_party/co19",
|
2019-11-26 17:10:18 +00:00
|
|
|
"version": "git_revision:" + Var("co19_rev"),
|
|
|
|
}],
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
|
|
|
Var("dart_root") + "/tests/co19_2/src": {
|
|
|
|
"packages": [{
|
|
|
|
"package": "dart/third_party/co19/legacy",
|
2019-01-24 07:34:58 +00:00
|
|
|
"version": "git_revision:" + Var("co19_2_rev"),
|
|
|
|
}],
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
2019-01-27 20:06:58 +00:00
|
|
|
Var("dart_root") + "/third_party/markupsafe":
|
|
|
|
Var("chromium_git") + "/chromium/src/third_party/markupsafe.git" +
|
|
|
|
"@" + Var("markupsafe_rev"),
|
2019-05-29 08:39:44 +00:00
|
|
|
Var("dart_root") + "/third_party/babel": {
|
|
|
|
"packages": [{
|
|
|
|
"package": "dart/third_party/babel",
|
|
|
|
"version": "version:7.4.5",
|
|
|
|
}],
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/zlib":
|
|
|
|
Var("chromium_git") + "/chromium/src/third_party/zlib.git" +
|
2018-05-02 11:37:58 +00:00
|
|
|
"@" + Var("zlib_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
|
2016-09-20 15:46:44 +00:00
|
|
|
Var("dart_root") + "/third_party/boringssl":
|
2018-05-02 11:37:58 +00:00
|
|
|
Var("dart_git") + "boringssl_gen.git" + "@" + Var("boringssl_gen_rev"),
|
2015-08-26 12:42:12 +00:00
|
|
|
Var("dart_root") + "/third_party/boringssl/src":
|
|
|
|
"https://boringssl.googlesource.com/boringssl.git" +
|
2018-05-02 11:37:58 +00:00
|
|
|
"@" + Var("boringssl_rev"),
|
2015-08-26 12:42:12 +00:00
|
|
|
|
2019-01-22 16:58:58 +00:00
|
|
|
Var("dart_root") + "/third_party/gsutil": {
|
|
|
|
"packages": [{
|
|
|
|
"package": "infra/gsutil",
|
|
|
|
"version": "version:4.34",
|
|
|
|
}],
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
|
|
|
|
2015-08-26 12:42:12 +00:00
|
|
|
Var("dart_root") + "/third_party/root_certificates":
|
2018-01-02 16:01:28 +00:00
|
|
|
Var("dart_git") + "root_certificates.git" +
|
2018-05-02 11:37:58 +00:00
|
|
|
"@" + Var("root_certificates_rev"),
|
2015-08-26 12:42:12 +00:00
|
|
|
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/jinja2":
|
|
|
|
Var("chromium_git") + "/chromium/src/third_party/jinja2.git" +
|
2018-05-02 11:37:58 +00:00
|
|
|
"@" + Var("jinja2_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
|
|
|
|
Var("dart_root") + "/third_party/ply":
|
|
|
|
Var("chromium_git") + "/chromium/src/third_party/ply.git" +
|
2018-05-02 11:37:58 +00:00
|
|
|
"@" + Var("ply_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
|
2019-04-29 09:11:48 +00:00
|
|
|
Var("dart_root") + "/third_party/icu":
|
|
|
|
Var("chromium_git") + "/chromium/deps/icu.git" +
|
|
|
|
"@" + Var("icu_rev"),
|
|
|
|
|
2016-03-06 23:10:36 +00:00
|
|
|
Var("dart_root") + "/tools/idl_parser":
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("chromium_git") + "/chromium/src/tools/idl_parser.git" +
|
2018-05-02 11:37:58 +00:00
|
|
|
"@" + Var("idl_parser_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
|
|
|
|
Var("dart_root") + "/third_party/WebCore":
|
2018-05-02 11:37:58 +00:00
|
|
|
Var("dart_git") + "webcore.git" + "@" + Var("WebCore_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
|
2016-09-16 15:24:54 +00:00
|
|
|
Var("dart_root") + "/third_party/tcmalloc/gperftools":
|
|
|
|
Var('chromium_git') + '/external/github.com/gperftools/gperftools.git' +
|
2018-05-02 11:37:58 +00:00
|
|
|
"@" + Var("gperftools_revision"),
|
2016-09-16 15:24:54 +00:00
|
|
|
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/args":
|
2018-05-02 11:37:58 +00:00
|
|
|
Var("dart_git") + "args.git" + "@" + Var("args_tag"),
|
2015-07-07 20:14:22 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/async":
|
2018-05-02 11:37:58 +00:00
|
|
|
Var("dart_git") + "async.git" + "@" + Var("async_tag"),
|
2016-04-14 14:46:33 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/bazel_worker":
|
2018-05-02 11:37:58 +00:00
|
|
|
Var("dart_git") + "bazel_worker.git" + "@" + Var("bazel_worker_tag"),
|
2019-07-10 14:51:14 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/benchmark_harness":
|
|
|
|
Var("dart_git") + "benchmark_harness.git" + "@" +
|
|
|
|
Var("benchmark_harness_tag"),
|
2016-03-21 19:43:25 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/boolean_selector":
|
2018-01-02 16:01:28 +00:00
|
|
|
Var("dart_git") + "boolean_selector.git" +
|
2018-05-02 11:37:58 +00:00
|
|
|
"@" + Var("boolean_selector_tag"),
|
2015-05-26 18:07:30 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/charcode":
|
2018-05-02 11:37:58 +00:00
|
|
|
Var("dart_git") + "charcode.git" + "@" + Var("charcode_tag"),
|
2015-05-27 19:37:39 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/cli_util":
|
2018-07-16 17:18:30 +00:00
|
|
|
Var("dart_git") + "cli_util.git" + "@" + Var("cli_util_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/collection":
|
2018-05-02 11:37:58 +00:00
|
|
|
Var("dart_git") + "collection.git" + "@" + Var("collection_tag"),
|
2015-12-09 23:53:55 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/convert":
|
2018-05-02 11:37:58 +00:00
|
|
|
Var("dart_git") + "convert.git" + "@" + Var("convert_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/crypto":
|
2018-05-02 11:37:58 +00:00
|
|
|
Var("dart_git") + "crypto.git" + "@" + Var("crypto_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/csslib":
|
2018-05-02 11:37:58 +00:00
|
|
|
Var("dart_git") + "csslib.git" + "@" + Var("csslib_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg_tested/dart_style":
|
2018-05-02 11:37:58 +00:00
|
|
|
Var("dart_git") + "dart_style.git" + "@" + Var("dart_style_tag"),
|
2015-08-18 22:44:38 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/dart2js_info":
|
2018-05-02 11:37:58 +00:00
|
|
|
Var("dart_git") + "dart2js_info.git" + "@" + Var("dart2js_info_tag"),
|
2015-07-22 01:32:42 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/dartdoc":
|
2019-09-27 16:13:04 +00:00
|
|
|
Var("dart_git") + "dartdoc.git" + "@" + Var("dartdoc_tag"),
|
2019-10-10 13:17:43 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/ffi":
|
|
|
|
Var("dart_git") + "ffi.git" + "@" + Var("ffi_tag"),
|
2016-04-21 18:07:51 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/fixnum":
|
2018-05-02 11:37:58 +00:00
|
|
|
Var("dart_git") + "fixnum.git" + "@" + Var("fixnum_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/glob":
|
2018-05-02 11:37:58 +00:00
|
|
|
Var("dart_git") + "glob.git" + "@" + Var("glob_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/html":
|
2018-05-02 11:37:58 +00:00
|
|
|
Var("dart_git") + "html.git" + "@" + Var("html_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/http":
|
2018-05-02 11:37:58 +00:00
|
|
|
Var("dart_git") + "http.git" + "@" + Var("http_tag"),
|
2018-01-26 18:49:59 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg_tested/http_io":
|
2018-07-11 09:45:33 +00:00
|
|
|
Var("dart_git") + "http_io.git" + "@" + Var("http_io_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/http_multi_server":
|
2018-01-02 16:01:28 +00:00
|
|
|
Var("dart_git") + "http_multi_server.git" +
|
2020-02-11 20:22:09 +00:00
|
|
|
"@" + Var("http_multi_server_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/http_parser":
|
2018-05-02 11:37:58 +00:00
|
|
|
Var("dart_git") + "http_parser.git" + "@" + Var("http_parser_tag"),
|
2017-12-21 04:22:52 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/http_retry":
|
2018-01-02 16:01:28 +00:00
|
|
|
Var("dart_git") + "http_retry.git" +
|
2018-05-02 11:37:58 +00:00
|
|
|
"@" + Var("http_retry_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/http_throttle":
|
2018-01-02 16:01:28 +00:00
|
|
|
Var("dart_git") + "http_throttle.git" +
|
2018-05-02 11:37:58 +00:00
|
|
|
"@" + Var("http_throttle_tag"),
|
2015-12-17 10:22:35 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/intl":
|
2018-05-02 11:37:58 +00:00
|
|
|
Var("dart_git") + "intl.git" + "@" + Var("intl_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/json_rpc_2":
|
2018-05-02 11:37:58 +00:00
|
|
|
Var("dart_git") + "json_rpc_2.git" + "@" + Var("json_rpc_2_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/linter":
|
2018-05-02 11:37:58 +00:00
|
|
|
Var("dart_git") + "linter.git" + "@" + Var("linter_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/logging":
|
2018-05-02 11:37:58 +00:00
|
|
|
Var("dart_git") + "logging.git" + "@" + Var("logging_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/markdown":
|
2018-05-02 11:37:58 +00:00
|
|
|
Var("dart_git") + "markdown.git" + "@" + Var("markdown_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/matcher":
|
2018-05-02 11:37:58 +00:00
|
|
|
Var("dart_git") + "matcher.git" + "@" + Var("matcher_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/mime":
|
2018-05-02 11:37:58 +00:00
|
|
|
Var("dart_git") + "mime.git" + "@" + Var("mime_tag"),
|
2017-07-19 17:09:33 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/mockito":
|
2018-05-02 11:37:58 +00:00
|
|
|
Var("dart_git") + "mockito.git" + "@" + Var("mockito_tag"),
|
2019-01-18 19:45:18 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/mustache":
|
|
|
|
Var("dart_git")
|
|
|
|
+ "external/github.com/xxgreg/mustache"
|
|
|
|
+ "@" + Var("mustache_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/oauth2":
|
2018-05-02 11:37:58 +00:00
|
|
|
Var("dart_git") + "oauth2.git" + "@" + Var("oauth2_tag"),
|
2015-08-18 13:04:41 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg_tested/package_config":
|
2018-01-02 16:01:28 +00:00
|
|
|
Var("dart_git") + "package_config.git" +
|
2018-05-02 11:37:58 +00:00
|
|
|
"@" + Var("package_config_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/path":
|
2018-05-02 11:37:58 +00:00
|
|
|
Var("dart_git") + "path.git" + "@" + Var("path_tag"),
|
2019-04-11 19:07:58 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/pedantic":
|
|
|
|
Var("dart_git") + "pedantic.git" + "@" + Var("pedantic_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/pool":
|
2018-05-02 11:37:58 +00:00
|
|
|
Var("dart_git") + "pool.git" + "@" + Var("pool_tag"),
|
2016-04-06 20:49:32 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/protobuf":
|
2019-10-24 06:48:23 +00:00
|
|
|
Var("dart_git") + "protobuf.git" + "@" + Var("protobuf_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/pub_semver":
|
2018-05-02 11:37:58 +00:00
|
|
|
Var("dart_git") + "pub_semver.git" + "@" + Var("pub_semver_tag"),
|
2015-06-09 06:12:51 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/pub":
|
2018-05-02 11:37:58 +00:00
|
|
|
Var("dart_git") + "pub.git" + "@" + Var("pub_rev"),
|
2015-07-22 01:32:42 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/quiver":
|
|
|
|
Var("chromium_git")
|
|
|
|
+ "/external/github.com/google/quiver-dart.git"
|
2019-04-30 15:22:48 +00:00
|
|
|
+ "@" + Var("quiver-dart_tag"),
|
2016-02-18 23:29:17 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/resource":
|
2018-07-16 17:18:30 +00:00
|
|
|
Var("dart_git") + "resource.git" + "@" + Var("resource_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/shelf":
|
2018-05-02 11:37:58 +00:00
|
|
|
Var("dart_git") + "shelf.git" + "@" + Var("shelf_tag"),
|
2016-09-01 08:12:23 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/shelf_packages_handler":
|
2018-01-02 16:01:28 +00:00
|
|
|
Var("dart_git") + "shelf_packages_handler.git"
|
2018-05-02 11:37:58 +00:00
|
|
|
+ "@" + Var("shelf_packages_handler_tag"),
|
2020-03-19 23:36:45 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/shelf_proxy":
|
|
|
|
Var("dart_git") + "shelf_proxy.git" + "@" + Var("shelf_proxy_tag"),
|
2015-06-18 22:38:47 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/shelf_static":
|
2018-05-02 11:37:58 +00:00
|
|
|
Var("dart_git") + "shelf_static.git" + "@" + Var("shelf_static_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/shelf_web_socket":
|
2018-01-02 16:01:28 +00:00
|
|
|
Var("dart_git") + "shelf_web_socket.git" +
|
2018-05-02 11:37:58 +00:00
|
|
|
"@" + Var("shelf_web_socket_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/source_maps":
|
2018-05-02 11:37:58 +00:00
|
|
|
Var("dart_git") + "source_maps.git" + "@" + Var("source_maps_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/source_span":
|
2018-05-02 11:37:58 +00:00
|
|
|
Var("dart_git") + "source_span.git" + "@" + Var("source_span_tag"),
|
2015-07-07 20:14:22 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/source_map_stack_trace":
|
2018-01-02 16:01:28 +00:00
|
|
|
Var("dart_git") + "source_map_stack_trace.git" +
|
2018-05-02 11:37:58 +00:00
|
|
|
"@" + Var("source_map_stack_trace_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/stack_trace":
|
2018-05-02 11:37:58 +00:00
|
|
|
Var("dart_git") + "stack_trace.git" + "@" + Var("stack_trace_tag"),
|
2020-02-02 02:23:13 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/stagehand":
|
|
|
|
Var("dart_git") + "stagehand.git" + "@" + Var("stagehand_tag"),
|
2016-03-21 19:43:25 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/stream_channel":
|
2018-01-02 16:01:28 +00:00
|
|
|
Var("dart_git") + "stream_channel.git" +
|
2018-05-02 11:37:58 +00:00
|
|
|
"@" + Var("stream_channel_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/string_scanner":
|
2018-01-02 16:01:28 +00:00
|
|
|
Var("dart_git") + "string_scanner.git" +
|
2018-05-02 11:37:58 +00:00
|
|
|
"@" + Var("string_scanner_tag"),
|
2017-08-22 16:32:40 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/term_glyph":
|
2018-05-02 11:37:58 +00:00
|
|
|
Var("dart_git") + "term_glyph.git" + "@" + Var("term_glyph_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/test":
|
2018-05-02 11:37:58 +00:00
|
|
|
Var("dart_git") + "test.git" + "@" + Var("test_tag"),
|
2019-07-25 18:39:51 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/tflite_native":
|
|
|
|
Var("dart_git") + "tflite_native.git" + "@" + Var("tflite_native_rev"),
|
2018-01-05 21:32:31 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/test_descriptor":
|
2018-05-02 11:37:58 +00:00
|
|
|
Var("dart_git") + "test_descriptor.git" + "@" + Var("test_descriptor_tag"),
|
2018-01-05 21:32:31 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/test_process":
|
2018-05-02 11:37:58 +00:00
|
|
|
Var("dart_git") + "test_process.git" + "@" + Var("test_process_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/test_reflective_loader":
|
2018-01-02 16:01:28 +00:00
|
|
|
Var("dart_git") + "test_reflective_loader.git" +
|
2018-05-02 11:37:58 +00:00
|
|
|
"@" + Var("test_reflective_loader_tag"),
|
2016-03-21 19:43:25 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/typed_data":
|
2018-05-02 11:37:58 +00:00
|
|
|
Var("dart_git") + "typed_data.git" + "@" + Var("typed_data_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/usage":
|
2018-05-02 11:37:58 +00:00
|
|
|
Var("dart_git") + "usage.git" + "@" + Var("usage_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/watcher":
|
2018-07-16 17:18:30 +00:00
|
|
|
Var("dart_git") + "watcher.git" + "@" + Var("watcher_rev"),
|
2018-04-03 20:13:19 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/web_components":
|
|
|
|
Var("dart_git") + "web-components.git" +
|
2018-05-02 11:37:58 +00:00
|
|
|
"@" + Var("web_components_rev"),
|
2016-03-21 19:43:25 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/web_socket_channel":
|
2018-01-02 16:01:28 +00:00
|
|
|
Var("dart_git") + "web_socket_channel.git" +
|
2018-05-02 11:37:58 +00:00
|
|
|
"@" + Var("web_socket_channel_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/yaml":
|
2018-05-02 11:37:58 +00:00
|
|
|
Var("dart_git") + "yaml.git" + "@" + Var("yaml_tag"),
|
2018-11-29 15:37:40 +00:00
|
|
|
|
|
|
|
Var("dart_root") + "/buildtools/" + Var("host_os") + "-" + Var("host_cpu") + "/clang": {
|
|
|
|
"packages": [
|
|
|
|
{
|
2020-02-24 21:04:18 +00:00
|
|
|
"package": "fuchsia/third_party/clang/${{platform}}",
|
2018-11-29 15:37:40 +00:00
|
|
|
"version": "git_revision:" + Var("clang_revision"),
|
|
|
|
},
|
|
|
|
],
|
|
|
|
"condition": "(host_os == 'linux' or host_os == 'mac') and (host_cpu == 'x64' or host_cpu == 'arm64')",
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
|
|
|
|
2019-07-25 18:39:51 +00:00
|
|
|
Var("dart_root") + "/pkg/analysis_server/language_model": {
|
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"package": "dart/language_model",
|
2019-11-04 18:00:16 +00:00
|
|
|
"version": "lIRt14qoA1Cocb8j3yw_Fx5cfYou2ddam6ArBm4AI6QC",
|
2019-07-25 18:39:51 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
|
|
|
|
2018-11-29 15:37:40 +00:00
|
|
|
Var("dart_root") + "/buildtools": {
|
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"package": "gn/gn/${{platform}}",
|
|
|
|
"version": "git_revision:" + Var("gn_revision"),
|
|
|
|
},
|
|
|
|
],
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
2019-07-19 14:59:57 +00:00
|
|
|
|
2019-08-20 16:56:10 +00:00
|
|
|
Var("dart_root") + "/buildtools/" + Var("host_os") + "-" + Var("host_cpu") + "/rust": {
|
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"package": "fuchsia/rust/${{platform}}",
|
|
|
|
"version": "git_revision:" + Var("rust_revision"),
|
|
|
|
},
|
|
|
|
],
|
|
|
|
"condition": "(host_os == 'linux' or host_os == 'mac') and host_cpu == 'x64'",
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
|
|
|
|
2019-08-29 08:52:43 +00:00
|
|
|
Var("dart_root") + "/pkg/front_end/test/fasta/types/benchmark_data": {
|
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"package": "dart/cfe/benchmark_data",
|
2020-02-07 15:00:24 +00:00
|
|
|
"version": "sha1sum:5b6e6dfa33b85c733cab4e042bf46378984d1544",
|
2019-08-29 08:52:43 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
|
|
|
|
2019-10-28 14:07:18 +00:00
|
|
|
Var("dart_root") + "/pkg/front_end/testcases/old_dills/dills": {
|
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"package": "dart/cfe/dart2js_dills",
|
2020-04-15 13:46:43 +00:00
|
|
|
"version": "binary_version:42",
|
2019-10-28 14:07:18 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
|
|
|
|
2019-07-19 14:59:57 +00:00
|
|
|
# TODO(37531): Remove these cipd packages and build with sdk instead when
|
|
|
|
# benchmark runner gets support for that.
|
|
|
|
Var("dart_root") + "/benchmarks/FfiBoringssl/dart/native/out/": {
|
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"package": "dart/benchmarks/ffiboringssl",
|
|
|
|
"version": "commit:a86c69888b9a416f5249aacb4690a765be064969",
|
|
|
|
},
|
|
|
|
],
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
|
|
|
Var("dart_root") + "/benchmarks/FfiCall/dart/native/out/": {
|
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"package": "dart/benchmarks/fficall",
|
|
|
|
"version": "version:1",
|
|
|
|
},
|
|
|
|
],
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
2019-07-30 20:34:31 +00:00
|
|
|
Var("dart_root") + "/third_party/llvm": {
|
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"package": "fuchsia/lib/llvm/${{platform}}",
|
|
|
|
"version": "git_revision:" + Var("llvm_revision"),
|
|
|
|
},
|
|
|
|
],
|
|
|
|
"condition": "checkout_llvm",
|
|
|
|
"dep_type": "cipd",
|
|
|
|
}
|
2018-10-24 13:30:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
deps_os = {
|
|
|
|
"win": {
|
|
|
|
Var("dart_root") + "/third_party/cygwin":
|
|
|
|
Var("chromium_git") + "/chromium/deps/cygwin.git" + "@" +
|
2018-05-02 11:37:58 +00:00
|
|
|
"c89e446b273697fadf3a10ff1007a97c0b7de6df",
|
2018-10-24 13:30:16 +00:00
|
|
|
Var("dart_root") + "/third_party/crashpad/crashpad":
|
|
|
|
Var("chromium_git") + "/crashpad/crashpad.git" + "@" +
|
|
|
|
Var("crashpad_rev"),
|
|
|
|
Var("dart_root") + "/third_party/mini_chromium/mini_chromium":
|
|
|
|
Var("chromium_git") + "/chromium/mini_chromium" + "@" +
|
|
|
|
Var("minichromium_rev"),
|
|
|
|
Var("dart_root") + "/third_party/googletest":
|
|
|
|
Var("fuchsia_git") + "/third_party/googletest" + "@" +
|
|
|
|
Var("googletest_rev"),
|
|
|
|
}
|
2015-05-16 13:17:10 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
# TODO(iposva): Move the necessary tools so that hooks can be run
|
|
|
|
# without the runtime being available.
|
|
|
|
hooks = [
|
2015-12-21 13:38:14 +00:00
|
|
|
{
|
|
|
|
"name": "firefox_jsshell",
|
|
|
|
"pattern": ".",
|
|
|
|
"action": [
|
|
|
|
"download_from_google_storage",
|
|
|
|
"--no_auth",
|
|
|
|
"--no_resume",
|
|
|
|
"--bucket",
|
|
|
|
"dart-dependencies",
|
|
|
|
"--recursive",
|
|
|
|
"--auto_platform",
|
|
|
|
"--extract",
|
|
|
|
"--directory",
|
|
|
|
Var('dart_root') + "/third_party/firefox_jsshell",
|
|
|
|
],
|
|
|
|
},
|
2016-11-07 21:09:45 +00:00
|
|
|
{
|
|
|
|
# Pull Debian wheezy sysroot for i386 Linux
|
|
|
|
'name': 'sysroot_i386',
|
|
|
|
'pattern': '.',
|
|
|
|
'action': ['python', 'sdk/build/linux/sysroot_scripts/install-sysroot.py',
|
2017-12-02 06:19:33 +00:00
|
|
|
'--arch', 'i386'],
|
2016-11-07 21:09:45 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
# Pull Debian wheezy sysroot for amd64 Linux
|
|
|
|
'name': 'sysroot_amd64',
|
|
|
|
'pattern': '.',
|
|
|
|
'action': ['python', 'sdk/build/linux/sysroot_scripts/install-sysroot.py',
|
2017-12-02 06:19:33 +00:00
|
|
|
'--arch', 'amd64'],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
# Pull Debian wheezy sysroot for arm Linux
|
|
|
|
'name': 'sysroot_amd64',
|
|
|
|
'pattern': '.',
|
|
|
|
'action': ['python', 'sdk/build/linux/sysroot_scripts/install-sysroot.py',
|
|
|
|
'--arch', 'arm'],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
# Pull Debian jessie sysroot for arm64 Linux
|
|
|
|
'name': 'sysroot_amd64',
|
|
|
|
'pattern': '.',
|
|
|
|
'action': ['python', 'sdk/build/linux/sysroot_scripts/install-sysroot.py',
|
|
|
|
'--arch', 'arm64'],
|
2016-11-07 21:09:45 +00:00
|
|
|
},
|
2016-09-23 14:47:36 +00:00
|
|
|
{
|
2017-05-07 04:44:59 +00:00
|
|
|
'name': 'download_android_tools',
|
|
|
|
'pattern': '.',
|
|
|
|
'action': ['python', 'sdk/tools/android/download_android_tools.py'],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'name': 'buildtools',
|
2016-09-23 14:47:36 +00:00
|
|
|
'pattern': '.',
|
2017-05-07 04:44:59 +00:00
|
|
|
'action': ['python', 'sdk/tools/buildtools/update.py'],
|
2016-09-23 14:47:36 +00:00
|
|
|
},
|
2017-07-27 11:54:34 +00:00
|
|
|
{
|
|
|
|
# Update the Windows toolchain if necessary.
|
|
|
|
'name': 'win_toolchain',
|
|
|
|
'pattern': '.',
|
|
|
|
'action': ['python', 'sdk/build/vs_toolchain.py', 'update'],
|
|
|
|
},
|
2019-03-06 01:07:14 +00:00
|
|
|
{
|
|
|
|
# Download dill files for all supported ABI versions, if necessary.
|
|
|
|
'name': 'abiversions',
|
|
|
|
'pattern': '.',
|
|
|
|
'action': ['python', 'sdk/tools/download_abi_dills.py'],
|
|
|
|
},
|
2015-05-16 13:17:10 +00:00
|
|
|
]
|
2019-03-01 13:02:23 +00:00
|
|
|
|
|
|
|
hooks_os = {
|
|
|
|
"win": [
|
|
|
|
{
|
|
|
|
"name": "7zip",
|
|
|
|
"pattern": ".",
|
|
|
|
"action": [
|
|
|
|
"download_from_google_storage",
|
|
|
|
"--no_auth",
|
|
|
|
"--no_resume",
|
|
|
|
"--bucket",
|
|
|
|
"dart-dependencies",
|
|
|
|
"--platform=win32",
|
|
|
|
"--extract",
|
|
|
|
"-s",
|
|
|
|
Var('dart_root') + "/third_party/7zip.tar.gz.sha1",
|
|
|
|
],
|
|
|
|
},
|
|
|
|
]
|
|
|
|
}
|