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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
84 "oauth2_tag": "@1.0.2", | 84 "oauth2_tag": "@1.0.2", |
85 "observatory_pub_packages_rev": "@26aad88f1c1915d39bbcbff3cad589e2402fdcf1", | 85 "observatory_pub_packages_rev": "@26aad88f1c1915d39bbcbff3cad589e2402fdcf1", |
86 "observe_tag": "@0.13.5", | 86 "observe_tag": "@0.13.5", |
87 "package_config_tag": "@1.0.0", | 87 "package_config_tag": "@1.0.0", |
88 "package_resolver_tag": "@1.0.2", | 88 "package_resolver_tag": "@1.0.2", |
89 "path_tag": "@1.3.9", | 89 "path_tag": "@1.3.9", |
90 "plugin_tag": "@0.2.0", | 90 "plugin_tag": "@0.2.0", |
91 "ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93", | 91 "ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93", |
92 "pool_tag": "@1.2.4", | 92 "pool_tag": "@1.2.4", |
93 "protobuf_tag": "@0.5.3", | 93 "protobuf_tag": "@0.5.3", |
94 "pub_cache_tag": "@v0.1.0", | |
95 "pub_rev": "@3dd04bd17ba269ccdd34502a253041dd96ded3be", | 94 "pub_rev": "@3dd04bd17ba269ccdd34502a253041dd96ded3be", |
96 "pub_semver_tag": "@1.3.0", | 95 "pub_semver_tag": "@1.3.0", |
97 "quiver_tag": "@0.22.0", | 96 "quiver_tag": "@0.22.0", |
98 "resource_rev":"@a49101ba2deb29c728acba6fb86000a8f730f4b1", | 97 "resource_rev":"@a49101ba2deb29c728acba6fb86000a8f730f4b1", |
99 "root_certificates_rev": "@aed07942ce98507d2be28cbd29e879525410c7fc", | 98 "root_certificates_rev": "@aed07942ce98507d2be28cbd29e879525410c7fc", |
100 "scheduled_test_tag": "@0.12.6", | 99 "scheduled_test_tag": "@0.12.6", |
101 "shelf_static_tag": "@0.2.4", | 100 "shelf_static_tag": "@0.2.4", |
102 "shelf_packages_handler_tag": "@1.0.0", | 101 "shelf_packages_handler_tag": "@1.0.0", |
103 "shelf_tag": "@0.6.5+3", | 102 "shelf_tag": "@0.6.5+3", |
104 "shelf_web_socket_tag": "@0.2.1", | 103 "shelf_web_socket_tag": "@0.2.1", |
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
272 Var("dart_root") + "/third_party/pkg/plugin": | 271 Var("dart_root") + "/third_party/pkg/plugin": |
273 (Var("github_mirror") % "plugin") + Var("plugin_tag"), | 272 (Var("github_mirror") % "plugin") + Var("plugin_tag"), |
274 Var("dart_root") + "/third_party/pkg/pool": | 273 Var("dart_root") + "/third_party/pkg/pool": |
275 (Var("github_mirror") % "pool") + Var("pool_tag"), | 274 (Var("github_mirror") % "pool") + Var("pool_tag"), |
276 Var("dart_root") + "/third_party/pkg/protobuf": | 275 Var("dart_root") + "/third_party/pkg/protobuf": |
277 (Var("github_dartlang") % "dart-protobuf") + Var("protobuf_tag"), | 276 (Var("github_dartlang") % "dart-protobuf") + Var("protobuf_tag"), |
278 Var("dart_root") + "/third_party/pkg/pub_semver": | 277 Var("dart_root") + "/third_party/pkg/pub_semver": |
279 (Var("github_mirror") % "pub_semver") + Var("pub_semver_tag"), | 278 (Var("github_mirror") % "pub_semver") + Var("pub_semver_tag"), |
280 Var("dart_root") + "/third_party/pkg/pub": | 279 Var("dart_root") + "/third_party/pkg/pub": |
281 (Var("github_mirror") % "pub") + Var("pub_rev"), | 280 (Var("github_mirror") % "pub") + Var("pub_rev"), |
282 Var("dart_root") + "/third_party/pkg/pub_cache": | |
283 (Var("github_mirror") % "pub_cache") + Var("pub_cache_tag"), | |
284 Var("dart_root") + "/third_party/pkg/quiver": | 281 Var("dart_root") + "/third_party/pkg/quiver": |
285 Var("chromium_git") | 282 Var("chromium_git") |
286 + "/external/github.com/google/quiver-dart.git" | 283 + "/external/github.com/google/quiver-dart.git" |
287 + Var("quiver_tag"), | 284 + Var("quiver_tag"), |
288 Var("dart_root") + "/third_party/pkg/resource": | 285 Var("dart_root") + "/third_party/pkg/resource": |
289 (Var("github_mirror") % "resource") + Var("resource_rev"), | 286 (Var("github_mirror") % "resource") + Var("resource_rev"), |
290 Var("dart_root") + "/third_party/pkg/scheduled_test": | 287 Var("dart_root") + "/third_party/pkg/scheduled_test": |
291 (Var("github_mirror") % "scheduled_test") + Var("scheduled_test_tag"), | 288 (Var("github_mirror") % "scheduled_test") + Var("scheduled_test_tag"), |
292 Var("dart_root") + "/third_party/pkg/shelf": | 289 Var("dart_root") + "/third_party/pkg/shelf": |
293 (Var("github_mirror") % "shelf") + Var("shelf_tag"), | 290 (Var("github_mirror") % "shelf") + Var("shelf_tag"), |
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
598 # Update the Windows toolchain if necessary. | 595 # Update the Windows toolchain if necessary. |
599 'name': 'win_toolchain', | 596 'name': 'win_toolchain', |
600 'pattern': '.', | 597 'pattern': '.', |
601 'action': ['python', 'sdk/build/vs_toolchain.py', 'update'], | 598 'action': ['python', 'sdk/build/vs_toolchain.py', 'update'], |
602 }, | 599 }, |
603 { | 600 { |
604 "pattern": ".", | 601 "pattern": ".", |
605 "action": ["python", Var("dart_root") + "/tools/generate_buildfiles.py"], | 602 "action": ["python", Var("dart_root") + "/tools/generate_buildfiles.py"], |
606 }, | 603 }, |
607 ] | 604 ] |
OLD | NEW |