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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
42 "chrome_rev" : "@19997", | 42 "chrome_rev" : "@19997", |
43 "cli_util_tag" : "@0.0.1+2", | 43 "cli_util_tag" : "@0.0.1+2", |
44 "collection_tag": "@1.6.0", | 44 "collection_tag": "@1.6.0", |
45 "convert_tag": "@1.0.0", | 45 "convert_tag": "@1.0.0", |
46 "crypto_tag" : "@1.1.0", | 46 "crypto_tag" : "@1.1.0", |
47 "csslib_tag" : "@0.12.0", | 47 "csslib_tag" : "@0.12.0", |
48 "dart2js_info_rev" : "@0a221eaf16aec3879c45719de656680ccb80d8a1", | 48 "dart2js_info_rev" : "@0a221eaf16aec3879c45719de656680ccb80d8a1", |
49 "dart_services_rev" : "@7aea2574e6f3924bf409a80afb8ad52aa2be4f97", | 49 "dart_services_rev" : "@7aea2574e6f3924bf409a80afb8ad52aa2be4f97", |
50 "dart_style_tag": "@0.2.4", | 50 "dart_style_tag": "@0.2.4", |
51 "dartdoc_tag" : "@v0.9.0", | 51 "dartdoc_tag" : "@v0.9.0", |
52 "dev_compiler_rev": "@ec95b3c45819f4d0de847588fdaa752a8e4651fb", | 52 "dev_compiler_rev": "@a0557e2f76fc85a6e71fe8391d1beda69905a548", |
53 "fixnum_tag": "@0.10.4", | 53 "fixnum_tag": "@0.10.4", |
54 "func_rev": "@8d4aea75c21be2179cb00dc2b94a71414653094e", | 54 "func_rev": "@8d4aea75c21be2179cb00dc2b94a71414653094e", |
55 "glob_rev": "@704cf75e4f26b417505c5c611bdaacd8808467dd", | 55 "glob_rev": "@704cf75e4f26b417505c5c611bdaacd8808467dd", |
56 "html_tag" : "@0.12.1+1", | 56 "html_tag" : "@0.12.1+1", |
57 "http_multi_server_tag" : "@2.0.0", | 57 "http_multi_server_tag" : "@2.0.0", |
58 "http_parser_tag" : "@1.1.0", | 58 "http_parser_tag" : "@1.1.0", |
59 "http_tag" : "@0.11.3+3", | 59 "http_tag" : "@0.11.3+3", |
60 "http_throttle_rev" : "@a81f08be942cdd608883c7b67795c12226abc235", | 60 "http_throttle_rev" : "@a81f08be942cdd608883c7b67795c12226abc235", |
61 "idl_parser_rev": "@7fbe68cab90c38147dee4f48c30ad0d496c17915", | 61 "idl_parser_rev": "@7fbe68cab90c38147dee4f48c30ad0d496c17915", |
62 "intl_rev": "@a8b480b9c436f6c0ec16730804c914bdb4e30d53", | 62 "intl_rev": "@a8b480b9c436f6c0ec16730804c914bdb4e30d53", |
(...skipping 390 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
453 "--extract", | 453 "--extract", |
454 "-s", | 454 "-s", |
455 Var('dart_root') + "/third_party/clang.tar.gz.sha1", | 455 Var('dart_root') + "/third_party/clang.tar.gz.sha1", |
456 ], | 456 ], |
457 }, | 457 }, |
458 { | 458 { |
459 "pattern": ".", | 459 "pattern": ".", |
460 "action": ["python", Var("dart_root") + "/tools/gyp_dart.py"], | 460 "action": ["python", Var("dart_root") + "/tools/gyp_dart.py"], |
461 }, | 461 }, |
462 ] | 462 ] |
OLD | NEW |