| 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 29 matching lines...) Expand all Loading... |
| 40 "collection_rev": "@f6135e6350c63eb3f4dd12953b8d4363faff16fc", | 40 "collection_rev": "@f6135e6350c63eb3f4dd12953b8d4363faff16fc", |
| 41 "convert_tag": "@1.0.0", | 41 "convert_tag": "@1.0.0", |
| 42 "crypto_rev" : "@2df57a1e26dd88e8d0614207d4b062c73209917d", | 42 "crypto_rev" : "@2df57a1e26dd88e8d0614207d4b062c73209917d", |
| 43 "csslib_tag" : "@0.12.0", | 43 "csslib_tag" : "@0.12.0", |
| 44 "dart2js_info_rev" : "@0a221eaf16aec3879c45719de656680ccb80d8a1", | 44 "dart2js_info_rev" : "@0a221eaf16aec3879c45719de656680ccb80d8a1", |
| 45 "dartdoc_tag" : "@v0.8.4", | 45 "dartdoc_tag" : "@v0.8.4", |
| 46 "dart_services_rev" : "@7aea2574e6f3924bf409a80afb8ad52aa2be4f97", | 46 "dart_services_rev" : "@7aea2574e6f3924bf409a80afb8ad52aa2be4f97", |
| 47 "dart_style_tag": "@0.2.2", | 47 "dart_style_tag": "@0.2.2", |
| 48 "dev_compiler_rev": "@0.1.9", | 48 "dev_compiler_rev": "@0.1.9", |
| 49 "glob_rev": "@704cf75e4f26b417505c5c611bdaacd8808467dd", | 49 "glob_rev": "@704cf75e4f26b417505c5c611bdaacd8808467dd", |
| 50 "gsutil_rev" : "@4af393661a48e69dab038bf6440e7750ea49b085", | |
| 51 "html_tag" : "@0.12.1+1", | 50 "html_tag" : "@0.12.1+1", |
| 52 "http_rev" : "@9b93e1542c753090c50b46ef1592d44bc858bfe7", | 51 "http_rev" : "@9b93e1542c753090c50b46ef1592d44bc858bfe7", |
| 53 "http_multi_server_tag" : "@2.0.0", | 52 "http_multi_server_tag" : "@2.0.0", |
| 54 "http_parser_tag" : "@1.1.0", | 53 "http_parser_tag" : "@1.1.0", |
| 55 "http_throttle_rev" : "@a81f08be942cdd608883c7b67795c12226abc235", | 54 "http_throttle_rev" : "@a81f08be942cdd608883c7b67795c12226abc235", |
| 56 "idl_parser_rev": "@6316d5982dc24b34d09dd8b10fbeaaff28d83a48", | 55 "idl_parser_rev": "@6316d5982dc24b34d09dd8b10fbeaaff28d83a48", |
| 57 "intl_rev": "@a8b480b9c436f6c0ec16730804c914bdb4e30d53", | 56 "intl_rev": "@a8b480b9c436f6c0ec16730804c914bdb4e30d53", |
| 58 "jinja2_rev": "@2222b31554f03e62600cd7e383376a7c187967a1", | 57 "jinja2_rev": "@2222b31554f03e62600cd7e383376a7c187967a1", |
| 59 "json_rpc_2_tag": "@1.1.1", | 58 "json_rpc_2_tag": "@1.1.1", |
| 60 "linter_rev": "@5a599fd32d3b6ef00ffa7c330d1f32bbad287228", | 59 "linter_rev": "@5a599fd32d3b6ef00ffa7c330d1f32bbad287228", |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 168 Var("dart_root") + "/third_party/pkg_tested/dart_style": | 167 Var("dart_root") + "/third_party/pkg_tested/dart_style": |
| 169 (Var("github_mirror") % "dart_style") + Var("dart_style_tag"), | 168 (Var("github_mirror") % "dart_style") + Var("dart_style_tag"), |
| 170 Var("dart_root") + "/third_party/pkg/dart2js_info": | 169 Var("dart_root") + "/third_party/pkg/dart2js_info": |
| 171 (Var("github_mirror") % "dart2js_info") + Var("dart2js_info_rev"), | 170 (Var("github_mirror") % "dart2js_info") + Var("dart2js_info_rev"), |
| 172 Var("dart_root") + "/third_party/pkg/dartdoc": | 171 Var("dart_root") + "/third_party/pkg/dartdoc": |
| 173 (Var("github_mirror") % "dartdoc") + Var("dartdoc_tag"), | 172 (Var("github_mirror") % "dartdoc") + Var("dartdoc_tag"), |
| 174 Var("dart_root") + "/third_party/pkg/dev_compiler": | 173 Var("dart_root") + "/third_party/pkg/dev_compiler": |
| 175 (Var("github_mirror") % "dev_compiler") + Var("dev_compiler_rev"), | 174 (Var("github_mirror") % "dev_compiler") + Var("dev_compiler_rev"), |
| 176 Var("dart_root") + "/third_party/pkg/glob": | 175 Var("dart_root") + "/third_party/pkg/glob": |
| 177 (Var("github_mirror") % "glob") + Var("glob_rev"), | 176 (Var("github_mirror") % "glob") + Var("glob_rev"), |
| 178 Var("dart_root") + "/third_party/gsutil": | |
| 179 "https://github.com/GoogleCloudPlatform/gsutil.git" + Var("gsutil_rev"), | |
| 180 Var("dart_root") + "/third_party/pkg/html": | 177 Var("dart_root") + "/third_party/pkg/html": |
| 181 (Var("github_mirror") % "html") + Var("html_tag"), | 178 (Var("github_mirror") % "html") + Var("html_tag"), |
| 182 Var("dart_root") + "/third_party/pkg/http": | 179 Var("dart_root") + "/third_party/pkg/http": |
| 183 (Var("github_mirror") % "http") + Var("http_rev"), | 180 (Var("github_mirror") % "http") + Var("http_rev"), |
| 184 Var("dart_root") + "/third_party/pkg/http_multi_server": | 181 Var("dart_root") + "/third_party/pkg/http_multi_server": |
| 185 (Var("github_mirror") % "http_multi_server") + | 182 (Var("github_mirror") % "http_multi_server") + |
| 186 Var("http_multi_server_tag"), | 183 Var("http_multi_server_tag"), |
| 187 Var("dart_root") + "/third_party/pkg/http_parser": | 184 Var("dart_root") + "/third_party/pkg/http_parser": |
| 188 (Var("github_mirror") % "http_parser") + Var("http_parser_tag"), | 185 (Var("github_mirror") % "http_parser") + Var("http_parser_tag"), |
| 189 Var("dart_root") + "/third_party/pkg/http_throttle": | 186 Var("dart_root") + "/third_party/pkg/http_throttle": |
| (...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 391 "--no_auth", | 388 "--no_auth", |
| 392 "--no_resume", | 389 "--no_resume", |
| 393 "--bucket", | 390 "--bucket", |
| 394 "dart-dependencies", | 391 "dart-dependencies", |
| 395 "--platform=win32", | 392 "--platform=win32", |
| 396 "--extract", | 393 "--extract", |
| 397 "-s", | 394 "-s", |
| 398 Var('dart_root') + "/third_party/7zip.tar.gz.sha1", | 395 Var('dart_root') + "/third_party/7zip.tar.gz.sha1", |
| 399 ], | 396 ], |
| 400 }, | 397 }, |
| 398 { |
| 399 "name": "gsutil", |
| 400 "pattern": ".", |
| 401 "action": [ |
| 402 "download_from_google_storage", |
| 403 "--no_auth", |
| 404 "--no_resume", |
| 405 "--bucket", |
| 406 "dart-dependencies", |
| 407 "--extract", |
| 408 "-s", |
| 409 Var('dart_root') + "/third_party/gsutil.tar.gz.sha1", |
| 410 ], |
| 411 }, |
| 401 ] | 412 ] |
| OLD | NEW |