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