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 25 matching lines...) Expand all Loading... |
36 | 36 |
37 # Revisions of /third_party/* dependencies. | 37 # Revisions of /third_party/* dependencies. |
38 "args_tag": "@0.13.5", | 38 "args_tag": "@0.13.5", |
39 "async_tag": "@1.11.0", | 39 "async_tag": "@1.11.0", |
40 "barback-0.13.0_rev": "@34853", | 40 "barback-0.13.0_rev": "@34853", |
41 "barback-0.14.0_rev": "@36398", | 41 "barback-0.14.0_rev": "@36398", |
42 "barback-0.14.1_rev": "@38525", | 42 "barback-0.14.1_rev": "@38525", |
43 "barback_tag" : "@0.15.2+7", | 43 "barback_tag" : "@0.15.2+7", |
44 "bazel_worker_tag": "@v0.1.0", | 44 "bazel_worker_tag": "@v0.1.0", |
45 "boolean_selector_tag" : "@1.0.0", | 45 "boolean_selector_tag" : "@1.0.0", |
46 "boringssl_rev" : "@daeafc22c66ad48f6b32fc8d3362eb9ba31b774e", | 46 "boringssl_rev" : "@8d343b44bbab829d1a28fdef650ca95f7db4412e", |
47 "charcode_tag": "@1.1.0", | 47 "charcode_tag": "@1.1.0", |
48 "chrome_rev" : "@19997", | 48 "chrome_rev" : "@19997", |
49 "cli_util_tag" : "@0.0.1+2", | 49 "cli_util_tag" : "@0.0.1+2", |
50 "code_transformers_rev": "@bfe9799e88d9c231747435e1c1d2495ef5ecd966", | 50 "code_transformers_rev": "@bfe9799e88d9c231747435e1c1d2495ef5ecd966", |
51 "collection_tag": "@1.8.0", | 51 "collection_tag": "@1.8.0", |
52 "convert_tag": "@2.0.0", | 52 "convert_tag": "@2.0.0", |
53 "crypto_tag" : "@2.0.1", | 53 "crypto_tag" : "@2.0.1", |
54 "csslib_tag" : "@0.12.0", | 54 "csslib_tag" : "@0.12.0", |
55 "dart2js_info_rev" : "@0a221eaf16aec3879c45719de656680ccb80d8a1", | 55 "dart2js_info_rev" : "@0a221eaf16aec3879c45719de656680ccb80d8a1", |
56 "dart_services_rev" : "@7aea2574e6f3924bf409a80afb8ad52aa2be4f97", | 56 "dart_services_rev" : "@7aea2574e6f3924bf409a80afb8ad52aa2be4f97", |
(...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
477 "--extract", | 477 "--extract", |
478 "-s", | 478 "-s", |
479 Var('dart_root') + "/third_party/clang.tar.gz.sha1", | 479 Var('dart_root') + "/third_party/clang.tar.gz.sha1", |
480 ], | 480 ], |
481 }, | 481 }, |
482 { | 482 { |
483 "pattern": ".", | 483 "pattern": ".", |
484 "action": ["python", Var("dart_root") + "/tools/gyp_dart.py"], | 484 "action": ["python", Var("dart_root") + "/tools/gyp_dart.py"], |
485 }, | 485 }, |
486 ] | 486 ] |
OLD | NEW |