| 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 30 matching lines...) Expand all Loading... |
| 41 "analyzer_cli_rev" : "@090c4859a2f88e62ae71a11583ba31e9999c74f6", | 41 "analyzer_cli_rev" : "@090c4859a2f88e62ae71a11583ba31e9999c74f6", |
| 42 "args_tag": "@0.13.0", | 42 "args_tag": "@0.13.0", |
| 43 "barback_rev" : "@29ee90dbcf77cfd64632fa2797a4c8a4f29a4b51", | 43 "barback_rev" : "@29ee90dbcf77cfd64632fa2797a4c8a4f29a4b51", |
| 44 "charcode_tag": "@1.1.0", | 44 "charcode_tag": "@1.1.0", |
| 45 "chrome_rev" : "@19997", | 45 "chrome_rev" : "@19997", |
| 46 "clang_rev" : "@28450", | 46 "clang_rev" : "@28450", |
| 47 "cli_util_tag" : "@0.0.1+2", | 47 "cli_util_tag" : "@0.0.1+2", |
| 48 "collection_rev": "@1da9a07f32efa2ba0c391b289e2037391e31da0e", | 48 "collection_rev": "@1da9a07f32efa2ba0c391b289e2037391e31da0e", |
| 49 "crypto_rev" : "@2df57a1e26dd88e8d0614207d4b062c73209917d", | 49 "crypto_rev" : "@2df57a1e26dd88e8d0614207d4b062c73209917d", |
| 50 "csslib_tag" : "@0.12.0", | 50 "csslib_tag" : "@0.12.0", |
| 51 "dartdoc_tag" : "@v0.0.2+2", | 51 "dartdoc_rev" : "@9f677ec40f9beeb8933374885ef3af4c63d35d25", |
| 52 "dart_services_rev" : "@7aea2574e6f3924bf409a80afb8ad52aa2be4f97", | 52 "dart_services_rev" : "@7aea2574e6f3924bf409a80afb8ad52aa2be4f97", |
| 53 "dart_style_tag": "@0.1.8", | 53 "dart_style_tag": "@0.1.8", |
| 54 "fake_async_rev" : "@38614", | 54 "fake_async_rev" : "@38614", |
| 55 "firefox_jsshell_rev" : "@45554", | 55 "firefox_jsshell_rev" : "@45554", |
| 56 "glob_rev": "@704cf75e4f26b417505c5c611bdaacd8808467dd", | 56 "glob_rev": "@704cf75e4f26b417505c5c611bdaacd8808467dd", |
| 57 "gsutil_rev" : "@33376", | 57 "gsutil_rev" : "@33376", |
| 58 "html_tag" : "@0.12.1+1", | 58 "html_tag" : "@0.12.1+1", |
| 59 "http_rev" : "@9b93e1542c753090c50b46ef1592d44bc858bfe7", | 59 "http_rev" : "@9b93e1542c753090c50b46ef1592d44bc858bfe7", |
| 60 "http_multi_server_tag" : "@1.3.2", | 60 "http_multi_server_tag" : "@1.3.2", |
| 61 "http_parser_rev" : "@8b179e36aba985208e4c5fb15cfddd386b6370a4", | 61 "http_parser_rev" : "@8b179e36aba985208e4c5fb15cfddd386b6370a4", |
| (...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 186 (Var("github_mirror") % "cli_util") + Var("cli_util_tag"), | 186 (Var("github_mirror") % "cli_util") + Var("cli_util_tag"), |
| 187 Var("dart_root") + "/third_party/pkg/collection": | 187 Var("dart_root") + "/third_party/pkg/collection": |
| 188 (Var("github_mirror") % "collection") + Var("collection_rev"), | 188 (Var("github_mirror") % "collection") + Var("collection_rev"), |
| 189 Var("dart_root") + "/third_party/pkg/crypto": | 189 Var("dart_root") + "/third_party/pkg/crypto": |
| 190 (Var("github_mirror") % "crypto") + Var("crypto_rev"), | 190 (Var("github_mirror") % "crypto") + Var("crypto_rev"), |
| 191 Var("dart_root") + "/third_party/pkg/csslib": | 191 Var("dart_root") + "/third_party/pkg/csslib": |
| 192 (Var("github_mirror") % "csslib") + Var("csslib_tag"), | 192 (Var("github_mirror") % "csslib") + Var("csslib_tag"), |
| 193 Var("dart_root") + "/third_party/pkg_tested/dart_style": | 193 Var("dart_root") + "/third_party/pkg_tested/dart_style": |
| 194 (Var("github_mirror") % "dart_style") + Var("dart_style_tag"), | 194 (Var("github_mirror") % "dart_style") + Var("dart_style_tag"), |
| 195 Var("dart_root") + "/third_party/pkg/dartdoc": | 195 Var("dart_root") + "/third_party/pkg/dartdoc": |
| 196 "https://github.com/dart-lang/dartdoc.git" + Var("dartdoc_tag"), | 196 "https://github.com/dart-lang/dartdoc.git" + Var("dartdoc_rev"), |
| 197 Var("dart_root") + "/third_party/pkg/glob": | 197 Var("dart_root") + "/third_party/pkg/glob": |
| 198 (Var("github_mirror") % "glob") + Var("glob_rev"), | 198 (Var("github_mirror") % "glob") + Var("glob_rev"), |
| 199 Var("dart_root") + "/third_party/pkg/html": | 199 Var("dart_root") + "/third_party/pkg/html": |
| 200 (Var("github_mirror") % "html") + Var("html_tag"), | 200 (Var("github_mirror") % "html") + Var("html_tag"), |
| 201 Var("dart_root") + "/third_party/pkg/http": | 201 Var("dart_root") + "/third_party/pkg/http": |
| 202 (Var("github_mirror") % "http") + Var("http_rev"), | 202 (Var("github_mirror") % "http") + Var("http_rev"), |
| 203 Var("dart_root") + "/third_party/pkg/http_multi_server": | 203 Var("dart_root") + "/third_party/pkg/http_multi_server": |
| 204 (Var("github_mirror") % "http_multi_server") + | 204 (Var("github_mirror") % "http_multi_server") + |
| 205 Var("http_multi_server_tag"), | 205 Var("http_multi_server_tag"), |
| 206 Var("dart_root") + "/third_party/pkg/http_parser": | 206 Var("dart_root") + "/third_party/pkg/http_parser": |
| (...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 360 '--no_resume', | 360 '--no_resume', |
| 361 '--bucket', | 361 '--bucket', |
| 362 'dart-dependencies', | 362 'dart-dependencies', |
| 363 '-d', | 363 '-d', |
| 364 '-r', | 364 '-r', |
| 365 Var('dart_root') + '/third_party/d8', | 365 Var('dart_root') + '/third_party/d8', |
| 366 ], | 366 ], |
| 367 }, | 367 }, |
| 368 | 368 |
| 369 ] | 369 ] |
| OLD | NEW |