| Rico Wind | f34fae8 | 2015-05-16 13:17:10 | [diff] [blame] | 1 | # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2 | # for details. All rights reserved. Use of this source code is governed by a |
| 3 | # BSD-style license that can be found in the LICENSE file. |
| 4 | |
| 5 | vars = { |
| 6 | # The dart_root is the root of our sdk checkout. This is normally |
| 7 | # simply sdk, but if using special gclient specs it can be different. |
| 8 | "dart_root": "sdk", |
| 9 | |
| Rico Wind | 3e38d5a | 2015-05-28 12:24:22 | [diff] [blame] | 10 | # We use mirrors of all github repos to guarantee reproducibility and |
| 11 | # consistency between what users see and what the bots see. |
| 12 | # We need the mirrors to not have 100+ bots pulling github constantly. |
| 13 | # We mirror our github repos on chromium git servers. |
| 14 | # DO NOT use this var if you don't see a mirror here: |
| 15 | # https://chromium.googlesource.com/ |
| 16 | # named like: |
| 17 | # external/github.com/dart-lang/NAME |
| 18 | # It is ok to add a dependency directly on dart-lang (dart-lang only) |
| 19 | # github repo until the mirror has been created, but please do file a bug |
| 20 | # against infra to make that happen. |
| 21 | "github_mirror": |
| 22 | "https://chromium.googlesource.com/external/github.com/dart-lang/%s.git", |
| Rico Wind | ae93746 | 2015-05-26 08:44:57 | [diff] [blame] | 23 | |
| John McCutchan | 9f78535 | 2016-06-22 17:32:51 | [diff] [blame] | 24 | # Chromium git |
| 25 | "chromium_git": "https://chromium.googlesource.com", |
| 26 | |
| Natalie Weizenbaum | c7b7c64 | 2016-03-21 19:43:25 | [diff] [blame] | 27 | # Only use this temporarily while waiting for a mirror for a new package. |
| 28 | "github_dartlang": "https://github.com/dart-lang/%s.git", |
| 29 | |
| Rico Wind | 3487bf8 | 2015-07-30 13:18:54 | [diff] [blame] | 30 | "gyp_rev": "@6ee91ad8659871916f9aa840d42e1513befdf638", |
| William Hesse | 41ece1a | 2016-05-30 20:11:30 | [diff] [blame] | 31 | "co19_rev": "@3f0a4bc9a080a792cdf5f093147a900f99ea301f", |
| John McCutchan | 9f78535 | 2016-06-22 17:32:51 | [diff] [blame] | 32 | |
| 33 | # Revisions of GN/Mojo/Flutter related dependencies. |
| 34 | "base_revision": "@672b04e54b937ec899429a6bd5409c5a6300d151", |
| 35 | "buildtools_revision": "@565d04e8741429fb1b4f26d102f2c6c3b849edeb", |
| Rico Wind | f34fae8 | 2015-05-16 13:17:10 | [diff] [blame] | 36 | |
| 37 | # Revisions of /third_party/* dependencies. |
| Natalie Weizenbaum | 4b894d4 | 2016-08-01 21:04:13 | [diff] [blame] | 38 | "args_tag": "@0.13.5", |
| Natalie Weizenbaum | 86cd6b2 | 2016-08-02 00:12:29 | [diff] [blame] | 39 | "async_tag": "@1.11.0", |
| Kevin Moore | 9c5e6fa | 2016-04-21 18:07:51 | [diff] [blame] | 40 | "barback-0.13.0_rev": "@34853", |
| 41 | "barback-0.14.0_rev": "@36398", |
| 42 | "barback-0.14.1_rev": "@38525", |
| Tim Blasi | 095876e | 2015-09-18 00:36:18 | [diff] [blame] | 43 | "barback_tag" : "@0.15.2+7", |
| Jacob MacDonald | d2e2241 | 2016-04-14 14:46:33 | [diff] [blame] | 44 | "bazel_worker_tag": "@v0.1.0", |
| Natalie Weizenbaum | c7b7c64 | 2016-03-21 19:43:25 | [diff] [blame] | 45 | "boolean_selector_tag" : "@1.0.0", |
| Zachary Anderson | fc42f03 | 2016-08-05 16:56:03 | [diff] [blame] | 46 | "boringssl_rev" : "@8d343b44bbab829d1a28fdef650ca95f7db4412e", |
| pq | 3dc3b54 | 2015-05-26 18:07:30 | [diff] [blame] | 47 | "charcode_tag": "@1.1.0", |
| Rico Wind | f34fae8 | 2015-05-16 13:17:10 | [diff] [blame] | 48 | "chrome_rev" : "@19997", |
| pq | 7e5c54a | 2015-05-27 19:37:39 | [diff] [blame] | 49 | "cli_util_tag" : "@0.0.1+2", |
| Sigmund Cherem | d1d4659 | 2016-05-31 22:48:54 | [diff] [blame] | 50 | "code_transformers_rev": "@bfe9799e88d9c231747435e1c1d2495ef5ecd966", |
| Natalie Weizenbaum | 279c5d6 | 2016-08-15 21:57:49 | [diff] [blame] | 51 | "collection_tag": "@1.9.0", |
| Natalie Weizenbaum | 2427489 | 2016-06-21 21:11:44 | [diff] [blame] | 52 | "convert_tag": "@2.0.0", |
| 53 | "crypto_tag" : "@2.0.1", |
| Rico Wind | f34fae8 | 2015-05-16 13:17:10 | [diff] [blame] | 54 | "csslib_tag" : "@0.12.0", |
| Harry Terkelsen | 9a56c7e | 2015-11-12 22:10:49 | [diff] [blame] | 55 | "dart2js_info_rev" : "@0a221eaf16aec3879c45719de656680ccb80d8a1", |
| Rico Wind | f34fae8 | 2015-05-16 13:17:10 | [diff] [blame] | 56 | "dart_services_rev" : "@7aea2574e6f3924bf409a80afb8ad52aa2be4f97", |
| Bob Nystrom | ac67dba | 2016-08-16 22:55:00 | [diff] [blame] | 57 | "dart_style_tag": "@0.2.9+1", |
| keertip | 7324a4a | 2016-08-29 13:25:54 | [diff] [blame] | 58 | "dartdoc_tag" : "@v0.9.7+2", |
| Jacob Richman | d165e4e | 2016-08-05 16:36:15 | [diff] [blame] | 59 | "dev_compiler_rev": "@fa084164b620ea75cd2008c9dc317655a045ad6d", |
| Bob Nystrom | 635388c | 2016-05-10 23:58:11 | [diff] [blame] | 60 | "fixnum_tag": "@0.10.5", |
| Sigmund Cherem | bf9ab64 | 2016-04-19 21:53:40 | [diff] [blame] | 61 | "func_rev": "@8d4aea75c21be2179cb00dc2b94a71414653094e", |
| Rico Wind | f34fae8 | 2015-05-16 13:17:10 | [diff] [blame] | 62 | "glob_rev": "@704cf75e4f26b417505c5c611bdaacd8808467dd", |
| Rico Wind | f34fae8 | 2015-05-16 13:17:10 | [diff] [blame] | 63 | "html_tag" : "@0.12.1+1", |
| Natalie Weizenbaum | 5cfc7ab | 2015-12-09 23:53:55 | [diff] [blame] | 64 | "http_multi_server_tag" : "@2.0.0", |
| Natalie Weizenbaum | 2427489 | 2016-06-21 21:11:44 | [diff] [blame] | 65 | "http_parser_tag" : "@3.0.2", |
| Kevin Moore | 9c5e6fa | 2016-04-21 18:07:51 | [diff] [blame] | 66 | "http_tag" : "@0.11.3+3", |
| Rico Wind | f34fae8 | 2015-05-16 13:17:10 | [diff] [blame] | 67 | "http_throttle_rev" : "@a81f08be942cdd608883c7b67795c12226abc235", |
| Terry Lucas | a552c24 | 2016-03-06 23:10:36 | [diff] [blame] | 68 | "idl_parser_rev": "@7fbe68cab90c38147dee4f48c30ad0d496c17915", |
| Sigmund Cherem | d1d4659 | 2016-05-31 22:48:54 | [diff] [blame] | 69 | "initialize_rev": "@595d501a92c3716395ad2d81f9aabdb9f90879b6", |
| Stephen Adams | 50a25ae | 2016-06-06 23:31:19 | [diff] [blame] | 70 | "intl_tag": "@0.13.0", |
| Konstantin Shcheglov | fbb6f4b | 2016-07-08 20:02:22 | [diff] [blame] | 71 | "isolate_tag": "@0.2.2", |
| Rico Wind | f34fae8 | 2015-05-16 13:17:10 | [diff] [blame] | 72 | "jinja2_rev": "@2222b31554f03e62600cd7e383376a7c187967a1", |
| Natalie Weizenbaum | c7b7c64 | 2016-03-21 19:43:25 | [diff] [blame] | 73 | "json_rpc_2_tag": "@2.0.0", |
| pq | e5029df | 2016-08-15 17:46:03 | [diff] [blame] | 74 | "linter_rev": "@da3ec6ae914b40332fa6b6e100c1d4aabe9e27ca", |
| Rico Wind | f34fae8 | 2015-05-16 13:17:10 | [diff] [blame] | 75 | "logging_rev": "@85d83e002670545e9039ad3985f0018ab640e597", |
| keertip | 895abbf | 2015-09-22 16:44:56 | [diff] [blame] | 76 | "markdown_rev": "@4aaadf3d940bb172e1f6285af4d2b1710d309982", |
| Rico Wind | f34fae8 | 2015-05-16 13:17:10 | [diff] [blame] | 77 | "matcher_tag": "@0.12.0", |
| 78 | "metatest_rev": "@e5aa8e4e19fc4188ac2f6d38368a47d8f07c3df1", |
| 79 | "mime_rev": "@75890811d4af5af080351ba8a2853ad4c8df98dd", |
| keertip | 91b2281 | 2015-06-15 16:25:44 | [diff] [blame] | 80 | "mustache4dart_rev" : "@5724cfd85151e5b6b53ddcd3380daf188fe47f92", |
| Natalie Weizenbaum | 85dc045 | 2015-12-02 22:06:05 | [diff] [blame] | 81 | "oauth2_tag": "@1.0.0", |
| Carlo Bernaschina | de0fabc | 2016-08-04 00:57:08 | [diff] [blame] | 82 | "observatory_pub_packages_rev": "@a01235b5b71df27b602dae4676d0bf771cbe7fa2", |
| Kevin Moore | 9c5e6fa | 2016-04-21 18:07:51 | [diff] [blame] | 83 | "observe_rev": "@eee2b8ec34236fa46982575fbccff84f61202ac6", |
| Kevin Moore | 17a2ddf | 2016-07-27 15:42:05 | [diff] [blame] | 84 | "package_config_rev": "@1.0.0", |
| Natalie Weizenbaum | fefbf85 | 2016-08-15 22:38:21 | [diff] [blame] | 85 | "package_resolver_tag": "@1.0.1", |
| Natalie Weizenbaum | 04eb071 | 2015-07-09 21:13:44 | [diff] [blame] | 86 | "path_tag": "@1.3.6", |
| Brian Wilkerson | d87f9c0 | 2016-05-11 16:54:29 | [diff] [blame] | 87 | "plugin_tag": "@0.2.0", |
| Kevin Moore | 9c5e6fa | 2016-04-21 18:07:51 | [diff] [blame] | 88 | "ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93", |
| Natalie Weizenbaum | 5cfc7ab | 2015-12-09 23:53:55 | [diff] [blame] | 89 | "pool_tag": "@1.2.1", |
| Kevin Moore | 6996e38 | 2016-04-15 18:35:32 | [diff] [blame] | 90 | "protobuf_tag": "@0.5.1+1", |
| keertip | 463e5b2 | 2015-07-16 20:09:30 | [diff] [blame] | 91 | "pub_cache_tag": "@v0.1.0", |
| Natalie Weizenbaum | 38dccc8 | 2016-08-16 22:48:20 | [diff] [blame] | 92 | "pub_rev": "@101aa44a4aebaefd0796ce44e6d155cd79fe2db4", |
| Natalie Weizenbaum | 86cd6b2 | 2016-08-02 00:12:29 | [diff] [blame] | 93 | "pub_semver_tag": "@1.3.0", |
| keertip | 91b2281 | 2015-06-15 16:25:44 | [diff] [blame] | 94 | "quiver_tag": "@0.21.4", |
| keertip | 99b9526 | 2016-02-18 23:29:17 | [diff] [blame] | 95 | "resource_rev":"@a49101ba2deb29c728acba6fb86000a8f730f4b1", |
| Zachary Anderson | 7308e58 | 2016-03-29 18:22:03 | [diff] [blame] | 96 | "root_certificates_rev": "@aed07942ce98507d2be28cbd29e879525410c7fc", |
| William Hesse | 504f94e | 2016-07-08 20:06:09 | [diff] [blame] | 97 | "scheduled_test_tag": "@0.12.6", |
| Natalie Weizenbaum | 2427489 | 2016-06-21 21:11:44 | [diff] [blame] | 98 | "shelf_static_tag": "@0.2.3+4", |
| 99 | "shelf_tag": "@0.6.5+2", |
| Natalie Weizenbaum | c7b7c64 | 2016-03-21 19:43:25 | [diff] [blame] | 100 | "shelf_web_socket_tag": "@0.2.0", |
| Kevin Moore | 9c5e6fa | 2016-04-21 18:07:51 | [diff] [blame] | 101 | "smoke_rev" : "@f3361191cc2a85ebc1e4d4c33aec672d7915aba9", |
| Natalie Weizenbaum | 49948ac | 2015-07-07 20:14:22 | [diff] [blame] | 102 | "source_map_stack_trace_tag": "@1.0.4", |
| Kevin Moore | 9c5e6fa | 2016-04-21 18:07:51 | [diff] [blame] | 103 | "source_maps-0.9.4_rev": "@38524", |
| 104 | "source_maps_tag": "@0.10.1", |
| Natalie Weizenbaum | 35f86f7 | 2015-09-09 00:39:26 | [diff] [blame] | 105 | "source_span_tag": "@1.2.0", |
| keertip | 41522f8 | 2015-10-22 17:27:45 | [diff] [blame] | 106 | "stack_trace_tag": "@1.4.2", |
| Natalie Weizenbaum | 86cd6b2 | 2016-08-02 00:12:29 | [diff] [blame] | 107 | "stream_channel_tag": "@1.5.0", |
| Natalie Weizenbaum | 35f86f7 | 2015-09-09 00:39:26 | [diff] [blame] | 108 | "string_scanner_tag": "@0.1.4", |
| Rico Wind | f34fae8 | 2015-05-16 13:17:10 | [diff] [blame] | 109 | "sunflower_rev": "@879b704933413414679396b129f5dfa96f7a0b1e", |
| Rico Wind | f34fae8 | 2015-05-16 13:17:10 | [diff] [blame] | 110 | "test_reflective_loader_tag": "@0.0.3", |
| William Hesse | 504f94e | 2016-07-08 20:06:09 | [diff] [blame] | 111 | "test_tag": "@0.12.15+1", |
| Natalie Weizenbaum | c7b7c64 | 2016-03-21 19:43:25 | [diff] [blame] | 112 | "typed_data_tag": "@1.1.2", |
| Rico Wind | f34fae8 | 2015-05-16 13:17:10 | [diff] [blame] | 113 | "usage_rev": "@b5080dac0d26a5609b266f8fdb0d053bc4c1c638", |
| Kevin Moore | 9c5e6fa | 2016-04-21 18:07:51 | [diff] [blame] | 114 | "utf_rev": "@1f55027068759e2d52f2c12de6a57cce5f3c5ee6", |
| Natalie Weizenbaum | 2dd8bee | 2016-05-03 23:15:35 | [diff] [blame] | 115 | "watcher_tag": "@0.9.7+2", |
| Harry Terkelsen | 153365a | 2016-03-29 21:42:59 | [diff] [blame] | 116 | "web_components_rev": "@6349e09f9118dce7ae1b309af5763745e25a9d61", |
| Natalie Weizenbaum | 2427489 | 2016-06-21 21:11:44 | [diff] [blame] | 117 | "web_socket_channel_tag": "@1.0.4", |
| Terry Lucas | a552c24 | 2016-03-06 23:10:36 | [diff] [blame] | 118 | "WebCore_rev": "@a86fe28efadcfc781f836037a80f27e22a5dad17", |
| Kevin Moore | 9c5e6fa | 2016-04-21 18:07:51 | [diff] [blame] | 119 | "when_tag": "@0.2.0+2", |
| 120 | "which_tag": "@0.1.3+1", |
| Natalie Weizenbaum | b49d1b9 | 2015-09-10 21:52:06 | [diff] [blame] | 121 | "yaml_tag": "@2.1.5", |
| Rico Wind | f34fae8 | 2015-05-16 13:17:10 | [diff] [blame] | 122 | "zlib_rev": "@c3d0a6190f2f8c924a05ab6cc97b8f975bddd33f", |
| Rico Wind | f34fae8 | 2015-05-16 13:17:10 | [diff] [blame] | 123 | } |
| 124 | |
| 125 | deps = { |
| 126 | # Stuff needed for GYP to run. |
| 127 | Var("dart_root") + "/third_party/gyp": |
| Rico Wind | 3487bf8 | 2015-07-30 13:18:54 | [diff] [blame] | 128 | Var('chromium_git') + '/external/gyp.git' + Var("gyp_rev"), |
| Rico Wind | f34fae8 | 2015-05-16 13:17:10 | [diff] [blame] | 129 | |
| John McCutchan | 9f78535 | 2016-06-22 17:32:51 | [diff] [blame] | 130 | # Stuff needed for GN/Mojo/Flutter. |
| 131 | Var("dart_root") + "/base": |
| 132 | Var('chromium_git') + '/external/github.com/domokit/base' + Var('base_revision'), |
| 133 | |
| 134 | Var("dart_root") + "/buildtools": |
| 135 | Var('chromium_git') + '/chromium/buildtools.git' + |
| 136 | Var('buildtools_revision'), |
| 137 | |
| Rico Wind | dccaad9 | 2015-05-28 12:25:59 | [diff] [blame] | 138 | Var("dart_root") + "/tests/co19/src": |
| Rico Wind | 0ca8b30 | 2015-06-08 17:24:29 | [diff] [blame] | 139 | (Var("github_mirror") % "co19") + Var("co19_rev"), |
| Rico Wind | f34fae8 | 2015-05-16 13:17:10 | [diff] [blame] | 140 | |
| Rico Wind | f34fae8 | 2015-05-16 13:17:10 | [diff] [blame] | 141 | Var("dart_root") + "/third_party/zlib": |
| 142 | Var("chromium_git") + "/chromium/src/third_party/zlib.git" + |
| 143 | Var("zlib_rev"), |
| 144 | |
| William Hesse | 13bf8ff | 2015-08-26 12:42:12 | [diff] [blame] | 145 | Var("dart_root") + "/third_party/boringssl/src": |
| 146 | "https://boringssl.googlesource.com/boringssl.git" + |
| 147 | Var("boringssl_rev"), |
| 148 | |
| 149 | Var("dart_root") + "/third_party/root_certificates": |
| 150 | "https://github.com/dart-lang/root_certificates.git" + |
| 151 | Var("root_certificates_rev"), |
| 152 | |
| Rico Wind | f34fae8 | 2015-05-16 13:17:10 | [diff] [blame] | 153 | Var("dart_root") + "/third_party/jinja2": |
| 154 | Var("chromium_git") + "/chromium/src/third_party/jinja2.git" + |
| 155 | Var("jinja2_rev"), |
| 156 | |
| 157 | Var("dart_root") + "/third_party/ply": |
| 158 | Var("chromium_git") + "/chromium/src/third_party/ply.git" + |
| 159 | Var("ply_rev"), |
| 160 | |
| Terry Lucas | a552c24 | 2016-03-06 23:10:36 | [diff] [blame] | 161 | Var("dart_root") + "/tools/idl_parser": |
| Rico Wind | f34fae8 | 2015-05-16 13:17:10 | [diff] [blame] | 162 | Var("chromium_git") + "/chromium/src/tools/idl_parser.git" + |
| 163 | Var("idl_parser_rev"), |
| 164 | |
| Rico Wind | f34fae8 | 2015-05-16 13:17:10 | [diff] [blame] | 165 | Var("dart_root") + "/third_party/WebCore": |
| William Hesse | 9cb6e96 | 2015-12-22 12:55:55 | [diff] [blame] | 166 | "https://github.com/dart-lang/webcore.git" + Var("WebCore_rev"), |
| Rico Wind | f34fae8 | 2015-05-16 13:17:10 | [diff] [blame] | 167 | |
| Rico Wind | f34fae8 | 2015-05-16 13:17:10 | [diff] [blame] | 168 | Var("dart_root") + "/third_party/pkg/args": |
| Rico Wind | 3e38d5a | 2015-05-28 12:24:22 | [diff] [blame] | 169 | (Var("github_mirror") % "args") + Var("args_tag"), |
| Natalie Weizenbaum | 49948ac | 2015-07-07 20:14:22 | [diff] [blame] | 170 | Var("dart_root") + "/third_party/pkg/async": |
| William Hesse | 8c2fb6f | 2015-07-19 17:07:54 | [diff] [blame] | 171 | (Var("github_mirror") % "async") + Var("async_tag"), |
| Rico Wind | f34fae8 | 2015-05-16 13:17:10 | [diff] [blame] | 172 | Var("dart_root") + "/third_party/pkg/barback": |
| Natalie Weizenbaum | 7d6a449 | 2015-07-20 22:29:48 | [diff] [blame] | 173 | (Var("github_mirror") % "barback") + Var("barback_tag"), |
| Jacob MacDonald | d2e2241 | 2016-04-14 14:46:33 | [diff] [blame] | 174 | Var("dart_root") + "/third_party/pkg/bazel_worker": |
| 175 | (Var("github_dartlang") % "bazel_worker") + Var("bazel_worker_tag"), |
| Natalie Weizenbaum | c7b7c64 | 2016-03-21 19:43:25 | [diff] [blame] | 176 | Var("dart_root") + "/third_party/pkg/boolean_selector": |
| 177 | (Var("github_dartlang") % "boolean_selector") + |
| 178 | Var("boolean_selector_tag"), |
| pq | 3dc3b54 | 2015-05-26 18:07:30 | [diff] [blame] | 179 | Var("dart_root") + "/third_party/pkg/charcode": |
| Rico Wind | 0ca8b30 | 2015-06-08 17:24:29 | [diff] [blame] | 180 | (Var("github_mirror") % "charcode") + Var("charcode_tag"), |
| pq | 7e5c54a | 2015-05-27 19:37:39 | [diff] [blame] | 181 | Var("dart_root") + "/third_party/pkg/cli_util": |
| Rico Wind | 0ca8b30 | 2015-06-08 17:24:29 | [diff] [blame] | 182 | (Var("github_mirror") % "cli_util") + Var("cli_util_tag"), |
| Rico Wind | f34fae8 | 2015-05-16 13:17:10 | [diff] [blame] | 183 | Var("dart_root") + "/third_party/pkg/collection": |
| Natalie Weizenbaum | 2dd8bee | 2016-05-03 23:15:35 | [diff] [blame] | 184 | (Var("github_mirror") % "collection") + Var("collection_tag"), |
| Natalie Weizenbaum | 5cfc7ab | 2015-12-09 23:53:55 | [diff] [blame] | 185 | Var("dart_root") + "/third_party/pkg/convert": |
| 186 | "https://github.com/dart-lang/convert.git" + Var("convert_tag"), |
| Rico Wind | f34fae8 | 2015-05-16 13:17:10 | [diff] [blame] | 187 | Var("dart_root") + "/third_party/pkg/crypto": |
| Kevin Moore | 5b5312a | 2016-04-15 17:00:24 | [diff] [blame] | 188 | (Var("github_mirror") % "crypto") + Var("crypto_tag"), |
| Rico Wind | f34fae8 | 2015-05-16 13:17:10 | [diff] [blame] | 189 | Var("dart_root") + "/third_party/pkg/csslib": |
| Rico Wind | 3e38d5a | 2015-05-28 12:24:22 | [diff] [blame] | 190 | (Var("github_mirror") % "csslib") + Var("csslib_tag"), |
| Sigmund Cherem | d1d4659 | 2016-05-31 22:48:54 | [diff] [blame] | 191 | Var("dart_root") + "/third_party/pkg/code_transformers": |
| 192 | (Var("github_dartlang") % "code_transformers") + |
| 193 | Var("code_transformers_rev"), |
| William Hesse | 6d7bf42 | 2015-12-21 12:54:54 | [diff] [blame] | 194 | Var("dart_root") + "/third_party/dart-services": |
| 195 | (Var("github_mirror") % "dart-services") + |
| 196 | Var("dart_services_rev"), |
| Rico Wind | f34fae8 | 2015-05-16 13:17:10 | [diff] [blame] | 197 | Var("dart_root") + "/third_party/pkg_tested/dart_style": |
| Rico Wind | 3e38d5a | 2015-05-28 12:24:22 | [diff] [blame] | 198 | (Var("github_mirror") % "dart_style") + Var("dart_style_tag"), |
| Sigmund Cherem | 8896ccd | 2015-08-18 22:44:38 | [diff] [blame] | 199 | Var("dart_root") + "/third_party/pkg/dart2js_info": |
| 200 | (Var("github_mirror") % "dart2js_info") + Var("dart2js_info_rev"), |
| Bob Nystrom | 59286aa | 2015-07-22 01:32:42 | [diff] [blame] | 201 | Var("dart_root") + "/third_party/pkg/dartdoc": |
| keertip | 44377f6 | 2015-11-23 22:41:32 | [diff] [blame] | 202 | (Var("github_mirror") % "dartdoc") + Var("dartdoc_tag"), |
| John Messerly | de4a144 | 2015-06-18 22:38:47 | [diff] [blame] | 203 | Var("dart_root") + "/third_party/pkg/dev_compiler": |
| William Hesse | 13335eb | 2015-08-06 12:03:42 | [diff] [blame] | 204 | (Var("github_mirror") % "dev_compiler") + Var("dev_compiler_rev"), |
| Sigmund Cherem | bf9ab64 | 2016-04-19 21:53:40 | [diff] [blame] | 205 | Var("dart_root") + "/third_party/pkg/func": |
| 206 | (Var("github_dartlang") % "func") + Var("func_rev"), |
| Kevin Moore | 9c5e6fa | 2016-04-21 18:07:51 | [diff] [blame] | 207 | Var("dart_root") + "/third_party/pkg/fixnum": |
| 208 | "https://github.com/dart-lang/fixnum.git" + Var("fixnum_tag"), |
| Rico Wind | f34fae8 | 2015-05-16 13:17:10 | [diff] [blame] | 209 | Var("dart_root") + "/third_party/pkg/glob": |
| Rico Wind | 3e38d5a | 2015-05-28 12:24:22 | [diff] [blame] | 210 | (Var("github_mirror") % "glob") + Var("glob_rev"), |
| Rico Wind | f34fae8 | 2015-05-16 13:17:10 | [diff] [blame] | 211 | Var("dart_root") + "/third_party/pkg/html": |
| Rico Wind | 3e38d5a | 2015-05-28 12:24:22 | [diff] [blame] | 212 | (Var("github_mirror") % "html") + Var("html_tag"), |
| Rico Wind | f34fae8 | 2015-05-16 13:17:10 | [diff] [blame] | 213 | Var("dart_root") + "/third_party/pkg/http": |
| Natalie Weizenbaum | 6f3168a | 2016-01-05 21:24:12 | [diff] [blame] | 214 | (Var("github_mirror") % "http") + Var("http_tag"), |
| Rico Wind | f34fae8 | 2015-05-16 13:17:10 | [diff] [blame] | 215 | Var("dart_root") + "/third_party/pkg/http_multi_server": |
| Rico Wind | 3e38d5a | 2015-05-28 12:24:22 | [diff] [blame] | 216 | (Var("github_mirror") % "http_multi_server") + |
| Rico Wind | f34fae8 | 2015-05-16 13:17:10 | [diff] [blame] | 217 | Var("http_multi_server_tag"), |
| 218 | Var("dart_root") + "/third_party/pkg/http_parser": |
| Natalie Weizenbaum | 5cfc7ab | 2015-12-09 23:53:55 | [diff] [blame] | 219 | (Var("github_mirror") % "http_parser") + Var("http_parser_tag"), |
| Rico Wind | f34fae8 | 2015-05-16 13:17:10 | [diff] [blame] | 220 | Var("dart_root") + "/third_party/pkg/http_throttle": |
| Rico Wind | 3e38d5a | 2015-05-28 12:24:22 | [diff] [blame] | 221 | (Var("github_mirror") % "http_throttle") + |
| Rico Wind | f34fae8 | 2015-05-16 13:17:10 | [diff] [blame] | 222 | Var("http_throttle_rev"), |
| Sigmund Cherem | d1d4659 | 2016-05-31 22:48:54 | [diff] [blame] | 223 | Var("dart_root") + "/third_party/pkg/initialize": |
| 224 | (Var("github_dartlang") % "initialize") + Var("initialize_rev"), |
| William Hesse | db90a9f | 2015-12-17 10:22:35 | [diff] [blame] | 225 | Var("dart_root") + "/third_party/pkg/intl": |
| Stephen Adams | 50a25ae | 2016-06-06 23:31:19 | [diff] [blame] | 226 | (Var("github_mirror") % "intl") + Var("intl_tag"), |
| Konstantin Shcheglov | fbb6f4b | 2016-07-08 20:02:22 | [diff] [blame] | 227 | Var("dart_root") + "/third_party/pkg/isolate": |
| 228 | (Var("github_dartlang") % "isolate") + Var("isolate_tag"), |
| Rico Wind | f34fae8 | 2015-05-16 13:17:10 | [diff] [blame] | 229 | Var("dart_root") + "/third_party/pkg/json_rpc_2": |
| Natalie Weizenbaum | e5a9479 | 2015-07-27 23:16:56 | [diff] [blame] | 230 | (Var("github_mirror") % "json_rpc_2") + Var("json_rpc_2_tag"), |
| Rico Wind | f34fae8 | 2015-05-16 13:17:10 | [diff] [blame] | 231 | Var("dart_root") + "/third_party/pkg/linter": |
| pq | a1d528f | 2015-09-09 21:34:21 | [diff] [blame] | 232 | (Var("github_mirror") % "linter") + Var("linter_rev"), |
| Rico Wind | f34fae8 | 2015-05-16 13:17:10 | [diff] [blame] | 233 | Var("dart_root") + "/third_party/pkg/logging": |
| Rico Wind | 3e38d5a | 2015-05-28 12:24:22 | [diff] [blame] | 234 | (Var("github_mirror") % "logging") + Var("logging_rev"), |
| Rico Wind | f34fae8 | 2015-05-16 13:17:10 | [diff] [blame] | 235 | Var("dart_root") + "/third_party/pkg/markdown": |
| William Hesse | 9fa9698 | 2015-08-18 08:23:20 | [diff] [blame] | 236 | (Var("github_mirror") % "markdown") + Var("markdown_rev"), |
| Rico Wind | f34fae8 | 2015-05-16 13:17:10 | [diff] [blame] | 237 | Var("dart_root") + "/third_party/pkg/matcher": |
| Rico Wind | 3e38d5a | 2015-05-28 12:24:22 | [diff] [blame] | 238 | (Var("github_mirror") % "matcher") + Var("matcher_tag"), |
| Rico Wind | f34fae8 | 2015-05-16 13:17:10 | [diff] [blame] | 239 | Var("dart_root") + "/third_party/pkg/metatest": |
| Rico Wind | 3e38d5a | 2015-05-28 12:24:22 | [diff] [blame] | 240 | (Var("github_mirror") % "metatest") + Var("metatest_rev"), |
| Rico Wind | f34fae8 | 2015-05-16 13:17:10 | [diff] [blame] | 241 | Var("dart_root") + "/third_party/pkg/mime": |
| Rico Wind | 3e38d5a | 2015-05-28 12:24:22 | [diff] [blame] | 242 | (Var("github_mirror") % "mime") + Var("mime_rev"), |
| Bob Nystrom | 59286aa | 2015-07-22 01:32:42 | [diff] [blame] | 243 | Var("dart_root") + "/third_party/pkg/mustache4dart": |
| 244 | Var("chromium_git") |
| 245 | + "/external/github.com/valotas/mustache4dart.git" |
| keertip | 72ac998 | 2015-06-18 17:30:28 | [diff] [blame] | 246 | + Var("mustache4dart_rev"), |
| Rico Wind | f34fae8 | 2015-05-16 13:17:10 | [diff] [blame] | 247 | Var("dart_root") + "/third_party/pkg/oauth2": |
| Natalie Weizenbaum | 85dc045 | 2015-12-02 22:06:05 | [diff] [blame] | 248 | (Var("github_mirror") % "oauth2") + Var("oauth2_tag"), |
| Rico Wind | f34fae8 | 2015-05-16 13:17:10 | [diff] [blame] | 249 | Var("dart_root") + "/third_party/pkg/observe": |
| Rico Wind | 3e38d5a | 2015-05-28 12:24:22 | [diff] [blame] | 250 | (Var("github_mirror") % "observe") + Var("observe_rev"), |
| William Hesse | ffd2775 | 2015-07-17 10:30:41 | [diff] [blame] | 251 | Var("dart_root") + "/third_party/observatory_pub_packages": |
| Bob Nystrom | 59286aa | 2015-07-22 01:32:42 | [diff] [blame] | 252 | (Var("github_mirror") % "observatory_pub_packages") |
| William Hesse | ffd2775 | 2015-07-17 10:30:41 | [diff] [blame] | 253 | + Var("observatory_pub_packages_rev"), |
| William Hesse | e292870 | 2015-08-18 13:04:41 | [diff] [blame] | 254 | Var("dart_root") + "/third_party/pkg_tested/package_config": |
| Rico Wind | 3e38d5a | 2015-05-28 12:24:22 | [diff] [blame] | 255 | (Var("github_mirror") % "package_config") + |
| pq | 5f4b7a9 | 2015-08-18 17:00:58 | [diff] [blame] | 256 | Var("package_config_rev"), |
| Natalie Weizenbaum | 279c5d6 | 2016-08-15 21:57:49 | [diff] [blame] | 257 | Var("dart_root") + "/third_party/pkg_tested/package_resolver": |
| 258 | "https://github.com/dart-lang/package_resolver.git" + |
| Natalie Weizenbaum | 5b74878 | 2016-08-15 22:30:51 | [diff] [blame] | 259 | Var("package_resolver_tag"), |
| Rico Wind | f34fae8 | 2015-05-16 13:17:10 | [diff] [blame] | 260 | Var("dart_root") + "/third_party/pkg/path": |
| Natalie Weizenbaum | 04eb071 | 2015-07-09 21:13:44 | [diff] [blame] | 261 | (Var("github_mirror") % "path") + Var("path_tag"), |
| Rico Wind | f34fae8 | 2015-05-16 13:17:10 | [diff] [blame] | 262 | Var("dart_root") + "/third_party/pkg/plugin": |
| Rico Wind | 3e38d5a | 2015-05-28 12:24:22 | [diff] [blame] | 263 | (Var("github_mirror") % "plugin") + Var("plugin_tag"), |
| Rico Wind | f34fae8 | 2015-05-16 13:17:10 | [diff] [blame] | 264 | Var("dart_root") + "/third_party/pkg/pool": |
| Natalie Weizenbaum | 5cfc7ab | 2015-12-09 23:53:55 | [diff] [blame] | 265 | (Var("github_mirror") % "pool") + Var("pool_tag"), |
| Jacob MacDonald | 92419d0 | 2016-04-06 20:49:32 | [diff] [blame] | 266 | Var("dart_root") + "/third_party/pkg/protobuf": |
| 267 | (Var("github_dartlang") % "dart-protobuf") + Var("protobuf_tag"), |
| Rico Wind | f34fae8 | 2015-05-16 13:17:10 | [diff] [blame] | 268 | Var("dart_root") + "/third_party/pkg/pub_semver": |
| Rico Wind | 3e38d5a | 2015-05-28 12:24:22 | [diff] [blame] | 269 | (Var("github_mirror") % "pub_semver") + Var("pub_semver_tag"), |
| Rico Wind | f3c6339 | 2015-06-09 06:12:51 | [diff] [blame] | 270 | Var("dart_root") + "/third_party/pkg/pub": |
| William Hesse | 8c2fb6f | 2015-07-19 17:07:54 | [diff] [blame] | 271 | (Var("github_mirror") % "pub") + Var("pub_rev"), |
| Bob Nystrom | 59286aa | 2015-07-22 01:32:42 | [diff] [blame] | 272 | Var("dart_root") + "/third_party/pkg/pub_cache": |
| keertip | 72ac998 | 2015-06-18 17:30:28 | [diff] [blame] | 273 | (Var("github_mirror") % "pub_cache") + Var("pub_cache_tag"), |
| Bob Nystrom | 59286aa | 2015-07-22 01:32:42 | [diff] [blame] | 274 | Var("dart_root") + "/third_party/pkg/quiver": |
| 275 | Var("chromium_git") |
| 276 | + "/external/github.com/google/quiver-dart.git" |
| keertip | 72ac998 | 2015-06-18 17:30:28 | [diff] [blame] | 277 | + Var("quiver_tag"), |
| keertip | 99b9526 | 2016-02-18 23:29:17 | [diff] [blame] | 278 | Var("dart_root") + "/third_party/pkg/resource": |
| 279 | "https://github.com/dart-lang/resource.git" + Var("resource_rev"), |
| Rico Wind | f34fae8 | 2015-05-16 13:17:10 | [diff] [blame] | 280 | Var("dart_root") + "/third_party/pkg/scheduled_test": |
| William Hesse | 13335eb | 2015-08-06 12:03:42 | [diff] [blame] | 281 | (Var("github_mirror") % "scheduled_test") + Var("scheduled_test_tag"), |
| Rico Wind | f34fae8 | 2015-05-16 13:17:10 | [diff] [blame] | 282 | Var("dart_root") + "/third_party/pkg/shelf": |
| Natalie Weizenbaum | 35f86f7 | 2015-09-09 00:39:26 | [diff] [blame] | 283 | (Var("github_mirror") % "shelf") + Var("shelf_tag"), |
| John Messerly | de4a144 | 2015-06-18 22:38:47 | [diff] [blame] | 284 | Var("dart_root") + "/third_party/pkg/shelf_static": |
| Natalie Weizenbaum | 35f86f7 | 2015-09-09 00:39:26 | [diff] [blame] | 285 | (Var("github_mirror") % "shelf_static") + Var("shelf_static_tag"), |
| Rico Wind | f34fae8 | 2015-05-16 13:17:10 | [diff] [blame] | 286 | Var("dart_root") + "/third_party/pkg/shelf_web_socket": |
| Rico Wind | 3e38d5a | 2015-05-28 12:24:22 | [diff] [blame] | 287 | (Var("github_mirror") % "shelf_web_socket") + |
| Natalie Weizenbaum | 35f86f7 | 2015-09-09 00:39:26 | [diff] [blame] | 288 | Var("shelf_web_socket_tag"), |
| Rico Wind | f34fae8 | 2015-05-16 13:17:10 | [diff] [blame] | 289 | Var("dart_root") + "/third_party/pkg/smoke": |
| Rico Wind | 3e38d5a | 2015-05-28 12:24:22 | [diff] [blame] | 290 | (Var("github_mirror") % "smoke") + Var("smoke_rev"), |
| Rico Wind | f34fae8 | 2015-05-16 13:17:10 | [diff] [blame] | 291 | Var("dart_root") + "/third_party/pkg/source_maps": |
| Natalie Weizenbaum | c2ed5e3 | 2015-07-07 22:08:44 | [diff] [blame] | 292 | (Var("github_mirror") % "source_maps") + Var("source_maps_tag"), |
| Rico Wind | f34fae8 | 2015-05-16 13:17:10 | [diff] [blame] | 293 | Var("dart_root") + "/third_party/pkg/source_span": |
| Natalie Weizenbaum | 0590f7e | 2015-07-08 00:59:52 | [diff] [blame] | 294 | (Var("github_mirror") % "source_span") + Var("source_span_tag"), |
| Natalie Weizenbaum | 49948ac | 2015-07-07 20:14:22 | [diff] [blame] | 295 | Var("dart_root") + "/third_party/pkg/source_map_stack_trace": |
| William Hesse | 8c2fb6f | 2015-07-19 17:07:54 | [diff] [blame] | 296 | (Var("github_mirror") % "source_map_stack_trace") + |
| Natalie Weizenbaum | 49948ac | 2015-07-07 20:14:22 | [diff] [blame] | 297 | Var("source_map_stack_trace_tag"), |
| Rico Wind | f34fae8 | 2015-05-16 13:17:10 | [diff] [blame] | 298 | Var("dart_root") + "/third_party/pkg/stack_trace": |
| Rico Wind | 3e38d5a | 2015-05-28 12:24:22 | [diff] [blame] | 299 | (Var("github_mirror") % "stack_trace") + Var("stack_trace_tag"), |
| Natalie Weizenbaum | c7b7c64 | 2016-03-21 19:43:25 | [diff] [blame] | 300 | Var("dart_root") + "/third_party/pkg/stream_channel": |
| 301 | (Var("github_dartlang") % "stream_channel") + |
| 302 | Var("stream_channel_tag"), |
| Rico Wind | f34fae8 | 2015-05-16 13:17:10 | [diff] [blame] | 303 | Var("dart_root") + "/third_party/pkg/string_scanner": |
| Rico Wind | 3e38d5a | 2015-05-28 12:24:22 | [diff] [blame] | 304 | (Var("github_mirror") % "string_scanner") + |
| Natalie Weizenbaum | 35f86f7 | 2015-09-09 00:39:26 | [diff] [blame] | 305 | Var("string_scanner_tag"), |
| Rico Wind | f34fae8 | 2015-05-16 13:17:10 | [diff] [blame] | 306 | Var("dart_root") + "/third_party/sunflower": |
| Rico Wind | 3e38d5a | 2015-05-28 12:24:22 | [diff] [blame] | 307 | (Var("github_mirror") % "sample-sunflower") + |
| Rico Wind | f34fae8 | 2015-05-16 13:17:10 | [diff] [blame] | 308 | Var("sunflower_rev"), |
| 309 | Var("dart_root") + "/third_party/pkg/test": |
| Rico Wind | 3e38d5a | 2015-05-28 12:24:22 | [diff] [blame] | 310 | (Var("github_mirror") % "test") + Var("test_tag"), |
| Rico Wind | f34fae8 | 2015-05-16 13:17:10 | [diff] [blame] | 311 | Var("dart_root") + "/third_party/pkg/test_reflective_loader": |
| Rico Wind | 3e38d5a | 2015-05-28 12:24:22 | [diff] [blame] | 312 | (Var("github_mirror") % "test_reflective_loader") + |
| Rico Wind | ae93746 | 2015-05-26 08:44:57 | [diff] [blame] | 313 | Var("test_reflective_loader_tag"), |
| Natalie Weizenbaum | c7b7c64 | 2016-03-21 19:43:25 | [diff] [blame] | 314 | Var("dart_root") + "/third_party/pkg/typed_data": |
| 315 | (Var("github_dartlang") % "typed_data") + Var("typed_data_tag"), |
| Rico Wind | f34fae8 | 2015-05-16 13:17:10 | [diff] [blame] | 316 | Var("dart_root") + "/third_party/pkg/usage": |
| Rico Wind | 3e38d5a | 2015-05-28 12:24:22 | [diff] [blame] | 317 | (Var("github_mirror") % "usage") + Var("usage_rev"), |
| Rico Wind | f34fae8 | 2015-05-16 13:17:10 | [diff] [blame] | 318 | Var("dart_root") + "/third_party/pkg/utf": |
| Rico Wind | 3e38d5a | 2015-05-28 12:24:22 | [diff] [blame] | 319 | (Var("github_mirror") % "utf") + Var("utf_rev"), |
| Rico Wind | f34fae8 | 2015-05-16 13:17:10 | [diff] [blame] | 320 | Var("dart_root") + "/third_party/pkg/watcher": |
| Rico Wind | 3e38d5a | 2015-05-28 12:24:22 | [diff] [blame] | 321 | (Var("github_mirror") % "watcher") + Var("watcher_tag"), |
| Rico Wind | f34fae8 | 2015-05-16 13:17:10 | [diff] [blame] | 322 | Var("dart_root") + "/third_party/pkg/web_components": |
| Rico Wind | 3e38d5a | 2015-05-28 12:24:22 | [diff] [blame] | 323 | (Var("github_mirror") % "web-components") + |
| Rico Wind | f34fae8 | 2015-05-16 13:17:10 | [diff] [blame] | 324 | Var("web_components_rev"), |
| Natalie Weizenbaum | c7b7c64 | 2016-03-21 19:43:25 | [diff] [blame] | 325 | Var("dart_root") + "/third_party/pkg/web_socket_channel": |
| 326 | (Var("github_dartlang") % "web_socket_channel") + |
| 327 | Var("web_socket_channel_tag"), |
| pq | 7e5c54a | 2015-05-27 19:37:39 | [diff] [blame] | 328 | Var("dart_root") + "/third_party/pkg/when": |
| Rico Wind | 0ca8b30 | 2015-06-08 17:24:29 | [diff] [blame] | 329 | (Var("github_mirror") % "when") + Var("when_tag"), |
| pq | 7e5c54a | 2015-05-27 19:37:39 | [diff] [blame] | 330 | Var("dart_root") + "/third_party/pkg/which": |
| Rico Wind | 0ca8b30 | 2015-06-08 17:24:29 | [diff] [blame] | 331 | (Var("github_mirror") % "which") + Var("which_tag"), |
| Rico Wind | f34fae8 | 2015-05-16 13:17:10 | [diff] [blame] | 332 | Var("dart_root") + "/third_party/pkg/yaml": |
| Natalie Weizenbaum | b49d1b9 | 2015-09-10 21:52:06 | [diff] [blame] | 333 | (Var("github_mirror") % "yaml") + Var("yaml_tag"), |
| Rico Wind | f34fae8 | 2015-05-16 13:17:10 | [diff] [blame] | 334 | } |
| 335 | |
| 336 | deps_os = { |
| 337 | "android": { |
| 338 | Var("dart_root") + "/third_party/android_tools": |
| 339 | Var("chromium_git") + "/android_tools.git" + |
| 340 | "@aaeda3d69df4b4352e3cac7c16bea7f16bd1ec12", |
| 341 | }, |
| 342 | "win": { |
| 343 | Var("dart_root") + "/third_party/cygwin": |
| 344 | Var("chromium_git") + "/chromium/deps/cygwin.git" + |
| 345 | "@c89e446b273697fadf3a10ff1007a97c0b7de6df", |
| Rico Wind | f34fae8 | 2015-05-16 13:17:10 | [diff] [blame] | 346 | }, |
| Rico Wind | f34fae8 | 2015-05-16 13:17:10 | [diff] [blame] | 347 | } |
| 348 | |
| 349 | # TODO(iposva): Move the necessary tools so that hooks can be run |
| 350 | # without the runtime being available. |
| 351 | hooks = [ |
| 352 | { |
| Rico Wind | f76792f | 2015-06-10 10:52:31 | [diff] [blame] | 353 | 'name': 'd8_testing_binaries', |
| 354 | 'pattern': '.', |
| 355 | 'action': [ |
| 356 | 'download_from_google_storage', |
| 357 | '--no_auth', |
| 358 | '--no_resume', |
| 359 | '--bucket', |
| 360 | 'dart-dependencies', |
| William Hesse | 0c88126 | 2015-09-02 11:11:42 | [diff] [blame] | 361 | '--recursive', |
| 362 | '--directory', |
| Rico Wind | f76792f | 2015-06-10 10:52:31 | [diff] [blame] | 363 | Var('dart_root') + '/third_party/d8', |
| 364 | ], |
| 365 | }, |
| William Hesse | 0c88126 | 2015-09-02 11:11:42 | [diff] [blame] | 366 | { |
| 367 | "name": "checked_in_dart_sdks", |
| 368 | "pattern": ".", |
| 369 | "action": [ |
| 370 | "download_from_google_storage", |
| 371 | "--no_auth", |
| 372 | "--no_resume", |
| 373 | "--bucket", |
| 374 | "dart-dependencies", |
| 375 | "--recursive", |
| 376 | "--auto_platform", |
| 377 | "--extract", |
| 378 | "--directory", |
| 379 | Var('dart_root') + "/tools/sdks", |
| 380 | ], |
| 381 | }, |
| William Hesse | d2fe7e3 | 2015-12-21 09:57:06 | [diff] [blame] | 382 | { |
| William Hesse | 79b6d81 | 2015-12-21 13:38:14 | [diff] [blame] | 383 | "name": "firefox_jsshell", |
| 384 | "pattern": ".", |
| 385 | "action": [ |
| 386 | "download_from_google_storage", |
| 387 | "--no_auth", |
| 388 | "--no_resume", |
| 389 | "--bucket", |
| 390 | "dart-dependencies", |
| 391 | "--recursive", |
| 392 | "--auto_platform", |
| 393 | "--extract", |
| 394 | "--directory", |
| 395 | Var('dart_root') + "/third_party/firefox_jsshell", |
| 396 | ], |
| 397 | }, |
| 398 | { |
| William Hesse | d2fe7e3 | 2015-12-21 09:57:06 | [diff] [blame] | 399 | "name": "drt_resources", |
| 400 | "pattern": ".", |
| 401 | "action": [ |
| 402 | "download_from_google_storage", |
| 403 | "--no_auth", |
| 404 | "--no_resume", |
| 405 | "--bucket", |
| 406 | "dart-dependencies", |
| 407 | "--platform=win32", |
| 408 | "--directory", |
| 409 | Var('dart_root') + "/third_party/drt_resources", |
| 410 | ], |
| 411 | }, |
| William Hesse | 9bfe080 | 2015-12-21 11:17:59 | [diff] [blame] | 412 | { |
| William Hesse | 811bcd1 | 2015-12-21 14:52:29 | [diff] [blame] | 413 | "name": "petitparser", |
| 414 | "pattern": ".", |
| 415 | "action": [ |
| 416 | "download_from_google_storage", |
| 417 | "--no_auth", |
| 418 | "--no_resume", |
| 419 | "--bucket", |
| 420 | "dart-dependencies", |
| 421 | "--extract", |
| 422 | "-s", |
| 423 | Var('dart_root') + "/third_party/pkg/petitparser.tar.gz.sha1", |
| 424 | ], |
| 425 | }, |
| 426 | { |
| William Hesse | 47df139 | 2016-01-26 16:07:15 | [diff] [blame] | 427 | "name": "unittest", |
| 428 | # Unittest is an early version, 0.11.6, of the package "test" |
| 429 | # Do not use it in any new tests. |
| 430 | "pattern": ".", |
| 431 | "action": [ |
| 432 | "download_from_google_storage", |
| 433 | "--no_auth", |
| 434 | "--no_resume", |
| 435 | "--bucket", |
| 436 | "dart-dependencies", |
| 437 | "--extract", |
| 438 | "-s", |
| 439 | Var('dart_root') + "/third_party/pkg/unittest.tar.gz.sha1", |
| 440 | ], |
| 441 | }, |
| 442 | { |
| William Hesse | 9bfe080 | 2015-12-21 11:17:59 | [diff] [blame] | 443 | "name": "7zip", |
| 444 | "pattern": ".", |
| 445 | "action": [ |
| 446 | "download_from_google_storage", |
| 447 | "--no_auth", |
| 448 | "--no_resume", |
| 449 | "--bucket", |
| 450 | "dart-dependencies", |
| 451 | "--platform=win32", |
| 452 | "--extract", |
| 453 | "-s", |
| 454 | Var('dart_root') + "/third_party/7zip.tar.gz.sha1", |
| 455 | ], |
| 456 | }, |
| William Hesse | 767579d | 2015-12-21 14:51:46 | [diff] [blame] | 457 | { |
| 458 | "name": "gsutil", |
| 459 | "pattern": ".", |
| 460 | "action": [ |
| 461 | "download_from_google_storage", |
| 462 | "--no_auth", |
| 463 | "--no_resume", |
| 464 | "--bucket", |
| 465 | "dart-dependencies", |
| 466 | "--extract", |
| 467 | "-s", |
| 468 | Var('dart_root') + "/third_party/gsutil.tar.gz.sha1", |
| 469 | ], |
| 470 | }, |
| William Hesse | f6183a6 | 2015-12-22 14:17:46 | [diff] [blame] | 471 | { |
| 472 | "name": "clang", |
| 473 | "pattern": ".", |
| 474 | "action": [ |
| 475 | "download_from_google_storage", |
| 476 | "--no_auth", |
| 477 | "--no_resume", |
| 478 | "--bucket", |
| 479 | "dart-dependencies", |
| 480 | "--platform=linux*", |
| 481 | "--extract", |
| 482 | "-s", |
| 483 | Var('dart_root') + "/third_party/clang.tar.gz.sha1", |
| 484 | ], |
| 485 | }, |
| Sigmund Cherem | 90cba79 | 2016-02-24 20:10:43 | [diff] [blame] | 486 | { |
| 487 | "pattern": ".", |
| 488 | "action": ["python", Var("dart_root") + "/tools/gyp_dart.py"], |
| 489 | }, |
| Rico Wind | f34fae8 | 2015-05-16 13:17:10 | [diff] [blame] | 490 | ] |