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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
67 "mustache4dart_rev" : "@5724cfd85151e5b6b53ddcd3380daf188fe47f92", | 67 "mustache4dart_rev" : "@5724cfd85151e5b6b53ddcd3380daf188fe47f92", |
68 "oauth2_tag": "@1.0.0", | 68 "oauth2_tag": "@1.0.0", |
69 "observe_rev": "@eee2b8ec34236fa46982575fbccff84f61202ac6", | 69 "observe_rev": "@eee2b8ec34236fa46982575fbccff84f61202ac6", |
70 "observatory_pub_packages_rev": "@cf90eb9077177d3d6b3fd5e8289477c2385c026a", | 70 "observatory_pub_packages_rev": "@cf90eb9077177d3d6b3fd5e8289477c2385c026a", |
71 "package_config_rev": "@0.1.3", | 71 "package_config_rev": "@0.1.3", |
72 "path_tag": "@1.3.6", | 72 "path_tag": "@1.3.6", |
73 "ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93", | 73 "ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93", |
74 "plugin_tag": "@0.1.0", | 74 "plugin_tag": "@0.1.0", |
75 "pool_tag": "@1.2.1", | 75 "pool_tag": "@1.2.1", |
76 "protobuf_tag": "@0.5.1+1", | 76 "protobuf_tag": "@0.5.1+1", |
77 "pub_rev": "@04ff0cc2cb6a3b698159b1aeef14cd3d7c90e287", | 77 "pub_rev": "@217fc8ae2bdee58ebf4b11a6fa3d49624d90c0c4", |
78 "pub_cache_tag": "@v0.1.0", | 78 "pub_cache_tag": "@v0.1.0", |
79 "pub_semver_tag": "@1.2.1", | 79 "pub_semver_tag": "@1.2.1", |
80 "quiver_tag": "@0.21.4", | 80 "quiver_tag": "@0.21.4", |
81 "resource_rev":"@a49101ba2deb29c728acba6fb86000a8f730f4b1", | 81 "resource_rev":"@a49101ba2deb29c728acba6fb86000a8f730f4b1", |
82 "root_certificates_rev": "@aed07942ce98507d2be28cbd29e879525410c7fc", | 82 "root_certificates_rev": "@aed07942ce98507d2be28cbd29e879525410c7fc", |
83 "scheduled_test_tag": "@0.12.5+2", | 83 "scheduled_test_tag": "@0.12.5+2", |
84 "shelf_tag": "@0.6.5", | 84 "shelf_tag": "@0.6.5", |
85 "smoke_rev" : "@f3361191cc2a85ebc1e4d4c33aec672d7915aba9", | 85 "smoke_rev" : "@f3361191cc2a85ebc1e4d4c33aec672d7915aba9", |
86 "source_maps_tag": "@0.10.1", | 86 "source_maps_tag": "@0.10.1", |
87 "shelf_static_tag": "@0.2.3+1", | 87 "shelf_static_tag": "@0.2.3+1", |
(...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
450 "--extract", | 450 "--extract", |
451 "-s", | 451 "-s", |
452 Var('dart_root') + "/third_party/clang.tar.gz.sha1", | 452 Var('dart_root') + "/third_party/clang.tar.gz.sha1", |
453 ], | 453 ], |
454 }, | 454 }, |
455 { | 455 { |
456 "pattern": ".", | 456 "pattern": ".", |
457 "action": ["python", Var("dart_root") + "/tools/gyp_dart.py"], | 457 "action": ["python", Var("dart_root") + "/tools/gyp_dart.py"], |
458 }, | 458 }, |
459 ] | 459 ] |
OLD | NEW |