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 # IMPORTANT: | 5 # IMPORTANT: |
6 # Before adding or updating dependencies, please review the documentation here: | 6 # Before adding or updating dependencies, please review the documentation here: |
7 # https://github.com/dart-lang/sdk/wiki/Adding-and-Updating-Dependencies | 7 # https://github.com/dart-lang/sdk/wiki/Adding-and-Updating-Dependencies |
8 | 8 |
9 vars = { | 9 vars = { |
10 # The dart_root is the root of our sdk checkout. This is normally | 10 # The dart_root is the root of our sdk checkout. This is normally |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
74 "http_multi_server_tag" : "@2.0.3", | 74 "http_multi_server_tag" : "@2.0.3", |
75 "http_parser_tag" : "@3.1.1", | 75 "http_parser_tag" : "@3.1.1", |
76 "http_tag" : "@0.11.3+13", | 76 "http_tag" : "@0.11.3+13", |
77 "http_throttle_tag" : "@1.0.1", | 77 "http_throttle_tag" : "@1.0.1", |
78 "idl_parser_rev": "@7fbe68cab90c38147dee4f48c30ad0d496c17915", | 78 "idl_parser_rev": "@7fbe68cab90c38147dee4f48c30ad0d496c17915", |
79 "initialize_tag": "@v0.6.2+5", | 79 "initialize_tag": "@v0.6.2+5", |
80 "intl_tag": "@0.14.0", | 80 "intl_tag": "@0.14.0", |
81 "isolate_tag": "@1.0.0", | 81 "isolate_tag": "@1.0.0", |
82 "jinja2_rev": "@2222b31554f03e62600cd7e383376a7c187967a1", | 82 "jinja2_rev": "@2222b31554f03e62600cd7e383376a7c187967a1", |
83 "json_rpc_2_tag": "@2.0.4", | 83 "json_rpc_2_tag": "@2.0.4", |
84 "linter_tag": "@0.1.31", | 84 "linter_tag": "@0.1.33", |
85 "logging_tag": "@0.11.3+1", | 85 "logging_tag": "@0.11.3+1", |
86 "markdown_tag": "@0.11.3", | 86 "markdown_tag": "@0.11.3", |
87 "matcher_tag": "@0.12.0+2", | 87 "matcher_tag": "@0.12.0+2", |
88 "metatest_tag": "@0.2.2+3", | 88 "metatest_tag": "@0.2.2+3", |
89 "mime_rev": "@75890811d4af5af080351ba8a2853ad4c8df98dd", | 89 "mime_rev": "@75890811d4af5af080351ba8a2853ad4c8df98dd", |
90 "mustache4dart_tag" : "@v1.1.0", | 90 "mustache4dart_tag" : "@v1.1.0", |
91 "oauth2_tag": "@1.0.2", | 91 "oauth2_tag": "@1.0.2", |
92 "observable_tag": "@0.17.0", | 92 "observable_tag": "@0.17.0", |
93 "observatory_pub_packages_rev": "@26aad88f1c1915d39bbcbff3cad589e2402fdcf1", | 93 "observatory_pub_packages_rev": "@26aad88f1c1915d39bbcbff3cad589e2402fdcf1", |
94 "observe_tag": "@0.15.0", | 94 "observe_tag": "@0.15.0", |
(...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
490 # Update the Windows toolchain if necessary. | 490 # Update the Windows toolchain if necessary. |
491 'name': 'win_toolchain', | 491 'name': 'win_toolchain', |
492 'pattern': '.', | 492 'pattern': '.', |
493 'action': ['python', 'sdk/build/vs_toolchain.py', 'update'], | 493 'action': ['python', 'sdk/build/vs_toolchain.py', 'update'], |
494 }, | 494 }, |
495 { | 495 { |
496 "pattern": ".", | 496 "pattern": ".", |
497 "action": ["python", Var("dart_root") + "/tools/generate_buildfiles.py"], | 497 "action": ["python", Var("dart_root") + "/tools/generate_buildfiles.py"], |
498 }, | 498 }, |
499 ] | 499 ] |
OLD | NEW |