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
|
|
|
|
|
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
|
|
|
|
2017-06-22 09:46:10 +00:00
|
|
|
"co19_rev": "@dec2b67aaab3bb7339b9764049707e71e601da3d",
|
2016-06-22 17:32:51 +00:00
|
|
|
|
2018-01-03 22:20:26 +00:00
|
|
|
# As Flutter does, we pull buildtools, including the clang toolchain, from
|
|
|
|
# Fuchsia. This revision should be kept up to date with the revision pulled
|
|
|
|
# by the Flutter engine. If there are problems with the toolchain, contact
|
|
|
|
# fuchsia-toolchain@.
|
|
|
|
"buildtools_revision": "@de2d6da936fa0be8bcb0bacd096fe124efff2854",
|
2017-05-07 04:44:59 +00:00
|
|
|
|
|
|
|
# Scripts that make 'git cl format' work.
|
|
|
|
"clang_format_scripts_rev": "@c09c8deeac31f05bd801995c475e7c8070f9ecda",
|
2015-05-16 13:17:10 +00:00
|
|
|
|
2016-10-06 22:45:11 +00:00
|
|
|
"gperftools_revision": "@02eeed29df112728564a5dde6417fa4622b57a06",
|
2016-09-16 15:24:54 +00:00
|
|
|
|
2015-05-16 13:17:10 +00:00
|
|
|
# Revisions of /third_party/* dependencies.
|
2017-02-16 23:33:09 +00:00
|
|
|
"args_tag": "@0.13.7",
|
2018-01-03 17:12:42 +00:00
|
|
|
"async_tag": "@2.0.2",
|
2016-04-21 18:07:51 +00:00
|
|
|
"barback-0.13.0_rev": "@34853",
|
|
|
|
"barback-0.14.0_rev": "@36398",
|
|
|
|
"barback-0.14.1_rev": "@38525",
|
2017-10-06 19:56:29 +00:00
|
|
|
"barback_tag" : "@0.15.2+13",
|
2017-04-26 20:51:29 +00:00
|
|
|
"bazel_worker_tag": "@v0.1.4",
|
2016-09-01 08:12:23 +00:00
|
|
|
"boolean_selector_tag" : "@1.0.2",
|
2017-12-02 06:19:33 +00:00
|
|
|
"boringssl_gen_rev": "@d2b56d1b7657e52eb5a1f075968c773aa3e53614",
|
2016-12-13 22:36:34 +00:00
|
|
|
"boringssl_rev" : "@d519bf6be0b447fb80fbc539d4bff4479b5482a2",
|
2017-02-16 23:33:09 +00:00
|
|
|
"charcode_tag": "@v1.1.1",
|
2015-05-16 13:17:10 +00:00
|
|
|
"chrome_rev" : "@19997",
|
2017-09-27 13:33:35 +00:00
|
|
|
"cli_util_tag" : "@0.1.2+1",
|
2018-01-03 08:37:26 +00:00
|
|
|
"collection_tag": "@1.14.5",
|
2016-09-01 08:12:23 +00:00
|
|
|
"convert_tag": "@2.0.1",
|
2017-09-27 13:33:35 +00:00
|
|
|
"crypto_tag" : "@2.0.2+1",
|
|
|
|
"csslib_tag" : "@0.14.1",
|
|
|
|
"dart2js_info_tag" : "@0.5.5+1",
|
2017-07-18 19:51:37 +00:00
|
|
|
|
|
|
|
# Note: updates to dart_style have to be coordinated carefully with
|
|
|
|
# the infrastructure-team so that the internal formatter in
|
|
|
|
# `sdk/tools/sdks/*/dart-sdk/bin/dartfmt` matches the version here.
|
|
|
|
#
|
|
|
|
# Please follow this process to make updates:
|
|
|
|
# * file an issue with area-infrastructure requesting a roll for this
|
|
|
|
# package (please also indicate what version to roll).
|
|
|
|
# * let the infrastructure team submit the change on your behalf,
|
|
|
|
# so they can build a new dev release and roll the submitted sdks a few
|
|
|
|
# minutes later.
|
|
|
|
#
|
|
|
|
# For more details, see https://github.com/dart-lang/sdk/issues/30164
|
2018-01-04 20:43:36 +00:00
|
|
|
"dart_style_tag": "@1.0.9", # Please see the note above before updating.
|
2017-07-18 19:51:37 +00:00
|
|
|
|
2017-12-08 16:14:51 +00:00
|
|
|
"dartdoc_tag" : "@v0.15.0+1",
|
2016-05-10 23:58:11 +00:00
|
|
|
"fixnum_tag": "@0.10.5",
|
2017-10-19 17:52:37 +00:00
|
|
|
"func_rev": "@25eec48146a58967d75330075ab376b3838b18a8",
|
2017-09-27 13:33:35 +00:00
|
|
|
"glob_tag": "@1.1.5",
|
2018-01-02 18:19:07 +00:00
|
|
|
"html_tag" : "@0.13.2+1",
|
2017-09-27 13:33:35 +00:00
|
|
|
"http_multi_server_tag" : "@2.0.4",
|
2017-02-16 23:33:09 +00:00
|
|
|
"http_parser_tag" : "@3.1.1",
|
2017-12-21 04:22:52 +00:00
|
|
|
"http_retry_tag": "@0.1.0",
|
2017-07-20 02:55:30 +00:00
|
|
|
"http_tag" : "@0.11.3+14",
|
2017-06-08 22:14:28 +00:00
|
|
|
"http_throttle_tag" : "@1.0.1",
|
2016-03-06 23:10:36 +00:00
|
|
|
"idl_parser_rev": "@7fbe68cab90c38147dee4f48c30ad0d496c17915",
|
2017-11-13 16:33:15 +00:00
|
|
|
"intl_tag": "@0.15.2",
|
2017-09-21 14:13:12 +00:00
|
|
|
"isolate_tag": "@1.1.0",
|
2015-05-16 13:17:10 +00:00
|
|
|
"jinja2_rev": "@2222b31554f03e62600cd7e383376a7c187967a1",
|
2017-02-16 23:33:09 +00:00
|
|
|
"json_rpc_2_tag": "@2.0.4",
|
2017-12-14 19:02:56 +00:00
|
|
|
"linter_tag": "@0.1.41",
|
2016-09-01 08:12:23 +00:00
|
|
|
"logging_tag": "@0.11.3+1",
|
2017-12-08 16:14:51 +00:00
|
|
|
"markdown_tag": "@1.0.0",
|
2017-09-27 13:33:35 +00:00
|
|
|
"matcher_tag": "@0.12.1+4",
|
2017-10-26 15:58:20 +00:00
|
|
|
"mime_tag": "@0.9.4",
|
2017-07-19 17:09:33 +00:00
|
|
|
"mockito_tag": "@2.0.2",
|
2017-12-08 16:14:51 +00:00
|
|
|
"mustache4dart_tag" : "@v2.1.0",
|
2017-09-27 13:33:35 +00:00
|
|
|
"oauth2_tag": "@1.1.0",
|
2017-09-28 00:11:38 +00:00
|
|
|
"observatory_pub_packages_rev": "@4c282bb240b68f407c8c7779a65c68eeb0139dc6",
|
2017-09-27 13:33:35 +00:00
|
|
|
"package_config_tag": "@1.0.3",
|
2017-01-03 14:00:16 +00:00
|
|
|
"package_resolver_tag": "@1.0.2+1",
|
2017-09-27 13:33:35 +00:00
|
|
|
"path_tag": "@1.4.2",
|
2017-12-08 16:14:51 +00:00
|
|
|
"plugin_tag": "@0.2.0+2",
|
2016-04-21 18:07:51 +00:00
|
|
|
"ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93",
|
2018-01-04 18:50:23 +00:00
|
|
|
"pool_tag": "@1.3.4",
|
2017-04-21 15:04:52 +00:00
|
|
|
"protobuf_tag": "@0.5.4",
|
2017-12-21 04:22:52 +00:00
|
|
|
"pub_rev": "@667281eef93b4be648cceca400e954e000edba38",
|
2017-02-16 23:33:09 +00:00
|
|
|
"pub_semver_tag": "@1.3.2",
|
2018-01-03 23:17:39 +00:00
|
|
|
"quiver_tag": "@0.27.0",
|
2017-09-27 13:33:35 +00:00
|
|
|
"resource_rev":"@af5a5bf65511943398146cf146e466e5f0b95cb9",
|
2017-03-15 20:11:05 +00:00
|
|
|
"root_certificates_rev": "@a4c7c6f23a664a37bc1b6f15a819e3f2a292791a",
|
2017-09-27 13:33:35 +00:00
|
|
|
"scheduled_test_tag": "@0.12.11+1",
|
2017-12-21 17:32:16 +00:00
|
|
|
"shelf_static_rev": "@3558aa35a0d2f0f35868c3fd64b258e140db0122",
|
2017-09-27 13:33:35 +00:00
|
|
|
"shelf_packages_handler_tag": "@1.0.3",
|
2017-12-08 16:14:51 +00:00
|
|
|
"shelf_tag": "@0.7.1",
|
|
|
|
"shelf_web_socket_tag": "@0.2.2",
|
2017-02-16 23:33:09 +00:00
|
|
|
"source_map_stack_trace_tag": "@1.1.4",
|
2016-04-21 18:07:51 +00:00
|
|
|
"source_maps-0.9.4_rev": "@38524",
|
2017-04-21 15:04:52 +00:00
|
|
|
"source_maps_tag": "@0.10.4",
|
2017-05-25 20:25:33 +00:00
|
|
|
"source_span_tag": "@1.4.0",
|
2017-09-21 15:30:47 +00:00
|
|
|
"stack_trace_tag": "@1.8.2",
|
2017-09-27 13:33:35 +00:00
|
|
|
"stream_channel_tag": "@1.6.2",
|
|
|
|
"string_scanner_tag": "@1.0.2",
|
2015-05-16 13:17:10 +00:00
|
|
|
"sunflower_rev": "@879b704933413414679396b129f5dfa96f7a0b1e",
|
2018-01-04 20:43:36 +00:00
|
|
|
"test_descriptor_tag": "@1.0.3",
|
|
|
|
"test_process_tag": "@1.0.1",
|
2017-08-22 16:32:40 +00:00
|
|
|
"term_glyph_tag": "@1.0.0",
|
2017-12-08 21:28:10 +00:00
|
|
|
"test_reflective_loader_tag": "@0.1.3",
|
2017-09-19 21:48:23 +00:00
|
|
|
"test_tag": "@0.12.24+6",
|
2017-06-16 14:51:03 +00:00
|
|
|
"tuple_tag": "@v1.0.1",
|
2016-09-01 08:12:23 +00:00
|
|
|
"typed_data_tag": "@1.1.3",
|
2017-07-06 06:29:45 +00:00
|
|
|
"usage_tag": "@3.3.0",
|
2016-09-01 08:12:23 +00:00
|
|
|
"utf_tag": "@0.9.0+3",
|
2017-09-27 13:33:35 +00:00
|
|
|
"watcher_tag": "@0.9.7+4",
|
|
|
|
"web_socket_channel_tag": "@1.0.6",
|
2017-05-11 01:16:26 +00:00
|
|
|
"WebCore_rev": "@3c45690813c112373757bbef53de1602a62af609",
|
2017-12-08 16:14:51 +00:00
|
|
|
"yaml_tag": "@2.1.13",
|
2015-05-16 13:17:10 +00:00
|
|
|
"zlib_rev": "@c3d0a6190f2f8c924a05ab6cc97b8f975bddd33f",
|
|
|
|
}
|
|
|
|
|
|
|
|
deps = {
|
2016-09-23 14:47:36 +00:00
|
|
|
# Stuff needed for GN build.
|
2016-06-22 17:32:51 +00:00
|
|
|
Var("dart_root") + "/buildtools":
|
2017-05-07 04:44:59 +00:00
|
|
|
Var("fuchsia_git") + "/buildtools" + Var("buildtools_revision"),
|
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" +
|
2017-05-07 04:44:59 +00:00
|
|
|
Var("clang_format_scripts_rev"),
|
2016-06-22 17:32:51 +00:00
|
|
|
|
2015-05-28 12:25:59 +00:00
|
|
|
Var("dart_root") + "/tests/co19/src":
|
2018-01-02 16:01:28 +00:00
|
|
|
Var("dart_git") + "co19.git" + Var("co19_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
|
|
|
|
Var("dart_root") + "/third_party/zlib":
|
|
|
|
Var("chromium_git") + "/chromium/src/third_party/zlib.git" +
|
|
|
|
Var("zlib_rev"),
|
|
|
|
|
2016-09-20 15:46:44 +00:00
|
|
|
Var("dart_root") + "/third_party/boringssl":
|
2018-01-02 16:01:28 +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" +
|
|
|
|
Var("boringssl_rev"),
|
|
|
|
|
|
|
|
Var("dart_root") + "/third_party/root_certificates":
|
2018-01-02 16:01:28 +00:00
|
|
|
Var("dart_git") + "root_certificates.git" +
|
2015-08-26 12:42:12 +00:00
|
|
|
Var("root_certificates_rev"),
|
|
|
|
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/jinja2":
|
|
|
|
Var("chromium_git") + "/chromium/src/third_party/jinja2.git" +
|
|
|
|
Var("jinja2_rev"),
|
|
|
|
|
|
|
|
Var("dart_root") + "/third_party/ply":
|
|
|
|
Var("chromium_git") + "/chromium/src/third_party/ply.git" +
|
|
|
|
Var("ply_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" +
|
|
|
|
Var("idl_parser_rev"),
|
|
|
|
|
|
|
|
Var("dart_root") + "/third_party/WebCore":
|
2018-01-02 16:01:28 +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' +
|
|
|
|
Var("gperftools_revision"),
|
|
|
|
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/args":
|
2018-01-02 16:01:28 +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-01-02 16:01:28 +00:00
|
|
|
Var("dart_git") + "async.git" + Var("async_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/barback":
|
2018-01-02 16:01:28 +00:00
|
|
|
Var("dart_git") + "barback.git" + Var("barback_tag"),
|
2016-04-14 14:46:33 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/bazel_worker":
|
2018-01-02 16:01:28 +00:00
|
|
|
Var("dart_git") + "bazel_worker.git" + Var("bazel_worker_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" +
|
2016-03-21 19:43:25 +00:00
|
|
|
Var("boolean_selector_tag"),
|
2015-05-26 18:07:30 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/charcode":
|
2018-01-02 16:01:28 +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-01-02 16:01:28 +00:00
|
|
|
Var("dart_git") + "cli_util.git" + Var("cli_util_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/collection":
|
2018-01-02 16:01:28 +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-01-02 16:01:28 +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-01-02 16:01:28 +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-01-02 16:01:28 +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-01-02 16:01:28 +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-01-02 16:01:28 +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":
|
2018-01-02 16:01:28 +00:00
|
|
|
Var("dart_git") + "dartdoc.git" + Var("dartdoc_tag"),
|
2016-04-21 18:07:51 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/fixnum":
|
2018-01-02 16:01:28 +00:00
|
|
|
Var("dart_git") + "fixnum.git" + Var("fixnum_tag"),
|
2017-03-15 15:02:51 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/func":
|
2018-01-02 16:01:28 +00:00
|
|
|
Var("dart_git") + "func.git" + Var("func_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/glob":
|
2018-01-02 16:01:28 +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-01-02 16:01:28 +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-01-02 16:01:28 +00:00
|
|
|
Var("dart_git") + "http.git" + Var("http_tag"),
|
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" +
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("http_multi_server_tag"),
|
|
|
|
Var("dart_root") + "/third_party/pkg/http_parser":
|
2018-01-02 16:01:28 +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" +
|
2017-12-21 04:22:52 +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" +
|
2017-06-08 22:14:28 +00:00
|
|
|
Var("http_throttle_tag"),
|
2015-12-17 10:22:35 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/intl":
|
2018-01-02 16:01:28 +00:00
|
|
|
Var("dart_git") + "intl.git" + Var("intl_tag"),
|
2016-07-08 20:02:22 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/isolate":
|
2018-01-02 16:01:28 +00:00
|
|
|
Var("dart_git") + "isolate.git" + Var("isolate_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/json_rpc_2":
|
2018-01-02 16:01:28 +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-01-02 16:01:28 +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-01-02 16:01:28 +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-01-02 16:01:28 +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-01-02 16:01:28 +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-01-02 16:01:28 +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-01-02 16:01:28 +00:00
|
|
|
Var("dart_git") + "mockito.git" + Var("mockito_tag"),
|
2015-07-22 01:32:42 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/mustache4dart":
|
|
|
|
Var("chromium_git")
|
|
|
|
+ "/external/github.com/valotas/mustache4dart.git"
|
2016-09-01 08:12:23 +00:00
|
|
|
+ Var("mustache4dart_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/oauth2":
|
2018-01-02 16:01:28 +00:00
|
|
|
Var("dart_git") + "oauth2.git" + Var("oauth2_tag"),
|
2015-07-17 10:30:41 +00:00
|
|
|
Var("dart_root") + "/third_party/observatory_pub_packages":
|
2018-01-02 16:01:28 +00:00
|
|
|
Var("dart_git") + "observatory_pub_packages.git"
|
2015-07-17 10:30:41 +00:00
|
|
|
+ Var("observatory_pub_packages_rev"),
|
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" +
|
2016-09-01 08:12:23 +00:00
|
|
|
Var("package_config_tag"),
|
2016-08-15 21:57:49 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg_tested/package_resolver":
|
2018-01-02 16:01:28 +00:00
|
|
|
Var("dart_git") + "package_resolver.git"
|
2017-08-22 16:32:40 +00:00
|
|
|
+ Var("package_resolver_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/path":
|
2018-01-02 16:01:28 +00:00
|
|
|
Var("dart_git") + "path.git" + Var("path_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/plugin":
|
2018-01-02 16:01:28 +00:00
|
|
|
Var("dart_git") + "plugin.git" + Var("plugin_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/pool":
|
2018-01-02 16:01:28 +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":
|
2018-01-02 16:01:28 +00:00
|
|
|
Var("dart_git") + "protobuf.git" + Var("protobuf_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/pub_semver":
|
2018-01-02 16:01:28 +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-01-02 16:01:28 +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"
|
2015-06-18 17:30:28 +00:00
|
|
|
+ Var("quiver_tag"),
|
2016-02-18 23:29:17 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/resource":
|
2018-01-02 16:01:28 +00:00
|
|
|
Var("dart_git") + "resource.git" + Var("resource_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/scheduled_test":
|
2018-01-02 16:01:28 +00:00
|
|
|
Var("dart_git") + "scheduled_test.git" + Var("scheduled_test_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/shelf":
|
2018-01-02 16:01:28 +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"
|
2016-09-01 08:12:23 +00:00
|
|
|
+ Var("shelf_packages_handler_tag"),
|
2015-06-18 22:38:47 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/shelf_static":
|
2018-01-02 16:01:28 +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" +
|
2015-09-09 00:39:26 +00:00
|
|
|
Var("shelf_web_socket_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/source_maps":
|
2018-01-02 16:01:28 +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-01-02 16:01:28 +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" +
|
2015-07-07 20:14:22 +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-01-02 16:01:28 +00:00
|
|
|
Var("dart_git") + "stack_trace.git" + Var("stack_trace_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" +
|
2016-03-21 19:43:25 +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" +
|
2015-09-09 00:39:26 +00:00
|
|
|
Var("string_scanner_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/sunflower":
|
2018-01-02 16:01:28 +00:00
|
|
|
Var("chromium_git") +
|
|
|
|
"/external/github.com/dart-lang/sample-sunflower.git" +
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("sunflower_rev"),
|
2017-08-22 16:32:40 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/term_glyph":
|
2018-01-02 16:01:28 +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-01-02 16:01:28 +00:00
|
|
|
Var("dart_git") + "test.git" + Var("test_tag"),
|
2018-01-04 20:43:36 +00:00
|
|
|
|
|
|
|
# TODO(31772): Use "dart_git" once these are mirrored.
|
|
|
|
Var("dart_root") + "/third_party/pkg/test_descriptor":
|
|
|
|
"http://github.com/dart-lang/test_descriptor.git" + Var("test_descriptor_tag"),
|
|
|
|
Var("dart_root") + "/third_party/pkg/test_process":
|
|
|
|
"http://github.com/dart-lang/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" +
|
2016-09-01 12:01:29 +00:00
|
|
|
Var("test_reflective_loader_tag"),
|
2017-06-16 14:51:03 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/tuple":
|
2018-01-02 16:01:28 +00:00
|
|
|
Var("dart_git") + "tuple.git" + Var("tuple_tag"),
|
2016-03-21 19:43:25 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/typed_data":
|
2018-01-02 16:01:28 +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-01-02 16:01:28 +00:00
|
|
|
Var("dart_git") + "usage.git" + Var("usage_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/utf":
|
2018-01-02 16:01:28 +00:00
|
|
|
Var("dart_git") + "utf.git" + Var("utf_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/watcher":
|
2018-01-02 16:01:28 +00:00
|
|
|
Var("dart_git") + "watcher.git" + Var("watcher_tag"),
|
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" +
|
2016-03-21 19:43:25 +00:00
|
|
|
Var("web_socket_channel_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/yaml":
|
2018-01-02 16:01:28 +00:00
|
|
|
Var("dart_git") + "yaml.git" + Var("yaml_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
deps_os = {
|
|
|
|
"win": {
|
|
|
|
Var("dart_root") + "/third_party/cygwin":
|
|
|
|
Var("chromium_git") + "/chromium/deps/cygwin.git" +
|
|
|
|
"@c89e446b273697fadf3a10ff1007a97c0b7de6df",
|
|
|
|
},
|
|
|
|
}
|
|
|
|
|
|
|
|
# TODO(iposva): Move the necessary tools so that hooks can be run
|
|
|
|
# without the runtime being available.
|
|
|
|
hooks = [
|
2015-06-10 10:52:31 +00:00
|
|
|
{
|
|
|
|
'name': 'd8_testing_binaries',
|
|
|
|
'pattern': '.',
|
|
|
|
'action': [
|
|
|
|
'download_from_google_storage',
|
|
|
|
'--no_auth',
|
|
|
|
'--no_resume',
|
|
|
|
'--bucket',
|
|
|
|
'dart-dependencies',
|
2015-09-02 11:11:42 +00:00
|
|
|
'--recursive',
|
|
|
|
'--directory',
|
2015-06-10 10:52:31 +00:00
|
|
|
Var('dart_root') + '/third_party/d8',
|
|
|
|
],
|
|
|
|
},
|
2015-09-02 11:11:42 +00:00
|
|
|
{
|
|
|
|
"name": "checked_in_dart_sdks",
|
|
|
|
"pattern": ".",
|
|
|
|
"action": [
|
|
|
|
"download_from_google_storage",
|
|
|
|
"--no_auth",
|
|
|
|
"--no_resume",
|
|
|
|
"--bucket",
|
|
|
|
"dart-dependencies",
|
|
|
|
"--recursive",
|
|
|
|
"--auto_platform",
|
|
|
|
"--extract",
|
|
|
|
"--directory",
|
|
|
|
Var('dart_root') + "/tools/sdks",
|
|
|
|
],
|
|
|
|
},
|
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",
|
|
|
|
],
|
|
|
|
},
|
2015-12-21 09:57:06 +00:00
|
|
|
{
|
|
|
|
"name": "drt_resources",
|
|
|
|
"pattern": ".",
|
|
|
|
"action": [
|
|
|
|
"download_from_google_storage",
|
|
|
|
"--no_auth",
|
|
|
|
"--no_resume",
|
|
|
|
"--bucket",
|
|
|
|
"dart-dependencies",
|
|
|
|
"--platform=win32",
|
|
|
|
"--directory",
|
|
|
|
Var('dart_root') + "/third_party/drt_resources",
|
|
|
|
],
|
|
|
|
},
|
2016-01-26 16:07:15 +00:00
|
|
|
{
|
|
|
|
"name": "unittest",
|
|
|
|
# Unittest is an early version, 0.11.6, of the package "test"
|
|
|
|
# Do not use it in any new tests.
|
|
|
|
"pattern": ".",
|
|
|
|
"action": [
|
|
|
|
"download_from_google_storage",
|
|
|
|
"--no_auth",
|
|
|
|
"--no_resume",
|
|
|
|
"--bucket",
|
|
|
|
"dart-dependencies",
|
|
|
|
"--extract",
|
|
|
|
"-s",
|
|
|
|
Var('dart_root') + "/third_party/pkg/unittest.tar.gz.sha1",
|
|
|
|
],
|
|
|
|
},
|
2015-12-21 11:17:59 +00:00
|
|
|
{
|
|
|
|
"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",
|
|
|
|
],
|
|
|
|
},
|
2015-12-21 14:51:46 +00:00
|
|
|
{
|
|
|
|
"name": "gsutil",
|
|
|
|
"pattern": ".",
|
|
|
|
"action": [
|
|
|
|
"download_from_google_storage",
|
|
|
|
"--no_auth",
|
|
|
|
"--no_resume",
|
|
|
|
"--bucket",
|
|
|
|
"dart-dependencies",
|
|
|
|
"--extract",
|
|
|
|
"-s",
|
|
|
|
Var('dart_root') + "/third_party/gsutil.tar.gz.sha1",
|
|
|
|
],
|
|
|
|
},
|
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'],
|
|
|
|
},
|
2016-02-24 20:10:43 +00:00
|
|
|
{
|
|
|
|
"pattern": ".",
|
2016-10-05 21:07:22 +00:00
|
|
|
"action": ["python", Var("dart_root") + "/tools/generate_buildfiles.py"],
|
2016-02-24 20:10:43 +00:00
|
|
|
},
|
2015-05-16 13:17:10 +00:00
|
|
|
]
|