| 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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 "markdown_rev": "@4aaadf3d940bb172e1f6285af4d2b1710d309982", | 62 "markdown_rev": "@4aaadf3d940bb172e1f6285af4d2b1710d309982", |
| 63 "matcher_tag": "@0.12.0", | 63 "matcher_tag": "@0.12.0", |
| 64 "metatest_rev": "@e5aa8e4e19fc4188ac2f6d38368a47d8f07c3df1", | 64 "metatest_rev": "@e5aa8e4e19fc4188ac2f6d38368a47d8f07c3df1", |
| 65 "mime_rev": "@75890811d4af5af080351ba8a2853ad4c8df98dd", | 65 "mime_rev": "@75890811d4af5af080351ba8a2853ad4c8df98dd", |
| 66 "mustache4dart_rev" : "@5724cfd85151e5b6b53ddcd3380daf188fe47f92", | 66 "mustache4dart_rev" : "@5724cfd85151e5b6b53ddcd3380daf188fe47f92", |
| 67 "oauth2_tag": "@1.0.0", | 67 "oauth2_tag": "@1.0.0", |
| 68 "observe_rev": "@eee2b8ec34236fa46982575fbccff84f61202ac6", | 68 "observe_rev": "@eee2b8ec34236fa46982575fbccff84f61202ac6", |
| 69 "observatory_pub_packages_rev": "@cf90eb9077177d3d6b3fd5e8289477c2385c026a", | 69 "observatory_pub_packages_rev": "@cf90eb9077177d3d6b3fd5e8289477c2385c026a", |
| 70 "package_config_rev": "@0.1.3", | 70 "package_config_rev": "@0.1.3", |
| 71 "path_tag": "@1.3.6", | 71 "path_tag": "@1.3.6", |
| 72 "petitparser_rev" : "@37878", | |
| 73 "ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93", | 72 "ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93", |
| 74 "plugin_tag": "@0.1.0", | 73 "plugin_tag": "@0.1.0", |
| 75 "pool_tag": "@1.2.1", | 74 "pool_tag": "@1.2.1", |
| 76 "pub_rev": "@a1dd3484795b2bc221aaa8d007f3162251b3c08e", | 75 "pub_rev": "@a1dd3484795b2bc221aaa8d007f3162251b3c08e", |
| 77 "pub_cache_tag": "@v0.1.0", | 76 "pub_cache_tag": "@v0.1.0", |
| 78 "pub_semver_tag": "@1.2.1", | 77 "pub_semver_tag": "@1.2.1", |
| 79 "quiver_tag": "@0.21.4", | 78 "quiver_tag": "@0.21.4", |
| 80 "root_certificates_rev": "@c3a41df63afacec62fcb8135196177e35fe72f71", | 79 "root_certificates_rev": "@c3a41df63afacec62fcb8135196177e35fe72f71", |
| 81 "scheduled_test_tag": "@0.12.4+2", | 80 "scheduled_test_tag": "@0.12.4+2", |
| 82 "shelf_tag": "@0.6.2+1", | 81 "shelf_tag": "@0.6.2+1", |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 132 Var("jinja2_rev"), | 131 Var("jinja2_rev"), |
| 133 | 132 |
| 134 Var("dart_root") + "/third_party/ply": | 133 Var("dart_root") + "/third_party/ply": |
| 135 Var("chromium_git") + "/chromium/src/third_party/ply.git" + | 134 Var("chromium_git") + "/chromium/src/third_party/ply.git" + |
| 136 Var("ply_rev"), | 135 Var("ply_rev"), |
| 137 | 136 |
| 138 Var("dart_root") + "/third_party/idl_parser": | 137 Var("dart_root") + "/third_party/idl_parser": |
| 139 Var("chromium_git") + "/chromium/src/tools/idl_parser.git" + | 138 Var("chromium_git") + "/chromium/src/tools/idl_parser.git" + |
| 140 Var("idl_parser_rev"), | 139 Var("idl_parser_rev"), |
| 141 | 140 |
| 142 Var("dart_root") + "/third_party/pkg/petitparser": | |
| 143 Var("third_party") + "/petitparser" + Var("petitparser_rev"), | |
| 144 Var("dart_root") + "/third_party/WebCore": | 141 Var("dart_root") + "/third_party/WebCore": |
| 145 Var("third_party") + "/WebCore" + Var("WebCore_rev"), | 142 Var("third_party") + "/WebCore" + Var("WebCore_rev"), |
| 146 | 143 |
| 147 Var("dart_root") + "/third_party/pkg/args": | 144 Var("dart_root") + "/third_party/pkg/args": |
| 148 (Var("github_mirror") % "args") + Var("args_tag"), | 145 (Var("github_mirror") % "args") + Var("args_tag"), |
| 149 Var("dart_root") + "/third_party/pkg/async": | 146 Var("dart_root") + "/third_party/pkg/async": |
| 150 (Var("github_mirror") % "async") + Var("async_tag"), | 147 (Var("github_mirror") % "async") + Var("async_tag"), |
| 151 Var("dart_root") + "/third_party/pkg/barback": | 148 Var("dart_root") + "/third_party/pkg/barback": |
| 152 (Var("github_mirror") % "barback") + Var("barback_tag"), | 149 (Var("github_mirror") % "barback") + Var("barback_tag"), |
| 153 Var("dart_root") + "/third_party/pkg/charcode": | 150 Var("dart_root") + "/third_party/pkg/charcode": |
| (...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 377 "--no_auth", | 374 "--no_auth", |
| 378 "--no_resume", | 375 "--no_resume", |
| 379 "--bucket", | 376 "--bucket", |
| 380 "dart-dependencies", | 377 "dart-dependencies", |
| 381 "--platform=win32", | 378 "--platform=win32", |
| 382 "--directory", | 379 "--directory", |
| 383 Var('dart_root') + "/third_party/drt_resources", | 380 Var('dart_root') + "/third_party/drt_resources", |
| 384 ], | 381 ], |
| 385 }, | 382 }, |
| 386 { | 383 { |
| 384 "name": "petitparser", |
| 385 "pattern": ".", |
| 386 "action": [ |
| 387 "download_from_google_storage", |
| 388 "--no_auth", |
| 389 "--no_resume", |
| 390 "--bucket", |
| 391 "dart-dependencies", |
| 392 "--extract", |
| 393 "-s", |
| 394 Var('dart_root') + "/third_party/pkg/petitparser.tar.gz.sha1", |
| 395 ], |
| 396 }, |
| 397 { |
| 387 "name": "7zip", | 398 "name": "7zip", |
| 388 "pattern": ".", | 399 "pattern": ".", |
| 389 "action": [ | 400 "action": [ |
| 390 "download_from_google_storage", | 401 "download_from_google_storage", |
| 391 "--no_auth", | 402 "--no_auth", |
| 392 "--no_resume", | 403 "--no_resume", |
| 393 "--bucket", | 404 "--bucket", |
| 394 "dart-dependencies", | 405 "dart-dependencies", |
| 395 "--platform=win32", | 406 "--platform=win32", |
| 396 "--extract", | 407 "--extract", |
| 397 "-s", | 408 "-s", |
| 398 Var('dart_root') + "/third_party/7zip.tar.gz.sha1", | 409 Var('dart_root') + "/third_party/7zip.tar.gz.sha1", |
| 399 ], | 410 ], |
| 400 }, | 411 }, |
| 401 ] | 412 ] |
| OLD | NEW |