OLD | NEW |
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 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 | 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. | 3 # BSD-style license that can be found in the LICENSE file. |
4 | 4 |
5 vars = { | 5 vars = { |
6 # The dart_root is the root of our sdk checkout. This is normally | 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. | 7 # simply sdk, but if using special gclient specs it can be different. |
8 "dart_root": "sdk", | 8 "dart_root": "sdk", |
9 | 9 |
10 # The svn location to pull out dependencies from | 10 # The svn location to pull out dependencies from |
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
188 Var("dart_root") + "/third_party/pkg/cli_util": | 188 Var("dart_root") + "/third_party/pkg/cli_util": |
189 (Var("github_mirror") % "cli_util") + Var("cli_util_tag"), | 189 (Var("github_mirror") % "cli_util") + Var("cli_util_tag"), |
190 Var("dart_root") + "/third_party/pkg/collection": | 190 Var("dart_root") + "/third_party/pkg/collection": |
191 (Var("github_mirror") % "collection") + Var("collection_rev"), | 191 (Var("github_mirror") % "collection") + Var("collection_rev"), |
192 Var("dart_root") + "/third_party/pkg/crypto": | 192 Var("dart_root") + "/third_party/pkg/crypto": |
193 (Var("github_mirror") % "crypto") + Var("crypto_rev"), | 193 (Var("github_mirror") % "crypto") + Var("crypto_rev"), |
194 Var("dart_root") + "/third_party/pkg/csslib": | 194 Var("dart_root") + "/third_party/pkg/csslib": |
195 (Var("github_mirror") % "csslib") + Var("csslib_tag"), | 195 (Var("github_mirror") % "csslib") + Var("csslib_tag"), |
196 Var("dart_root") + "/third_party/pkg_tested/dart_style": | 196 Var("dart_root") + "/third_party/pkg_tested/dart_style": |
197 (Var("github_mirror") % "dart_style") + Var("dart_style_tag"), | 197 (Var("github_mirror") % "dart_style") + Var("dart_style_tag"), |
198 Var("dart_root") + "/third_party/pkg/dartdoc": | |
199 "https://github.com/dart-lang/dartdoc.git" + Var("dartdoc_tag"), | |
200 Var("dart_root") + "/third_party/pkg/glob": | 198 Var("dart_root") + "/third_party/pkg/glob": |
201 (Var("github_mirror") % "glob") + Var("glob_rev"), | 199 (Var("github_mirror") % "glob") + Var("glob_rev"), |
202 Var("dart_root") + "/third_party/pkg/html": | 200 Var("dart_root") + "/third_party/pkg/html": |
203 (Var("github_mirror") % "html") + Var("html_tag"), | 201 (Var("github_mirror") % "html") + Var("html_tag"), |
204 Var("dart_root") + "/third_party/pkg/http": | 202 Var("dart_root") + "/third_party/pkg/http": |
205 (Var("github_mirror") % "http") + Var("http_rev"), | 203 (Var("github_mirror") % "http") + Var("http_rev"), |
206 Var("dart_root") + "/third_party/pkg/http_multi_server": | 204 Var("dart_root") + "/third_party/pkg/http_multi_server": |
207 (Var("github_mirror") % "http_multi_server") + | 205 (Var("github_mirror") % "http_multi_server") + |
208 Var("http_multi_server_tag"), | 206 Var("http_multi_server_tag"), |
209 Var("dart_root") + "/third_party/pkg/http_parser": | 207 Var("dart_root") + "/third_party/pkg/http_parser": |
(...skipping 11 matching lines...) Expand all Loading... |
221 (Var("github_mirror") % "logging") + Var("logging_rev"), | 219 (Var("github_mirror") % "logging") + Var("logging_rev"), |
222 Var("dart_root") + "/third_party/pkg/markdown": | 220 Var("dart_root") + "/third_party/pkg/markdown": |
223 "https://chromium.googlesource.com/external/github.com" + | 221 "https://chromium.googlesource.com/external/github.com" + |
224 "/dpeek/dart-markdown.git" + Var("markdown_rev"), | 222 "/dpeek/dart-markdown.git" + Var("markdown_rev"), |
225 Var("dart_root") + "/third_party/pkg/matcher": | 223 Var("dart_root") + "/third_party/pkg/matcher": |
226 (Var("github_mirror") % "matcher") + Var("matcher_tag"), | 224 (Var("github_mirror") % "matcher") + Var("matcher_tag"), |
227 Var("dart_root") + "/third_party/pkg/metatest": | 225 Var("dart_root") + "/third_party/pkg/metatest": |
228 (Var("github_mirror") % "metatest") + Var("metatest_rev"), | 226 (Var("github_mirror") % "metatest") + Var("metatest_rev"), |
229 Var("dart_root") + "/third_party/pkg/mime": | 227 Var("dart_root") + "/third_party/pkg/mime": |
230 (Var("github_mirror") % "mime") + Var("mime_rev"), | 228 (Var("github_mirror") % "mime") + Var("mime_rev"), |
231 Var("dart_root") + "/third_party/pkg/mustache4dart": | |
232 Var("chromium_git") | |
233 + "/external/github.com/valotas/mustache4dart.git" | |
234 + Var("mustache4dart_rev"), | |
235 Var("dart_root") + "/third_party/pkg/oauth2": | 229 Var("dart_root") + "/third_party/pkg/oauth2": |
236 (Var("github_mirror") % "oauth2") + Var("oauth2_rev"), | 230 (Var("github_mirror") % "oauth2") + Var("oauth2_rev"), |
237 Var("dart_root") + "/third_party/pkg/observe": | 231 Var("dart_root") + "/third_party/pkg/observe": |
238 (Var("github_mirror") % "observe") + Var("observe_rev"), | 232 (Var("github_mirror") % "observe") + Var("observe_rev"), |
239 Var("dart_root") + "/third_party/pkg/package_config": | 233 Var("dart_root") + "/third_party/pkg/package_config": |
240 (Var("github_mirror") % "package_config") + | 234 (Var("github_mirror") % "package_config") + |
241 Var("package_config_tag"), | 235 Var("package_config_tag"), |
242 Var("dart_root") + "/third_party/pkg/path": | 236 Var("dart_root") + "/third_party/pkg/path": |
243 (Var("github_mirror") % "path") + Var("path_rev"), | 237 (Var("github_mirror") % "path") + Var("path_rev"), |
244 Var("dart_root") + "/third_party/pkg/plugin": | 238 Var("dart_root") + "/third_party/pkg/plugin": |
245 (Var("github_mirror") % "plugin") + Var("plugin_tag"), | 239 (Var("github_mirror") % "plugin") + Var("plugin_tag"), |
246 Var("dart_root") + "/third_party/pkg/pool": | 240 Var("dart_root") + "/third_party/pkg/pool": |
247 (Var("github_mirror") % "pool") + Var("pool_rev"), | 241 (Var("github_mirror") % "pool") + Var("pool_rev"), |
248 Var("dart_root") + "/third_party/pkg/pub_semver": | 242 Var("dart_root") + "/third_party/pkg/pub_semver": |
249 (Var("github_mirror") % "pub_semver") + Var("pub_semver_tag"), | 243 (Var("github_mirror") % "pub_semver") + Var("pub_semver_tag"), |
250 Var("dart_root") + "/third_party/pkg/pub": | 244 Var("dart_root") + "/third_party/pkg/pub": |
251 ("https://github.com/dart-lang/pub.git") + Var("pub_rev"), | 245 ("https://github.com/dart-lang/pub.git") + Var("pub_rev"), |
252 Var("dart_root") + "/third_party/pkg/pub_cache": | |
253 (Var("github_mirror") % "pub_cache") + Var("pub_cache_tag"), | |
254 Var("dart_root") + "/third_party/pkg/quiver": | |
255 Var("chromium_git") | |
256 + "/external/github.com/google/quiver-dart.git" | |
257 + Var("quiver_tag"), | |
258 Var("dart_root") + "/third_party/pkg/scheduled_test": | 246 Var("dart_root") + "/third_party/pkg/scheduled_test": |
259 (Var("github_mirror") % "scheduled_test") + | 247 (Var("github_mirror") % "scheduled_test") + |
260 Var("scheduled_test_tag"), | 248 Var("scheduled_test_tag"), |
261 Var("dart_root") + "/third_party/pkg/shelf": | 249 Var("dart_root") + "/third_party/pkg/shelf": |
262 (Var("github_mirror") % "shelf") + Var("shelf_rev"), | 250 (Var("github_mirror") % "shelf") + Var("shelf_rev"), |
263 Var("dart_root") + "/third_party/pkg/shelf_web_socket": | 251 Var("dart_root") + "/third_party/pkg/shelf_web_socket": |
264 (Var("github_mirror") % "shelf_web_socket") + | 252 (Var("github_mirror") % "shelf_web_socket") + |
265 Var("shelf_web_socket_rev"), | 253 Var("shelf_web_socket_rev"), |
266 Var("dart_root") + "/third_party/pkg/smoke": | 254 Var("dart_root") + "/third_party/pkg/smoke": |
267 (Var("github_mirror") % "smoke") + Var("smoke_rev"), | 255 (Var("github_mirror") % "smoke") + Var("smoke_rev"), |
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
363 '--no_resume', | 351 '--no_resume', |
364 '--bucket', | 352 '--bucket', |
365 'dart-dependencies', | 353 'dart-dependencies', |
366 '-d', | 354 '-d', |
367 '-r', | 355 '-r', |
368 Var('dart_root') + '/third_party/d8', | 356 Var('dart_root') + '/third_party/d8', |
369 ], | 357 ], |
370 }, | 358 }, |
371 | 359 |
372 ] | 360 ] |
OLD | NEW |