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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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", |
57 "dart_style_tag": "@0.2.4", | 57 "dart_style_tag": "@0.2.4", |
58 "dartdoc_tag" : "@v0.9.6", | 58 "dartdoc_tag" : "@v0.9.6+1", |
59 "dev_compiler_rev": "@7e9708eb5e9f3fcdc68b9af039d78cf39ce502b7", | 59 "dev_compiler_rev": "@7e9708eb5e9f3fcdc68b9af039d78cf39ce502b7", |
60 "fixnum_tag": "@0.10.5", | 60 "fixnum_tag": "@0.10.5", |
61 "func_rev": "@8d4aea75c21be2179cb00dc2b94a71414653094e", | 61 "func_rev": "@8d4aea75c21be2179cb00dc2b94a71414653094e", |
62 "glob_rev": "@704cf75e4f26b417505c5c611bdaacd8808467dd", | 62 "glob_rev": "@704cf75e4f26b417505c5c611bdaacd8808467dd", |
63 "html_tag" : "@0.12.1+1", | 63 "html_tag" : "@0.12.1+1", |
64 "http_multi_server_tag" : "@2.0.0", | 64 "http_multi_server_tag" : "@2.0.0", |
65 "http_parser_tag" : "@3.0.2", | 65 "http_parser_tag" : "@3.0.2", |
66 "http_tag" : "@0.11.3+3", | 66 "http_tag" : "@0.11.3+3", |
67 "http_throttle_rev" : "@a81f08be942cdd608883c7b67795c12226abc235", | 67 "http_throttle_rev" : "@a81f08be942cdd608883c7b67795c12226abc235", |
68 "idl_parser_rev": "@7fbe68cab90c38147dee4f48c30ad0d496c17915", | 68 "idl_parser_rev": "@7fbe68cab90c38147dee4f48c30ad0d496c17915", |
(...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
474 "--extract", | 474 "--extract", |
475 "-s", | 475 "-s", |
476 Var('dart_root') + "/third_party/clang.tar.gz.sha1", | 476 Var('dart_root') + "/third_party/clang.tar.gz.sha1", |
477 ], | 477 ], |
478 }, | 478 }, |
479 { | 479 { |
480 "pattern": ".", | 480 "pattern": ".", |
481 "action": ["python", Var("dart_root") + "/tools/gyp_dart.py"], | 481 "action": ["python", Var("dart_root") + "/tools/gyp_dart.py"], |
482 }, | 482 }, |
483 ] | 483 ] |
OLD | NEW |