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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
69 "logging_rev": "@85d83e002670545e9039ad3985f0018ab640e597", | 69 "logging_rev": "@85d83e002670545e9039ad3985f0018ab640e597", |
70 "markdown_rev": "@56b0fd6c018d6103862d07e8e27407b9ea3b963d", | 70 "markdown_rev": "@56b0fd6c018d6103862d07e8e27407b9ea3b963d", |
71 "matcher_tag": "@0.12.0", | 71 "matcher_tag": "@0.12.0", |
72 "metatest_rev": "@e5aa8e4e19fc4188ac2f6d38368a47d8f07c3df1", | 72 "metatest_rev": "@e5aa8e4e19fc4188ac2f6d38368a47d8f07c3df1", |
73 "mime_rev": "@75890811d4af5af080351ba8a2853ad4c8df98dd", | 73 "mime_rev": "@75890811d4af5af080351ba8a2853ad4c8df98dd", |
74 "net_nss_rev": "@f81948e9a402db94287a43bb34a07ee0daf56cb5", | 74 "net_nss_rev": "@f81948e9a402db94287a43bb34a07ee0daf56cb5", |
75 "nss_rev": "@87b96db4268293187d7cf741907a6d5d1d8080e0", | 75 "nss_rev": "@87b96db4268293187d7cf741907a6d5d1d8080e0", |
76 "oauth2_rev": "@1bff41f4d54505c36f2d1a001b83b8b745c452f5", | 76 "oauth2_rev": "@1bff41f4d54505c36f2d1a001b83b8b745c452f5", |
77 "observe_rev": "@eee2b8ec34236fa46982575fbccff84f61202ac6", | 77 "observe_rev": "@eee2b8ec34236fa46982575fbccff84f61202ac6", |
78 "observatory_pub_packages_rev": "@45565", | 78 "observatory_pub_packages_rev": "@45565", |
79 "package_config_rev": "@286f9cf48448c4563e735a142c6f9442ab57674e", | 79 "package_config_tag": "@0.0.2", |
80 "path_rev": "@93b3e2aa1db0ac0c8bab9d341588d77acda60320", | 80 "path_rev": "@93b3e2aa1db0ac0c8bab9d341588d77acda60320", |
81 "petitparser_rev" : "@37878", | 81 "petitparser_rev" : "@37878", |
82 "ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93", | 82 "ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93", |
83 "plugin_tag": "@0.1.0", | 83 "plugin_tag": "@0.1.0", |
84 "pool_rev": "@22e12aeb16ad0b626900dbe79e4a25391ddfb28c", | 84 "pool_rev": "@22e12aeb16ad0b626900dbe79e4a25391ddfb28c", |
85 "pub_semver_tag": "@1.2.1", | 85 "pub_semver_tag": "@1.2.1", |
86 "scheduled_test_tag": "@0.11.8+1", | 86 "scheduled_test_tag": "@0.11.8+1", |
87 "shelf_rev": "@1e87b79b21ac5e6fa2f93576d6c06eaa65285ef4", | 87 "shelf_rev": "@1e87b79b21ac5e6fa2f93576d6c06eaa65285ef4", |
88 "smoke_rev" : "@f3361191cc2a85ebc1e4d4c33aec672d7915aba9", | 88 "smoke_rev" : "@f3361191cc2a85ebc1e4d4c33aec672d7915aba9", |
89 "source_maps_rev": "@379b4f31c4e2987eb15934d1ad8b419c6cc897b3", | 89 "source_maps_rev": "@379b4f31c4e2987eb15934d1ad8b419c6cc897b3", |
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
222 Var("dart_root") + "/third_party/pkg/metatest": | 222 Var("dart_root") + "/third_party/pkg/metatest": |
223 (Var("github_mirror") % "metatest") + Var("metatest_rev"), | 223 (Var("github_mirror") % "metatest") + Var("metatest_rev"), |
224 Var("dart_root") + "/third_party/pkg/mime": | 224 Var("dart_root") + "/third_party/pkg/mime": |
225 (Var("github_mirror") % "mime") + Var("mime_rev"), | 225 (Var("github_mirror") % "mime") + Var("mime_rev"), |
226 Var("dart_root") + "/third_party/pkg/oauth2": | 226 Var("dart_root") + "/third_party/pkg/oauth2": |
227 (Var("github_mirror") % "oauth2") + Var("oauth2_rev"), | 227 (Var("github_mirror") % "oauth2") + Var("oauth2_rev"), |
228 Var("dart_root") + "/third_party/pkg/observe": | 228 Var("dart_root") + "/third_party/pkg/observe": |
229 (Var("github_mirror") % "observe") + Var("observe_rev"), | 229 (Var("github_mirror") % "observe") + Var("observe_rev"), |
230 Var("dart_root") + "/third_party/pkg/package_config": | 230 Var("dart_root") + "/third_party/pkg/package_config": |
231 (Var("github_mirror") % "package_config") + | 231 (Var("github_mirror") % "package_config") + |
232 Var("package_config_rev"), | 232 Var("package_config_tag"), |
233 Var("dart_root") + "/third_party/pkg/path": | 233 Var("dart_root") + "/third_party/pkg/path": |
234 (Var("github_mirror") % "path") + Var("path_rev"), | 234 (Var("github_mirror") % "path") + Var("path_rev"), |
235 Var("dart_root") + "/third_party/pkg/plugin": | 235 Var("dart_root") + "/third_party/pkg/plugin": |
236 (Var("github_mirror") % "plugin") + Var("plugin_tag"), | 236 (Var("github_mirror") % "plugin") + Var("plugin_tag"), |
237 Var("dart_root") + "/third_party/pkg/pool": | 237 Var("dart_root") + "/third_party/pkg/pool": |
238 (Var("github_mirror") % "pool") + Var("pool_rev"), | 238 (Var("github_mirror") % "pool") + Var("pool_rev"), |
239 Var("dart_root") + "/third_party/pkg/pub_semver": | 239 Var("dart_root") + "/third_party/pkg/pub_semver": |
240 (Var("github_mirror") % "pub_semver") + Var("pub_semver_tag"), | 240 (Var("github_mirror") % "pub_semver") + Var("pub_semver_tag"), |
241 Var("dart_root") + "/third_party/pkg/scheduled_test": | 241 Var("dart_root") + "/third_party/pkg/scheduled_test": |
242 (Var("github_mirror") % "scheduled_test") + | 242 (Var("github_mirror") % "scheduled_test") + |
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
331 '--no_auth', | 331 '--no_auth', |
332 '--no_resume', | 332 '--no_resume', |
333 '--bucket', | 333 '--bucket', |
334 'dart-dependencies', | 334 'dart-dependencies', |
335 '-d', | 335 '-d', |
336 '-r', | 336 '-r', |
337 Var('dart_root') + '/tools/testing/bin', | 337 Var('dart_root') + '/tools/testing/bin', |
338 ], | 338 ], |
339 }, | 339 }, |
340 ] | 340 ] |
OLD | NEW |