| 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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 84 "ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93", | 84 "ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93", |
| 85 "plugin_tag": "@0.1.0", | 85 "plugin_tag": "@0.1.0", |
| 86 "pool_rev": "@e454b4b54d2987e8d2f0fbd3ac519641ada9bd0f", | 86 "pool_rev": "@e454b4b54d2987e8d2f0fbd3ac519641ada9bd0f", |
| 87 "pub_rev": "@e05cfca67574acfdbce55a8422c6bc458be93d10", | 87 "pub_rev": "@e05cfca67574acfdbce55a8422c6bc458be93d10", |
| 88 "pub_cache_tag": "@v0.0.1+2", | 88 "pub_cache_tag": "@v0.0.1+2", |
| 89 "pub_semver_tag": "@1.2.1", | 89 "pub_semver_tag": "@1.2.1", |
| 90 "quiver_tag": "@0.21.4", | 90 "quiver_tag": "@0.21.4", |
| 91 "scheduled_test_tag": "@0.12.1+2", | 91 "scheduled_test_tag": "@0.12.1+2", |
| 92 "shelf_rev": "@1e87b79b21ac5e6fa2f93576d6c06eaa65285ef4", | 92 "shelf_rev": "@1e87b79b21ac5e6fa2f93576d6c06eaa65285ef4", |
| 93 "smoke_rev" : "@f3361191cc2a85ebc1e4d4c33aec672d7915aba9", | 93 "smoke_rev" : "@f3361191cc2a85ebc1e4d4c33aec672d7915aba9", |
| 94 "source_maps_rev": "@379b4f31c4e2987eb15934d1ad8b419c6cc897b3", | 94 "source_maps_tag": "@0.10.1", |
| 95 "sqlite_rev": "@38811b79f42801662adc0458a25270ab690a6b81", | 95 "sqlite_rev": "@38811b79f42801662adc0458a25270ab690a6b81", |
| 96 "shelf_static_rev": "@v0.2.1", | 96 "shelf_static_rev": "@v0.2.1", |
| 97 "shelf_web_socket_rev": "@ff170cec2c0e4e5722cdf47c557be63b5035a602", | 97 "shelf_web_socket_rev": "@ff170cec2c0e4e5722cdf47c557be63b5035a602", |
| 98 "source_map_stack_trace_tag": "@1.0.4", | 98 "source_map_stack_trace_tag": "@1.0.4", |
| 99 "source_span_rev": "@42501132e43599a151ba6727d340e44442f86c05", | 99 "source_span_rev": "@42501132e43599a151ba6727d340e44442f86c05", |
| 100 "stack_trace_tag": "@1.3.4", | 100 "stack_trace_tag": "@1.3.4", |
| 101 "string_scanner_rev": "@3e7617d6f74ba382e9b6130b1cc12091d89a9bc5", | 101 "string_scanner_rev": "@3e7617d6f74ba382e9b6130b1cc12091d89a9bc5", |
| 102 "sunflower_rev": "@879b704933413414679396b129f5dfa96f7a0b1e", | 102 "sunflower_rev": "@879b704933413414679396b129f5dfa96f7a0b1e", |
| 103 "test_tag": "@0.12.3+4", | 103 "test_tag": "@0.12.3+4", |
| 104 "test_reflective_loader_tag": "@0.0.3", | 104 "test_reflective_loader_tag": "@0.0.3", |
| (...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 267 (Var("github_mirror") % "shelf") + Var("shelf_rev"), | 267 (Var("github_mirror") % "shelf") + Var("shelf_rev"), |
| 268 Var("dart_root") + "/third_party/pkg/shelf_static": | 268 Var("dart_root") + "/third_party/pkg/shelf_static": |
| 269 "https://github.com/kevmoo/shelf_static.dart.git" + | 269 "https://github.com/kevmoo/shelf_static.dart.git" + |
| 270 Var("shelf_static_rev"), | 270 Var("shelf_static_rev"), |
| 271 Var("dart_root") + "/third_party/pkg/shelf_web_socket": | 271 Var("dart_root") + "/third_party/pkg/shelf_web_socket": |
| 272 (Var("github_mirror") % "shelf_web_socket") + | 272 (Var("github_mirror") % "shelf_web_socket") + |
| 273 Var("shelf_web_socket_rev"), | 273 Var("shelf_web_socket_rev"), |
| 274 Var("dart_root") + "/third_party/pkg/smoke": | 274 Var("dart_root") + "/third_party/pkg/smoke": |
| 275 (Var("github_mirror") % "smoke") + Var("smoke_rev"), | 275 (Var("github_mirror") % "smoke") + Var("smoke_rev"), |
| 276 Var("dart_root") + "/third_party/pkg/source_maps": | 276 Var("dart_root") + "/third_party/pkg/source_maps": |
| 277 (Var("github_mirror") % "source_maps") + Var("source_maps_rev"), | 277 (Var("github_mirror") % "source_maps") + Var("source_maps_tag"), |
| 278 Var("dart_root") + "/third_party/pkg/source_span": | 278 Var("dart_root") + "/third_party/pkg/source_span": |
| 279 (Var("github_mirror") % "source_span") + Var("source_span_rev"), | 279 (Var("github_mirror") % "source_span") + Var("source_span_rev"), |
| 280 Var("dart_root") + "/third_party/pkg/source_map_stack_trace": | 280 Var("dart_root") + "/third_party/pkg/source_map_stack_trace": |
| 281 "https://github.com/dart-lang/source_map_stack_trace.git" + | 281 "https://github.com/dart-lang/source_map_stack_trace.git" + |
| 282 Var("source_map_stack_trace_tag"), | 282 Var("source_map_stack_trace_tag"), |
| 283 Var("dart_root") + "/third_party/pkg/stack_trace": | 283 Var("dart_root") + "/third_party/pkg/stack_trace": |
| 284 (Var("github_mirror") % "stack_trace") + Var("stack_trace_tag"), | 284 (Var("github_mirror") % "stack_trace") + Var("stack_trace_tag"), |
| 285 Var("dart_root") + "/third_party/pkg/string_scanner": | 285 Var("dart_root") + "/third_party/pkg/string_scanner": |
| 286 (Var("github_mirror") % "string_scanner") + | 286 (Var("github_mirror") % "string_scanner") + |
| 287 Var("string_scanner_rev"), | 287 Var("string_scanner_rev"), |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 374 '--no_resume', | 374 '--no_resume', |
| 375 '--bucket', | 375 '--bucket', |
| 376 'dart-dependencies', | 376 'dart-dependencies', |
| 377 '-d', | 377 '-d', |
| 378 '-r', | 378 '-r', |
| 379 Var('dart_root') + '/third_party/d8', | 379 Var('dart_root') + '/third_party/d8', |
| 380 ], | 380 ], |
| 381 }, | 381 }, |
| 382 | 382 |
| 383 ] | 383 ] |
| OLD | NEW |