| 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 # We use mirrors of all github repos to guarantee reproducibility and | 10 # We use mirrors of all github repos to guarantee reproducibility and |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 79 "shelf_static_tag": "@0.2.3+1", | 79 "shelf_static_tag": "@0.2.3+1", |
| 80 "shelf_web_socket_tag": "@0.0.1+4", | 80 "shelf_web_socket_tag": "@0.0.1+4", |
| 81 "source_map_stack_trace_tag": "@1.0.4", | 81 "source_map_stack_trace_tag": "@1.0.4", |
| 82 "source_span_tag": "@1.2.0", | 82 "source_span_tag": "@1.2.0", |
| 83 "stack_trace_tag": "@1.4.2", | 83 "stack_trace_tag": "@1.4.2", |
| 84 "string_scanner_tag": "@0.1.4", | 84 "string_scanner_tag": "@0.1.4", |
| 85 "sunflower_rev": "@879b704933413414679396b129f5dfa96f7a0b1e", | 85 "sunflower_rev": "@879b704933413414679396b129f5dfa96f7a0b1e", |
| 86 "test_tag": "@0.12.6+1", | 86 "test_tag": "@0.12.6+1", |
| 87 "test_reflective_loader_tag": "@0.0.3", | 87 "test_reflective_loader_tag": "@0.0.3", |
| 88 "utf_rev": "@1f55027068759e2d52f2c12de6a57cce5f3c5ee6", | 88 "utf_rev": "@1f55027068759e2d52f2c12de6a57cce5f3c5ee6", |
| 89 "unittest_tag": "@0.11.6", | |
| 90 "usage_rev": "@b5080dac0d26a5609b266f8fdb0d053bc4c1c638", | 89 "usage_rev": "@b5080dac0d26a5609b266f8fdb0d053bc4c1c638", |
| 91 "watcher_tag": "@0.9.7", | 90 "watcher_tag": "@0.9.7", |
| 92 "when_tag": "@0.2.0+2", | 91 "when_tag": "@0.2.0+2", |
| 93 "which_tag": "@0.1.3+1", | 92 "which_tag": "@0.1.3+1", |
| 94 "web_components_rev": "@0e636b534d9b12c9e96f841e6679398e91a986ec", | 93 "web_components_rev": "@0e636b534d9b12c9e96f841e6679398e91a986ec", |
| 95 "WebCore_rev": "@4f90b41b0165f23f412cecdba07b7d81d3fbb5b5", | 94 "WebCore_rev": "@4f90b41b0165f23f412cecdba07b7d81d3fbb5b5", |
| 96 "yaml_tag": "@2.1.5", | 95 "yaml_tag": "@2.1.5", |
| 97 "zlib_rev": "@c3d0a6190f2f8c924a05ab6cc97b8f975bddd33f", | 96 "zlib_rev": "@c3d0a6190f2f8c924a05ab6cc97b8f975bddd33f", |
| 98 "barback-0.13.0_rev": "@34853", | 97 "barback-0.13.0_rev": "@34853", |
| 99 "barback-0.14.0_rev": "@36398", | 98 "barback-0.14.0_rev": "@36398", |
| (...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 249 (Var("github_mirror") % "string_scanner") + | 248 (Var("github_mirror") % "string_scanner") + |
| 250 Var("string_scanner_tag"), | 249 Var("string_scanner_tag"), |
| 251 Var("dart_root") + "/third_party/sunflower": | 250 Var("dart_root") + "/third_party/sunflower": |
| 252 (Var("github_mirror") % "sample-sunflower") + | 251 (Var("github_mirror") % "sample-sunflower") + |
| 253 Var("sunflower_rev"), | 252 Var("sunflower_rev"), |
| 254 Var("dart_root") + "/third_party/pkg/test": | 253 Var("dart_root") + "/third_party/pkg/test": |
| 255 (Var("github_mirror") % "test") + Var("test_tag"), | 254 (Var("github_mirror") % "test") + Var("test_tag"), |
| 256 Var("dart_root") + "/third_party/pkg/test_reflective_loader": | 255 Var("dart_root") + "/third_party/pkg/test_reflective_loader": |
| 257 (Var("github_mirror") % "test_reflective_loader") + | 256 (Var("github_mirror") % "test_reflective_loader") + |
| 258 Var("test_reflective_loader_tag"), | 257 Var("test_reflective_loader_tag"), |
| 259 Var("dart_root") + "/third_party/pkg/unittest": | |
| 260 (Var("github_mirror") % "test") + Var("unittest_tag"), | |
| 261 Var("dart_root") + "/third_party/pkg/usage": | 258 Var("dart_root") + "/third_party/pkg/usage": |
| 262 (Var("github_mirror") % "usage") + Var("usage_rev"), | 259 (Var("github_mirror") % "usage") + Var("usage_rev"), |
| 263 Var("dart_root") + "/third_party/pkg/utf": | 260 Var("dart_root") + "/third_party/pkg/utf": |
| 264 (Var("github_mirror") % "utf") + Var("utf_rev"), | 261 (Var("github_mirror") % "utf") + Var("utf_rev"), |
| 265 Var("dart_root") + "/third_party/pkg/watcher": | 262 Var("dart_root") + "/third_party/pkg/watcher": |
| 266 (Var("github_mirror") % "watcher") + Var("watcher_tag"), | 263 (Var("github_mirror") % "watcher") + Var("watcher_tag"), |
| 267 Var("dart_root") + "/third_party/pkg/web_components": | 264 Var("dart_root") + "/third_party/pkg/web_components": |
| 268 (Var("github_mirror") % "web-components") + | 265 (Var("github_mirror") % "web-components") + |
| 269 Var("web_components_rev"), | 266 Var("web_components_rev"), |
| 270 Var("dart_root") + "/third_party/pkg/when": | 267 Var("dart_root") + "/third_party/pkg/when": |
| (...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 377 "--no_auth", | 374 "--no_auth", |
| 378 "--no_resume", | 375 "--no_resume", |
| 379 "--bucket", | 376 "--bucket", |
| 380 "dart-dependencies", | 377 "dart-dependencies", |
| 381 "--extract", | 378 "--extract", |
| 382 "-s", | 379 "-s", |
| 383 Var('dart_root') + "/third_party/pkg/petitparser.tar.gz.sha1", | 380 Var('dart_root') + "/third_party/pkg/petitparser.tar.gz.sha1", |
| 384 ], | 381 ], |
| 385 }, | 382 }, |
| 386 { | 383 { |
| 384 "name": "unittest", |
| 385 # Unittest is an early version, 0.11.6, of the package "test" |
| 386 # Do not use it in any new tests. |
| 387 "pattern": ".", |
| 388 "action": [ |
| 389 "download_from_google_storage", |
| 390 "--no_auth", |
| 391 "--no_resume", |
| 392 "--bucket", |
| 393 "dart-dependencies", |
| 394 "--extract", |
| 395 "-s", |
| 396 Var('dart_root') + "/third_party/pkg/unittest.tar.gz.sha1", |
| 397 ], |
| 398 }, |
| 399 { |
| 387 "name": "7zip", | 400 "name": "7zip", |
| 388 "pattern": ".", | 401 "pattern": ".", |
| 389 "action": [ | 402 "action": [ |
| 390 "download_from_google_storage", | 403 "download_from_google_storage", |
| 391 "--no_auth", | 404 "--no_auth", |
| 392 "--no_resume", | 405 "--no_resume", |
| 393 "--bucket", | 406 "--bucket", |
| 394 "dart-dependencies", | 407 "dart-dependencies", |
| 395 "--platform=win32", | 408 "--platform=win32", |
| 396 "--extract", | 409 "--extract", |
| (...skipping 24 matching lines...) Expand all Loading... |
| 421 "--no_resume", | 434 "--no_resume", |
| 422 "--bucket", | 435 "--bucket", |
| 423 "dart-dependencies", | 436 "dart-dependencies", |
| 424 "--platform=linux*", | 437 "--platform=linux*", |
| 425 "--extract", | 438 "--extract", |
| 426 "-s", | 439 "-s", |
| 427 Var('dart_root') + "/third_party/clang.tar.gz.sha1", | 440 Var('dart_root') + "/third_party/clang.tar.gz.sha1", |
| 428 ], | 441 ], |
| 429 }, | 442 }, |
| 430 ] | 443 ] |
| OLD | NEW |