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 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
173 | 173 |
174 Var("dart_root") + "/third_party/dart-services": | 174 Var("dart_root") + "/third_party/dart-services": |
175 (Var("github_mirror") % "dart-services") + | 175 (Var("github_mirror") % "dart-services") + |
176 Var("dart_services_rev"), | 176 Var("dart_services_rev"), |
177 | 177 |
178 Var("dart_root") + "/third_party/pkg/analyzer_cli": | 178 Var("dart_root") + "/third_party/pkg/analyzer_cli": |
179 (Var("github_mirror") % "analyzer_cli") + Var("analyzer_cli_rev"), | 179 (Var("github_mirror") % "analyzer_cli") + Var("analyzer_cli_rev"), |
180 Var("dart_root") + "/third_party/pkg/args": | 180 Var("dart_root") + "/third_party/pkg/args": |
181 (Var("github_mirror") % "args") + Var("args_tag"), | 181 (Var("github_mirror") % "args") + Var("args_tag"), |
182 Var("dart_root") + "/third_party/pkg/async": | 182 Var("dart_root") + "/third_party/pkg/async": |
183 "https://github.com/dart-lang/async.git" + Var("async_tag"), | 183 (Var("github_mirror") % "async") + Var("async_tag"), |
184 Var("dart_root") + "/third_party/pkg/barback": | 184 Var("dart_root") + "/third_party/pkg/barback": |
185 (Var("github_mirror") % "barback") + Var("barback_rev"), | 185 (Var("github_mirror") % "barback") + Var("barback_rev"), |
186 Var("dart_root") + "/third_party/pkg/charcode": | 186 Var("dart_root") + "/third_party/pkg/charcode": |
187 (Var("github_mirror") % "charcode") + Var("charcode_tag"), | 187 (Var("github_mirror") % "charcode") + Var("charcode_tag"), |
188 Var("dart_root") + "/third_party/pkg/cli_util": | 188 Var("dart_root") + "/third_party/pkg/cli_util": |
189 (Var("github_mirror") % "cli_util") + Var("cli_util_tag"), | 189 (Var("github_mirror") % "cli_util") + Var("cli_util_tag"), |
190 Var("dart_root") + "/third_party/pkg/collection": | 190 Var("dart_root") + "/third_party/pkg/collection": |
191 (Var("github_mirror") % "collection") + Var("collection_rev"), | 191 (Var("github_mirror") % "collection") + Var("collection_rev"), |
192 Var("dart_root") + "/third_party/pkg/crypto": | 192 Var("dart_root") + "/third_party/pkg/crypto": |
193 (Var("github_mirror") % "crypto") + Var("crypto_rev"), | 193 (Var("github_mirror") % "crypto") + Var("crypto_rev"), |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
232 (Var("github_mirror") % "mime") + Var("mime_rev"), | 232 (Var("github_mirror") % "mime") + Var("mime_rev"), |
233 Var("dart_root") + "/third_party/pkg/mustache4dart": | 233 Var("dart_root") + "/third_party/pkg/mustache4dart": |
234 Var("chromium_git") | 234 Var("chromium_git") |
235 + "/external/github.com/valotas/mustache4dart.git" | 235 + "/external/github.com/valotas/mustache4dart.git" |
236 + Var("mustache4dart_rev"), | 236 + Var("mustache4dart_rev"), |
237 Var("dart_root") + "/third_party/pkg/oauth2": | 237 Var("dart_root") + "/third_party/pkg/oauth2": |
238 (Var("github_mirror") % "oauth2") + Var("oauth2_rev"), | 238 (Var("github_mirror") % "oauth2") + Var("oauth2_rev"), |
239 Var("dart_root") + "/third_party/pkg/observe": | 239 Var("dart_root") + "/third_party/pkg/observe": |
240 (Var("github_mirror") % "observe") + Var("observe_rev"), | 240 (Var("github_mirror") % "observe") + Var("observe_rev"), |
241 Var("dart_root") + "/third_party/observatory_pub_packages": | 241 Var("dart_root") + "/third_party/observatory_pub_packages": |
242 "https://github.com/dart-lang/observatory_pub_packages.git" | 242 (Var("github_mirror") % "observatory_pub_packages") |
243 + Var("observatory_pub_packages_rev"), | 243 + Var("observatory_pub_packages_rev"), |
244 Var("dart_root") + "/third_party/pkg/package_config": | 244 Var("dart_root") + "/third_party/pkg/package_config": |
245 (Var("github_mirror") % "package_config") + | 245 (Var("github_mirror") % "package_config") + |
246 Var("package_config_tag"), | 246 Var("package_config_tag"), |
247 Var("dart_root") + "/third_party/pkg/path": | 247 Var("dart_root") + "/third_party/pkg/path": |
248 (Var("github_mirror") % "path") + Var("path_tag"), | 248 (Var("github_mirror") % "path") + Var("path_tag"), |
249 Var("dart_root") + "/third_party/pkg/plugin": | 249 Var("dart_root") + "/third_party/pkg/plugin": |
250 (Var("github_mirror") % "plugin") + Var("plugin_tag"), | 250 (Var("github_mirror") % "plugin") + Var("plugin_tag"), |
251 Var("dart_root") + "/third_party/pkg/pool": | 251 Var("dart_root") + "/third_party/pkg/pool": |
252 (Var("github_mirror") % "pool") + Var("pool_rev"), | 252 (Var("github_mirror") % "pool") + Var("pool_rev"), |
253 Var("dart_root") + "/third_party/pkg/pub_semver": | 253 Var("dart_root") + "/third_party/pkg/pub_semver": |
254 (Var("github_mirror") % "pub_semver") + Var("pub_semver_tag"), | 254 (Var("github_mirror") % "pub_semver") + Var("pub_semver_tag"), |
255 Var("dart_root") + "/third_party/pkg/pub": | 255 Var("dart_root") + "/third_party/pkg/pub": |
256 ("https://github.com/dart-lang/pub.git") + Var("pub_rev"), | 256 (Var("github_mirror") % "pub") + Var("pub_rev"), |
257 Var("dart_root") + "/third_party/pkg/pub_cache": | 257 Var("dart_root") + "/third_party/pkg/pub_cache": |
258 (Var("github_mirror") % "pub_cache") + Var("pub_cache_tag"), | 258 (Var("github_mirror") % "pub_cache") + Var("pub_cache_tag"), |
259 Var("dart_root") + "/third_party/pkg/quiver": | 259 Var("dart_root") + "/third_party/pkg/quiver": |
260 Var("chromium_git") | 260 Var("chromium_git") |
261 + "/external/github.com/google/quiver-dart.git" | 261 + "/external/github.com/google/quiver-dart.git" |
262 + Var("quiver_tag"), | 262 + Var("quiver_tag"), |
263 Var("dart_root") + "/third_party/pkg/scheduled_test": | 263 Var("dart_root") + "/third_party/pkg/scheduled_test": |
264 (Var("github_mirror") % "scheduled_test") + | 264 (Var("github_mirror") % "scheduled_test") + |
265 Var("scheduled_test_tag"), | 265 Var("scheduled_test_tag"), |
266 Var("dart_root") + "/third_party/pkg/shelf": | 266 Var("dart_root") + "/third_party/pkg/shelf": |
267 (Var("github_mirror") % "shelf") + Var("shelf_rev"), | 267 (Var("github_mirror") % "shelf") + Var("shelf_rev"), |
268 Var("dart_root") + "/third_party/pkg/shelf_static": | 268 Var("dart_root") + "/third_party/pkg/shelf_static": |
269 "https://github.com/kevmoo/shelf_static.dart.git" + | 269 "https://github.com/kevmoo/shelf_static.dart.git" + |
270 Var("shelf_static_rev"), | 270 Var("shelf_static_rev"), |
271 Var("dart_root") + "/third_party/pkg/shelf_web_socket": | 271 Var("dart_root") + "/third_party/pkg/shelf_web_socket": |
272 (Var("github_mirror") % "shelf_web_socket") + | 272 (Var("github_mirror") % "shelf_web_socket") + |
273 Var("shelf_web_socket_rev"), | 273 Var("shelf_web_socket_rev"), |
274 Var("dart_root") + "/third_party/pkg/smoke": | 274 Var("dart_root") + "/third_party/pkg/smoke": |
275 (Var("github_mirror") % "smoke") + Var("smoke_rev"), | 275 (Var("github_mirror") % "smoke") + Var("smoke_rev"), |
276 Var("dart_root") + "/third_party/pkg/source_maps": | 276 Var("dart_root") + "/third_party/pkg/source_maps": |
277 (Var("github_mirror") % "source_maps") + Var("source_maps_tag"), | 277 (Var("github_mirror") % "source_maps") + Var("source_maps_tag"), |
278 Var("dart_root") + "/third_party/pkg/source_span": | 278 Var("dart_root") + "/third_party/pkg/source_span": |
279 (Var("github_mirror") % "source_span") + Var("source_span_tag"), | 279 (Var("github_mirror") % "source_span") + Var("source_span_tag"), |
280 Var("dart_root") + "/third_party/pkg/source_map_stack_trace": | 280 Var("dart_root") + "/third_party/pkg/source_map_stack_trace": |
281 "https://github.com/dart-lang/source_map_stack_trace.git" + | 281 (Var("github_mirror") % "source_map_stack_trace") + |
282 Var("source_map_stack_trace_tag"), | 282 Var("source_map_stack_trace_tag"), |
283 Var("dart_root") + "/third_party/pkg/stack_trace": | 283 Var("dart_root") + "/third_party/pkg/stack_trace": |
284 (Var("github_mirror") % "stack_trace") + Var("stack_trace_tag"), | 284 (Var("github_mirror") % "stack_trace") + Var("stack_trace_tag"), |
285 Var("dart_root") + "/third_party/pkg/string_scanner": | 285 Var("dart_root") + "/third_party/pkg/string_scanner": |
286 (Var("github_mirror") % "string_scanner") + | 286 (Var("github_mirror") % "string_scanner") + |
287 Var("string_scanner_rev"), | 287 Var("string_scanner_rev"), |
288 Var("dart_root") + "/third_party/sunflower": | 288 Var("dart_root") + "/third_party/sunflower": |
289 (Var("github_mirror") % "sample-sunflower") + | 289 (Var("github_mirror") % "sample-sunflower") + |
290 Var("sunflower_rev"), | 290 Var("sunflower_rev"), |
291 Var("dart_root") + "/third_party/pkg/test": | 291 Var("dart_root") + "/third_party/pkg/test": |
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
374 '--no_resume', | 374 '--no_resume', |
375 '--bucket', | 375 '--bucket', |
376 'dart-dependencies', | 376 'dart-dependencies', |
377 '-d', | 377 '-d', |
378 '-r', | 378 '-r', |
379 Var('dart_root') + '/third_party/d8', | 379 Var('dart_root') + '/third_party/d8', |
380 ], | 380 ], |
381 }, | 381 }, |
382 | 382 |
383 ] | 383 ] |
OLD | NEW |