| 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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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", |
| 95 "package_config_tag": "@1.0.0", | 95 "package_config_tag": "@1.0.0", |
| 96 "package_resolver_tag": "@1.0.2+1", | 96 "package_resolver_tag": "@1.0.2+1", |
| 97 "path_tag": "@1.4.1", | 97 "path_tag": "@1.4.1", |
| 98 "plugin_tag": "@0.2.0", | 98 "plugin_tag": "@0.2.0", |
| 99 "ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93", | 99 "ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93", |
| 100 "pool_tag": "@1.3.0", | 100 "pool_tag": "@1.3.0", |
| 101 "protobuf_tag": "@0.5.4", | 101 "protobuf_tag": "@0.5.4", |
| 102 "pub_rev": "@a1dc64f7bf8625a2d012f790feb8fec4fa7b7caf", | 102 "pub_rev": "@0f122625f8e607842afe156b9b23a9709e4ce39a", |
| 103 "pub_semver_tag": "@1.3.2", | 103 "pub_semver_tag": "@1.3.2", |
| 104 "quiver_tag": "@0.22.0", | 104 "quiver_tag": "@0.22.0", |
| 105 "resource_rev":"@a49101ba2deb29c728acba6fb86000a8f730f4b1", | 105 "resource_rev":"@a49101ba2deb29c728acba6fb86000a8f730f4b1", |
| 106 "root_certificates_rev": "@a4c7c6f23a664a37bc1b6f15a819e3f2a292791a", | 106 "root_certificates_rev": "@a4c7c6f23a664a37bc1b6f15a819e3f2a292791a", |
| 107 "scheduled_test_tag": "@0.12.11", | 107 "scheduled_test_tag": "@0.12.11", |
| 108 "shelf_static_tag": "@0.2.4", | 108 "shelf_static_tag": "@0.2.4", |
| 109 "shelf_packages_handler_tag": "@1.0.0", | 109 "shelf_packages_handler_tag": "@1.0.0", |
| 110 "shelf_tag": "@0.6.7+2", | 110 "shelf_tag": "@0.6.7+2", |
| 111 "shelf_web_socket_tag": "@0.2.1", | 111 "shelf_web_socket_tag": "@0.2.1", |
| 112 "smoke_tag" : "@v0.3.6+2", | 112 "smoke_tag" : "@v0.3.6+2", |
| (...skipping 377 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 |