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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
70 "json_rpc_2_tag": "@1.1.1", | 70 "json_rpc_2_tag": "@1.1.1", |
71 "linter_rev": "@5a599fd32d3b6ef00ffa7c330d1f32bbad287228", | 71 "linter_rev": "@5a599fd32d3b6ef00ffa7c330d1f32bbad287228", |
72 "logging_rev": "@85d83e002670545e9039ad3985f0018ab640e597", | 72 "logging_rev": "@85d83e002670545e9039ad3985f0018ab640e597", |
73 "markdown_rev": "@4aaadf3d940bb172e1f6285af4d2b1710d309982", | 73 "markdown_rev": "@4aaadf3d940bb172e1f6285af4d2b1710d309982", |
74 "matcher_tag": "@0.12.0", | 74 "matcher_tag": "@0.12.0", |
75 "metatest_rev": "@e5aa8e4e19fc4188ac2f6d38368a47d8f07c3df1", | 75 "metatest_rev": "@e5aa8e4e19fc4188ac2f6d38368a47d8f07c3df1", |
76 "mime_rev": "@75890811d4af5af080351ba8a2853ad4c8df98dd", | 76 "mime_rev": "@75890811d4af5af080351ba8a2853ad4c8df98dd", |
77 "mustache4dart_rev" : "@5724cfd85151e5b6b53ddcd3380daf188fe47f92", | 77 "mustache4dart_rev" : "@5724cfd85151e5b6b53ddcd3380daf188fe47f92", |
78 "oauth2_tag": "@1.0.0", | 78 "oauth2_tag": "@1.0.0", |
79 "observe_rev": "@eee2b8ec34236fa46982575fbccff84f61202ac6", | 79 "observe_rev": "@eee2b8ec34236fa46982575fbccff84f61202ac6", |
80 "observatory_pub_packages_rev": "@5c199c5954146747f75ed127871207718dc87786", | 80 "observatory_pub_packages_rev": "@0e74202dd671265f12a3c80d223717b393f4feb9", |
81 "package_config_rev": "@0.1.3", | 81 "package_config_rev": "@0.1.3", |
82 "path_tag": "@1.3.6", | 82 "path_tag": "@1.3.6", |
83 "petitparser_rev" : "@37878", | 83 "petitparser_rev" : "@37878", |
84 "ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93", | 84 "ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93", |
85 "plugin_tag": "@0.1.0", | 85 "plugin_tag": "@0.1.0", |
86 "pool_tag": "@1.2.1", | 86 "pool_tag": "@1.2.1", |
87 "pub_rev": "@3000544b752bbc89e5e01559eed7f70e9401632b", | 87 "pub_rev": "@3000544b752bbc89e5e01559eed7f70e9401632b", |
88 "pub_cache_tag": "@v0.1.0", | 88 "pub_cache_tag": "@v0.1.0", |
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", |
(...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
385 "--bucket", | 385 "--bucket", |
386 "dart-dependencies", | 386 "dart-dependencies", |
387 "--recursive", | 387 "--recursive", |
388 "--auto_platform", | 388 "--auto_platform", |
389 "--extract", | 389 "--extract", |
390 "--directory", | 390 "--directory", |
391 Var('dart_root') + "/tools/sdks", | 391 Var('dart_root') + "/tools/sdks", |
392 ], | 392 ], |
393 }, | 393 }, |
394 ] | 394 ] |
OLD | NEW |