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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
88 "observable_tag": "@0.17.0", | 88 "observable_tag": "@0.17.0", |
89 "observatory_pub_packages_rev": "@26aad88f1c1915d39bbcbff3cad589e2402fdcf1", | 89 "observatory_pub_packages_rev": "@26aad88f1c1915d39bbcbff3cad589e2402fdcf1", |
90 "observe_tag": "@0.15.0", | 90 "observe_tag": "@0.15.0", |
91 "package_config_tag": "@1.0.0", | 91 "package_config_tag": "@1.0.0", |
92 "package_resolver_tag": "@1.0.2+1", | 92 "package_resolver_tag": "@1.0.2+1", |
93 "path_tag": "@1.4.1", | 93 "path_tag": "@1.4.1", |
94 "plugin_tag": "@0.2.0", | 94 "plugin_tag": "@0.2.0", |
95 "ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93", | 95 "ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93", |
96 "pool_tag": "@1.3.0", | 96 "pool_tag": "@1.3.0", |
97 "protobuf_tag": "@0.5.4", | 97 "protobuf_tag": "@0.5.4", |
98 "pub_rev": "@492372c4546c5a1a8b45891f956d2b2e98221fb0", | 98 "pub_rev": "@a8781274e3a38c34a49d4c5bffb98557c6022a75", |
99 "pub_semver_tag": "@1.3.2", | 99 "pub_semver_tag": "@1.3.2", |
100 "quiver_tag": "@0.22.0", | 100 "quiver_tag": "@0.22.0", |
101 "resource_rev":"@a49101ba2deb29c728acba6fb86000a8f730f4b1", | 101 "resource_rev":"@a49101ba2deb29c728acba6fb86000a8f730f4b1", |
102 "root_certificates_rev": "@a4c7c6f23a664a37bc1b6f15a819e3f2a292791a", | 102 "root_certificates_rev": "@a4c7c6f23a664a37bc1b6f15a819e3f2a292791a", |
103 "scheduled_test_tag": "@0.12.11", | 103 "scheduled_test_tag": "@0.12.11", |
104 "shelf_static_tag": "@0.2.4", | 104 "shelf_static_tag": "@0.2.4", |
105 "shelf_packages_handler_tag": "@1.0.0", | 105 "shelf_packages_handler_tag": "@1.0.0", |
106 "shelf_tag": "@0.6.7+2", | 106 "shelf_tag": "@0.6.7+2", |
107 "shelf_web_socket_tag": "@0.2.1", | 107 "shelf_web_socket_tag": "@0.2.1", |
108 "smoke_tag" : "@v0.3.6+2", | 108 "smoke_tag" : "@v0.3.6+2", |
(...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
492 # Update the Windows toolchain if necessary. | 492 # Update the Windows toolchain if necessary. |
493 'name': 'win_toolchain', | 493 'name': 'win_toolchain', |
494 'pattern': '.', | 494 'pattern': '.', |
495 'action': ['python', 'sdk/build/vs_toolchain.py', 'update'], | 495 'action': ['python', 'sdk/build/vs_toolchain.py', 'update'], |
496 }, | 496 }, |
497 { | 497 { |
498 "pattern": ".", | 498 "pattern": ".", |
499 "action": ["python", Var("dart_root") + "/tools/generate_buildfiles.py"], | 499 "action": ["python", Var("dart_root") + "/tools/generate_buildfiles.py"], |
500 }, | 500 }, |
501 ] | 501 ] |
OLD | NEW |