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.
|
|
|
|
# We mirror our github repos on chromium git servers.
|
|
|
|
# DO NOT use this var if you don't see a mirror here:
|
|
|
|
# https://chromium.googlesource.com/
|
|
|
|
# named like:
|
|
|
|
# external/github.com/dart-lang/NAME
|
|
|
|
"github_mirror":
|
|
|
|
"https://chromium.googlesource.com/external/github.com/dart-lang/%s.git",
|
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-20 19:35:22 +00:00
|
|
|
# IMPORTANT:
|
|
|
|
# This should only be used for local testing. Before adding a new package,
|
|
|
|
# request a mirror of the package you need. To request a mirror, file an issue
|
|
|
|
# on github and add the label 'area-infrastructure'.
|
|
|
|
# "github_dartlang": "https://github.com/dart-lang/%s.git",
|
2016-03-21 19:43:25 +00:00
|
|
|
|
2015-07-30 13:18:54 +00:00
|
|
|
"gyp_rev": "@6ee91ad8659871916f9aa840d42e1513befdf638",
|
2017-06-22 09:46:10 +00:00
|
|
|
"co19_rev": "@dec2b67aaab3bb7339b9764049707e71e601da3d",
|
2016-06-22 17:32:51 +00:00
|
|
|
|
2017-05-07 04:44:59 +00:00
|
|
|
# Revisions of GN related dependencies. This should match the revision
|
|
|
|
# pulled by Flutter.
|
|
|
|
"buildtools_revision": "@057ef89874e3c622248cf99259434fdc683c4e30",
|
|
|
|
|
|
|
|
# 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",
|
2017-05-18 21:35:03 +00:00
|
|
|
"async_tag": "@daf66909019d2aaec1721fc39d94ea648a9fdc1d",
|
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-05-16 17:51:56 +00:00
|
|
|
"barback_tag" : "@0.15.2+11",
|
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-04-06 22:03:25 +00:00
|
|
|
"boringssl_gen_rev": "@753224969dbe43dad29343146529727b5066c0f3",
|
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-05-17 18:04:25 +00:00
|
|
|
"cli_util_tag" : "@0.1.0",
|
2017-02-16 23:33:09 +00:00
|
|
|
"code_transformers_tag": "@v0.5.1",
|
|
|
|
"collection_tag": "@1.13.0",
|
2016-09-01 08:12:23 +00:00
|
|
|
"convert_tag": "@2.0.1",
|
2016-06-21 21:11:44 +00:00
|
|
|
"crypto_tag" : "@2.0.1",
|
2017-02-16 23:33:09 +00:00
|
|
|
"csslib_tag" : "@0.13.3+1",
|
2017-04-17 17:42:09 +00:00
|
|
|
"dart2js_info_tag" : "@0.5.4+2",
|
2015-05-16 13:17:10 +00:00
|
|
|
"dart_services_rev" : "@7aea2574e6f3924bf409a80afb8ad52aa2be4f97",
|
2017-07-06 17:37:11 +00:00
|
|
|
"dart_style_tag": "@1.0.7",
|
2017-06-21 14:58:19 +00:00
|
|
|
"dartdoc_tag" : "@v0.13.0+1",
|
2016-05-10 23:58:11 +00:00
|
|
|
"fixnum_tag": "@0.10.5",
|
2017-04-14 20:26:34 +00:00
|
|
|
"func_tag": "@1.0.0",
|
2016-09-01 08:12:23 +00:00
|
|
|
"glob_tag": "@1.1.3",
|
2016-10-31 20:37:36 +00:00
|
|
|
"html_tag" : "@0.13.1",
|
2017-02-16 23:33:09 +00:00
|
|
|
"http_multi_server_tag" : "@2.0.3",
|
|
|
|
"http_parser_tag" : "@3.1.1",
|
2017-06-23 19:54:16 +00:00
|
|
|
"http_tag" : "@0.11.3+13",
|
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-02-16 23:33:09 +00:00
|
|
|
"initialize_tag": "@v0.6.2+5",
|
2016-09-30 19:48:54 +00:00
|
|
|
"intl_tag": "@0.14.0",
|
2017-01-28 21:53:17 +00:00
|
|
|
"isolate_tag": "@1.0.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-05-08 19:53:47 +00:00
|
|
|
"linter_tag": "@0.1.31",
|
2016-09-01 08:12:23 +00:00
|
|
|
"logging_tag": "@0.11.3+1",
|
2017-06-21 14:58:19 +00:00
|
|
|
"markdown_tag": "@0.11.3",
|
2016-09-01 08:12:23 +00:00
|
|
|
"matcher_tag": "@0.12.0+2",
|
2017-02-16 23:33:09 +00:00
|
|
|
"metatest_tag": "@0.2.2+3",
|
2015-05-16 13:17:10 +00:00
|
|
|
"mime_rev": "@75890811d4af5af080351ba8a2853ad4c8df98dd",
|
2017-06-16 14:51:03 +00:00
|
|
|
"mustache4dart_tag" : "@v1.1.0",
|
2016-09-01 08:12:23 +00:00
|
|
|
"oauth2_tag": "@1.0.2",
|
2017-02-16 23:33:09 +00:00
|
|
|
"observable_tag": "@0.17.0",
|
2016-09-07 21:15:27 +00:00
|
|
|
"observatory_pub_packages_rev": "@26aad88f1c1915d39bbcbff3cad589e2402fdcf1",
|
2017-02-16 23:33:09 +00:00
|
|
|
"observe_tag": "@0.15.0",
|
2016-09-01 08:12:23 +00:00
|
|
|
"package_config_tag": "@1.0.0",
|
2017-01-03 14:00:16 +00:00
|
|
|
"package_resolver_tag": "@1.0.2+1",
|
2016-12-12 22:08:59 +00:00
|
|
|
"path_tag": "@1.4.1",
|
2016-05-11 16:54:29 +00:00
|
|
|
"plugin_tag": "@0.2.0",
|
2016-04-21 18:07:51 +00:00
|
|
|
"ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93",
|
2017-02-16 23:33:09 +00:00
|
|
|
"pool_tag": "@1.3.0",
|
2017-04-21 15:04:52 +00:00
|
|
|
"protobuf_tag": "@0.5.4",
|
2017-06-29 20:50:09 +00:00
|
|
|
"pub_rev": "@a1dc64f7bf8625a2d012f790feb8fec4fa7b7caf",
|
2017-02-16 23:33:09 +00:00
|
|
|
"pub_semver_tag": "@1.3.2",
|
2016-09-01 12:01:29 +00:00
|
|
|
"quiver_tag": "@0.22.0",
|
2016-02-18 23:29:17 +00:00
|
|
|
"resource_rev":"@a49101ba2deb29c728acba6fb86000a8f730f4b1",
|
2017-03-15 20:11:05 +00:00
|
|
|
"root_certificates_rev": "@a4c7c6f23a664a37bc1b6f15a819e3f2a292791a",
|
2017-04-08 00:47:31 +00:00
|
|
|
"scheduled_test_tag": "@0.12.11",
|
2016-09-01 08:12:23 +00:00
|
|
|
"shelf_static_tag": "@0.2.4",
|
|
|
|
"shelf_packages_handler_tag": "@1.0.0",
|
2017-02-16 23:33:09 +00:00
|
|
|
"shelf_tag": "@0.6.7+2",
|
2016-09-01 08:12:23 +00:00
|
|
|
"shelf_web_socket_tag": "@0.2.1",
|
2016-11-15 20:58:51 +00:00
|
|
|
"smoke_tag" : "@v0.3.6+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-03-09 03:13:00 +00:00
|
|
|
"stack_trace_tag": "@1.7.2",
|
2017-02-16 23:33:09 +00:00
|
|
|
"stream_channel_tag": "@1.6.1",
|
|
|
|
"string_scanner_tag": "@1.0.1",
|
2015-05-16 13:17:10 +00:00
|
|
|
"sunflower_rev": "@879b704933413414679396b129f5dfa96f7a0b1e",
|
2016-10-06 15:46:35 +00:00
|
|
|
"test_reflective_loader_tag": "@0.1.0",
|
2017-02-16 23:33:09 +00:00
|
|
|
"test_tag": "@0.12.18+1",
|
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",
|
|
|
|
"watcher_tag": "@0.9.7+3",
|
2016-03-29 21:42:59 +00:00
|
|
|
"web_components_rev": "@6349e09f9118dce7ae1b309af5763745e25a9d61",
|
2016-06-21 21:11:44 +00:00
|
|
|
"web_socket_channel_tag": "@1.0.4",
|
2017-05-11 01:16:26 +00:00
|
|
|
"WebCore_rev": "@3c45690813c112373757bbef53de1602a62af609",
|
2017-02-16 23:33:09 +00:00
|
|
|
"yaml_tag": "@2.1.12",
|
2015-05-16 13:17:10 +00:00
|
|
|
"zlib_rev": "@c3d0a6190f2f8c924a05ab6cc97b8f975bddd33f",
|
|
|
|
}
|
|
|
|
|
|
|
|
deps = {
|
|
|
|
# Stuff needed for GYP to run.
|
|
|
|
Var("dart_root") + "/third_party/gyp":
|
2015-07-30 13:18:54 +00:00
|
|
|
Var('chromium_git') + '/external/gyp.git' + Var("gyp_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
|
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":
|
2015-06-08 17:24:29 +00:00
|
|
|
(Var("github_mirror") % "co19") + 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":
|
2017-03-21 15:45:56 +00:00
|
|
|
(Var("github_mirror") % "boringssl_gen") + 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":
|
2016-09-20 09:54:37 +00:00
|
|
|
(Var("github_mirror") % "root_certificates") +
|
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":
|
2015-12-22 12:55:55 +00:00
|
|
|
"https://github.com/dart-lang/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":
|
2015-05-28 12:24:22 +00:00
|
|
|
(Var("github_mirror") % "args") + Var("args_tag"),
|
2015-07-07 20:14:22 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/async":
|
2015-07-19 17:07:54 +00:00
|
|
|
(Var("github_mirror") % "async") + Var("async_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/barback":
|
2015-07-20 22:29:48 +00:00
|
|
|
(Var("github_mirror") % "barback") + Var("barback_tag"),
|
2016-04-14 14:46:33 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/bazel_worker":
|
2017-03-15 15:02:51 +00:00
|
|
|
(Var("github_mirror") % "bazel_worker") + Var("bazel_worker_tag"),
|
2016-03-21 19:43:25 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/boolean_selector":
|
2017-03-15 15:02:51 +00:00
|
|
|
(Var("github_mirror") % "boolean_selector") +
|
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":
|
2015-06-08 17:24:29 +00:00
|
|
|
(Var("github_mirror") % "charcode") + Var("charcode_tag"),
|
2015-05-27 19:37:39 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/cli_util":
|
2015-06-08 17:24:29 +00:00
|
|
|
(Var("github_mirror") % "cli_util") + Var("cli_util_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/collection":
|
2016-05-03 23:15:35 +00:00
|
|
|
(Var("github_mirror") % "collection") + Var("collection_tag"),
|
2015-12-09 23:53:55 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/convert":
|
2016-09-20 09:54:37 +00:00
|
|
|
(Var("github_mirror") % "convert") + Var("convert_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/crypto":
|
2016-04-15 17:00:24 +00:00
|
|
|
(Var("github_mirror") % "crypto") + Var("crypto_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/csslib":
|
2015-05-28 12:24:22 +00:00
|
|
|
(Var("github_mirror") % "csslib") + Var("csslib_tag"),
|
2016-05-31 22:48:54 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/code_transformers":
|
2017-03-15 15:02:51 +00:00
|
|
|
(Var("github_mirror") % "code_transformers") +
|
2016-09-02 11:26:58 +00:00
|
|
|
Var("code_transformers_tag"),
|
2015-12-21 12:54:54 +00:00
|
|
|
Var("dart_root") + "/third_party/dart-services":
|
|
|
|
(Var("github_mirror") % "dart-services") +
|
|
|
|
Var("dart_services_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg_tested/dart_style":
|
2016-11-29 23:51:17 +00:00
|
|
|
(Var("github_mirror") % "dart_style") + Var("dart_style_tag"),
|
2015-08-18 22:44:38 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/dart2js_info":
|
2016-09-01 08:12:23 +00:00
|
|
|
(Var("github_mirror") % "dart2js_info") + Var("dart2js_info_tag"),
|
2015-07-22 01:32:42 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/dartdoc":
|
2015-11-23 22:41:32 +00:00
|
|
|
(Var("github_mirror") % "dartdoc") + Var("dartdoc_tag"),
|
2016-04-21 18:07:51 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/fixnum":
|
2017-03-15 15:02:51 +00:00
|
|
|
(Var("github_mirror") % "fixnum") + Var("fixnum_tag"),
|
|
|
|
Var("dart_root") + "/third_party/pkg/func":
|
|
|
|
(Var("github_mirror") % "func") + Var("func_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/glob":
|
2016-09-01 08:12:23 +00:00
|
|
|
(Var("github_mirror") % "glob") + Var("glob_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/html":
|
2015-05-28 12:24:22 +00:00
|
|
|
(Var("github_mirror") % "html") + Var("html_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/http":
|
2016-01-05 21:24:12 +00:00
|
|
|
(Var("github_mirror") % "http") + Var("http_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/http_multi_server":
|
2015-05-28 12:24:22 +00:00
|
|
|
(Var("github_mirror") % "http_multi_server") +
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("http_multi_server_tag"),
|
|
|
|
Var("dart_root") + "/third_party/pkg/http_parser":
|
2015-12-09 23:53:55 +00:00
|
|
|
(Var("github_mirror") % "http_parser") + Var("http_parser_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/http_throttle":
|
2015-05-28 12:24:22 +00:00
|
|
|
(Var("github_mirror") % "http_throttle") +
|
2017-06-08 22:14:28 +00:00
|
|
|
Var("http_throttle_tag"),
|
2016-05-31 22:48:54 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/initialize":
|
2017-03-15 15:02:51 +00:00
|
|
|
(Var("github_mirror") % "initialize") + Var("initialize_tag"),
|
2015-12-17 10:22:35 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/intl":
|
2016-06-06 23:31:19 +00:00
|
|
|
(Var("github_mirror") % "intl") + Var("intl_tag"),
|
2016-07-08 20:02:22 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/isolate":
|
2017-03-15 15:02:51 +00:00
|
|
|
(Var("github_mirror") % "isolate") + Var("isolate_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/json_rpc_2":
|
2015-07-27 23:16:56 +00:00
|
|
|
(Var("github_mirror") % "json_rpc_2") + Var("json_rpc_2_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/linter":
|
2017-04-07 19:37:10 +00:00
|
|
|
(Var("github_mirror") % "linter") + Var("linter_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/logging":
|
2016-09-01 08:12:23 +00:00
|
|
|
(Var("github_mirror") % "logging") + Var("logging_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/markdown":
|
2016-09-30 19:48:54 +00:00
|
|
|
(Var("github_mirror") % "markdown") + Var("markdown_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/matcher":
|
2015-05-28 12:24:22 +00:00
|
|
|
(Var("github_mirror") % "matcher") + Var("matcher_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/metatest":
|
2016-09-01 08:12:23 +00:00
|
|
|
(Var("github_mirror") % "metatest") + Var("metatest_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/mime":
|
2015-05-28 12:24:22 +00:00
|
|
|
(Var("github_mirror") % "mime") + Var("mime_rev"),
|
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":
|
2015-12-02 22:06:05 +00:00
|
|
|
(Var("github_mirror") % "oauth2") + Var("oauth2_tag"),
|
2017-02-16 23:33:09 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/observable":
|
2017-03-21 15:45:56 +00:00
|
|
|
(Var("github_mirror") % "observable") + Var("observable_tag"),
|
2016-11-15 20:58:51 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/observe":
|
|
|
|
(Var("github_mirror") % "observe") + Var("observe_tag"),
|
2015-07-17 10:30:41 +00:00
|
|
|
Var("dart_root") + "/third_party/observatory_pub_packages":
|
2017-03-21 15:45:56 +00:00
|
|
|
(Var("github_mirror") % "observatory_pub_packages")
|
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":
|
2015-05-28 12:24:22 +00:00
|
|
|
(Var("github_mirror") % "package_config") +
|
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":
|
2017-03-15 15:02:51 +00:00
|
|
|
(Var("github_mirror") % "package_resolver") + Var("package_resolver_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/path":
|
2015-07-09 21:13:44 +00:00
|
|
|
(Var("github_mirror") % "path") + Var("path_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/plugin":
|
2015-05-28 12:24:22 +00:00
|
|
|
(Var("github_mirror") % "plugin") + Var("plugin_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/pool":
|
2015-12-09 23:53:55 +00:00
|
|
|
(Var("github_mirror") % "pool") + Var("pool_tag"),
|
2016-04-06 20:49:32 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/protobuf":
|
2017-06-20 19:35:22 +00:00
|
|
|
(Var("github_mirror") % "protobuf") + Var("protobuf_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/pub_semver":
|
2015-05-28 12:24:22 +00:00
|
|
|
(Var("github_mirror") % "pub_semver") + Var("pub_semver_tag"),
|
2015-06-09 06:12:51 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/pub":
|
2015-07-19 17:07:54 +00:00
|
|
|
(Var("github_mirror") % "pub") + 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":
|
2016-09-01 08:12:23 +00:00
|
|
|
(Var("github_mirror") % "resource") + Var("resource_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/scheduled_test":
|
2015-08-06 12:03:42 +00:00
|
|
|
(Var("github_mirror") % "scheduled_test") + Var("scheduled_test_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/shelf":
|
2015-09-09 00:39:26 +00:00
|
|
|
(Var("github_mirror") % "shelf") + Var("shelf_tag"),
|
2016-09-01 08:12:23 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/shelf_packages_handler":
|
2016-09-20 09:54:37 +00:00
|
|
|
(Var("github_mirror") % "shelf_packages_handler")
|
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":
|
2015-09-09 00:39:26 +00:00
|
|
|
(Var("github_mirror") % "shelf_static") + Var("shelf_static_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/shelf_web_socket":
|
2015-05-28 12:24:22 +00:00
|
|
|
(Var("github_mirror") % "shelf_web_socket") +
|
2015-09-09 00:39:26 +00:00
|
|
|
Var("shelf_web_socket_tag"),
|
2016-11-15 20:58:51 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/smoke":
|
|
|
|
(Var("github_mirror") % "smoke") + Var("smoke_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/source_maps":
|
2015-07-07 22:08:44 +00:00
|
|
|
(Var("github_mirror") % "source_maps") + Var("source_maps_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/source_span":
|
2015-07-08 00:59:52 +00:00
|
|
|
(Var("github_mirror") % "source_span") + Var("source_span_tag"),
|
2015-07-07 20:14:22 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/source_map_stack_trace":
|
2015-07-19 17:07:54 +00:00
|
|
|
(Var("github_mirror") % "source_map_stack_trace") +
|
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":
|
2015-05-28 12:24:22 +00:00
|
|
|
(Var("github_mirror") % "stack_trace") + Var("stack_trace_tag"),
|
2016-03-21 19:43:25 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/stream_channel":
|
2017-03-15 15:02:51 +00:00
|
|
|
(Var("github_mirror") % "stream_channel") +
|
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":
|
2015-05-28 12:24:22 +00:00
|
|
|
(Var("github_mirror") % "string_scanner") +
|
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":
|
2015-05-28 12:24:22 +00:00
|
|
|
(Var("github_mirror") % "sample-sunflower") +
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("sunflower_rev"),
|
|
|
|
Var("dart_root") + "/third_party/pkg/test":
|
2015-05-28 12:24:22 +00:00
|
|
|
(Var("github_mirror") % "test") + Var("test_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/test_reflective_loader":
|
2015-05-28 12:24:22 +00:00
|
|
|
(Var("github_mirror") % "test_reflective_loader") +
|
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":
|
2017-06-20 19:35:22 +00:00
|
|
|
(Var("github_mirror") % "tuple") + Var("tuple_tag"),
|
2016-03-21 19:43:25 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/typed_data":
|
2017-03-15 15:02:51 +00:00
|
|
|
(Var("github_mirror") % "typed_data") + Var("typed_data_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/usage":
|
2016-09-01 08:12:23 +00:00
|
|
|
(Var("github_mirror") % "usage") + Var("usage_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/utf":
|
2016-09-01 08:12:23 +00:00
|
|
|
(Var("github_mirror") % "utf") + Var("utf_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/watcher":
|
2015-05-28 12:24:22 +00:00
|
|
|
(Var("github_mirror") % "watcher") + Var("watcher_tag"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/web_components":
|
2015-05-28 12:24:22 +00:00
|
|
|
(Var("github_mirror") % "web-components") +
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("web_components_rev"),
|
2016-03-21 19:43:25 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/web_socket_channel":
|
2017-03-15 15:02:51 +00:00
|
|
|
(Var("github_mirror") % "web_socket_channel") +
|
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":
|
2015-09-10 21:52:06 +00:00
|
|
|
(Var("github_mirror") % "yaml") + 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',
|
2016-11-07 21:13:58 +00:00
|
|
|
'--running-as-hook', '--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',
|
|
|
|
'--running-as-hook', '--arch', 'amd64'],
|
|
|
|
},
|
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
|
|
|
},
|
2016-10-04 16:19:07 +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
|
|
|
]
|