| 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 # The svn location to pull out dependencies from | 10 # The svn location to pull out dependencies from |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 71 "markdown_rev": "@9a1071a859df9c9edd4f556e948f898f70bf1e5e", | 71 "markdown_rev": "@9a1071a859df9c9edd4f556e948f898f70bf1e5e", |
| 72 "matcher_tag": "@0.12.0", | 72 "matcher_tag": "@0.12.0", |
| 73 "metatest_rev": "@e5aa8e4e19fc4188ac2f6d38368a47d8f07c3df1", | 73 "metatest_rev": "@e5aa8e4e19fc4188ac2f6d38368a47d8f07c3df1", |
| 74 "mime_rev": "@75890811d4af5af080351ba8a2853ad4c8df98dd", | 74 "mime_rev": "@75890811d4af5af080351ba8a2853ad4c8df98dd", |
| 75 "mustache4dart_rev" : "@5724cfd85151e5b6b53ddcd3380daf188fe47f92", | 75 "mustache4dart_rev" : "@5724cfd85151e5b6b53ddcd3380daf188fe47f92", |
| 76 "net_nss_rev": "@f81948e9a402db94287a43bb34a07ee0daf56cb5", | 76 "net_nss_rev": "@f81948e9a402db94287a43bb34a07ee0daf56cb5", |
| 77 "nss_rev": "@87b96db4268293187d7cf741907a6d5d1d8080e0", | 77 "nss_rev": "@87b96db4268293187d7cf741907a6d5d1d8080e0", |
| 78 "oauth2_rev": "@1bff41f4d54505c36f2d1a001b83b8b745c452f5", | 78 "oauth2_rev": "@1bff41f4d54505c36f2d1a001b83b8b745c452f5", |
| 79 "observe_rev": "@eee2b8ec34236fa46982575fbccff84f61202ac6", | 79 "observe_rev": "@eee2b8ec34236fa46982575fbccff84f61202ac6", |
| 80 "observatory_pub_packages_rev": "@cdc4b3d4c15b9c0c8e7702dff127b440afbb7485", | 80 "observatory_pub_packages_rev": "@cdc4b3d4c15b9c0c8e7702dff127b440afbb7485", |
| 81 "package_config_tag": "@0.1.3-dev", | 81 "package_config_rev": "@1998ff79238169eb288b90b7eb29c2915105b0e4", |
| 82 "path_tag": "@1.3.6", | 82 "path_tag": "@1.3.6", |
| 83 "petitparser_rev" : "@37878", | 83 "petitparser_rev" : "@37878", |
| 84 "ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93", | 84 "ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93", |
| 85 "plugin_tag": "@0.1.0", | 85 "plugin_tag": "@0.1.0", |
| 86 "pool_rev": "@e454b4b54d2987e8d2f0fbd3ac519641ada9bd0f", | 86 "pool_rev": "@e454b4b54d2987e8d2f0fbd3ac519641ada9bd0f", |
| 87 "pub_rev": "@4cc9aa3e6fd29c70b0929f3a827030b8a2ce0c7f", | 87 "pub_rev": "@4cc9aa3e6fd29c70b0929f3a827030b8a2ce0c7f", |
| 88 "pub_cache_tag": "@v0.1.0", | 88 "pub_cache_tag": "@v0.1.0", |
| 89 "pub_semver_tag": "@1.2.1", | 89 "pub_semver_tag": "@1.2.1", |
| 90 "quiver_tag": "@0.21.4", | 90 "quiver_tag": "@0.21.4", |
| 91 "scheduled_test_tag": "@0.12.1+2", | 91 "scheduled_test_tag": "@0.12.1+2", |
| (...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 235 + Var("mustache4dart_rev"), | 235 + Var("mustache4dart_rev"), |
| 236 Var("dart_root") + "/third_party/pkg/oauth2": | 236 Var("dart_root") + "/third_party/pkg/oauth2": |
| 237 (Var("github_mirror") % "oauth2") + Var("oauth2_rev"), | 237 (Var("github_mirror") % "oauth2") + Var("oauth2_rev"), |
| 238 Var("dart_root") + "/third_party/pkg/observe": | 238 Var("dart_root") + "/third_party/pkg/observe": |
| 239 (Var("github_mirror") % "observe") + Var("observe_rev"), | 239 (Var("github_mirror") % "observe") + Var("observe_rev"), |
| 240 Var("dart_root") + "/third_party/observatory_pub_packages": | 240 Var("dart_root") + "/third_party/observatory_pub_packages": |
| 241 (Var("github_mirror") % "observatory_pub_packages") | 241 (Var("github_mirror") % "observatory_pub_packages") |
| 242 + Var("observatory_pub_packages_rev"), | 242 + Var("observatory_pub_packages_rev"), |
| 243 Var("dart_root") + "/third_party/pkg_tested/package_config": | 243 Var("dart_root") + "/third_party/pkg_tested/package_config": |
| 244 (Var("github_mirror") % "package_config") + | 244 (Var("github_mirror") % "package_config") + |
| 245 Var("package_config_tag"), | 245 Var("package_config_rev"), |
| 246 Var("dart_root") + "/third_party/pkg/path": | 246 Var("dart_root") + "/third_party/pkg/path": |
| 247 (Var("github_mirror") % "path") + Var("path_tag"), | 247 (Var("github_mirror") % "path") + Var("path_tag"), |
| 248 Var("dart_root") + "/third_party/pkg/plugin": | 248 Var("dart_root") + "/third_party/pkg/plugin": |
| 249 (Var("github_mirror") % "plugin") + Var("plugin_tag"), | 249 (Var("github_mirror") % "plugin") + Var("plugin_tag"), |
| 250 Var("dart_root") + "/third_party/pkg/pool": | 250 Var("dart_root") + "/third_party/pkg/pool": |
| 251 (Var("github_mirror") % "pool") + Var("pool_rev"), | 251 (Var("github_mirror") % "pool") + Var("pool_rev"), |
| 252 Var("dart_root") + "/third_party/pkg/pub_semver": | 252 Var("dart_root") + "/third_party/pkg/pub_semver": |
| 253 (Var("github_mirror") % "pub_semver") + Var("pub_semver_tag"), | 253 (Var("github_mirror") % "pub_semver") + Var("pub_semver_tag"), |
| 254 Var("dart_root") + "/third_party/pkg/pub": | 254 Var("dart_root") + "/third_party/pkg/pub": |
| 255 (Var("github_mirror") % "pub") + Var("pub_rev"), | 255 (Var("github_mirror") % "pub") + Var("pub_rev"), |
| (...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 371 '--no_resume', | 371 '--no_resume', |
| 372 '--bucket', | 372 '--bucket', |
| 373 'dart-dependencies', | 373 'dart-dependencies', |
| 374 '-d', | 374 '-d', |
| 375 '-r', | 375 '-r', |
| 376 Var('dart_root') + '/third_party/d8', | 376 Var('dart_root') + '/third_party/d8', |
| 377 ], | 377 ], |
| 378 }, | 378 }, |
| 379 | 379 |
| 380 ] | 380 ] |
| OLD | NEW |