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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 "usage_rev": "@b5080dac0d26a5609b266f8fdb0d053bc4c1c638", | 89 "usage_rev": "@b5080dac0d26a5609b266f8fdb0d053bc4c1c638", |
90 "watcher_tag": "@0.9.7", | 90 "watcher_tag": "@0.9.7", |
91 "when_tag": "@0.2.0+2", | 91 "when_tag": "@0.2.0+2", |
92 "which_tag": "@0.1.3+1", | 92 "which_tag": "@0.1.3+1", |
93 "web_components_rev": "@0e636b534d9b12c9e96f841e6679398e91a986ec", | 93 "web_components_rev": "@0e636b534d9b12c9e96f841e6679398e91a986ec", |
94 "WebCore_rev": "@4f90b41b0165f23f412cecdba07b7d81d3fbb5b5", | 94 "WebCore_rev": "@5ecb723fd9ffcc0d108f5e0e24d12b8b3df7b200", |
95 "yaml_tag": "@2.1.5", | 95 "yaml_tag": "@2.1.5", |
96 "zlib_rev": "@c3d0a6190f2f8c924a05ab6cc97b8f975bddd33f", | 96 "zlib_rev": "@c3d0a6190f2f8c924a05ab6cc97b8f975bddd33f", |
97 "barback-0.13.0_rev": "@34853", | 97 "barback-0.13.0_rev": "@34853", |
98 "barback-0.14.0_rev": "@36398", | 98 "barback-0.14.0_rev": "@36398", |
99 "barback-0.14.1_rev": "@38525", | 99 "barback-0.14.1_rev": "@38525", |
100 "source_maps-0.9.4_rev": "@38524", | 100 "source_maps-0.9.4_rev": "@38524", |
101 } | 101 } |
102 | 102 |
103 deps = { | 103 deps = { |
104 # Stuff needed for GYP to run. | 104 # Stuff needed for GYP to run. |
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
434 "--no_resume", | 434 "--no_resume", |
435 "--bucket", | 435 "--bucket", |
436 "dart-dependencies", | 436 "dart-dependencies", |
437 "--platform=linux*", | 437 "--platform=linux*", |
438 "--extract", | 438 "--extract", |
439 "-s", | 439 "-s", |
440 Var('dart_root') + "/third_party/clang.tar.gz.sha1", | 440 Var('dart_root') + "/third_party/clang.tar.gz.sha1", |
441 ], | 441 ], |
442 }, | 442 }, |
443 ] | 443 ] |
OLD | NEW |