| 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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 42 "args_tag": "@0.13.0", | 42 "args_tag": "@0.13.0", |
| 43 "async_tag": "@1.2.0", | 43 "async_tag": "@1.2.0", |
| 44 "barback_rev" : "@29ee90dbcf77cfd64632fa2797a4c8a4f29a4b51", | 44 "barback_rev" : "@29ee90dbcf77cfd64632fa2797a4c8a4f29a4b51", |
| 45 "charcode_tag": "@1.1.0", | 45 "charcode_tag": "@1.1.0", |
| 46 "chrome_rev" : "@19997", | 46 "chrome_rev" : "@19997", |
| 47 "clang_rev" : "@28450", | 47 "clang_rev" : "@28450", |
| 48 "cli_util_tag" : "@0.0.1+2", | 48 "cli_util_tag" : "@0.0.1+2", |
| 49 "collection_rev": "@1da9a07f32efa2ba0c391b289e2037391e31da0e", | 49 "collection_rev": "@1da9a07f32efa2ba0c391b289e2037391e31da0e", |
| 50 "crypto_rev" : "@2df57a1e26dd88e8d0614207d4b062c73209917d", | 50 "crypto_rev" : "@2df57a1e26dd88e8d0614207d4b062c73209917d", |
| 51 "csslib_tag" : "@0.12.0", | 51 "csslib_tag" : "@0.12.0", |
| 52 "dartdoc_rev" : "@3cf49275e8e967b1dff5324fe40694112a4d5648", | 52 "dartdoc_tag" : "@v0.0.3", |
| 53 "dart_services_rev" : "@7aea2574e6f3924bf409a80afb8ad52aa2be4f97", | 53 "dart_services_rev" : "@7aea2574e6f3924bf409a80afb8ad52aa2be4f97", |
| 54 "dart_style_tag": "@0.1.8+1", | 54 "dart_style_tag": "@0.1.8+1", |
| 55 "dev_compiler_rev": "@0.1.1", | 55 "dev_compiler_rev": "@0.1.1", |
| 56 "fake_async_rev" : "@38614", | 56 "fake_async_rev" : "@38614", |
| 57 "firefox_jsshell_rev" : "@45554", | 57 "firefox_jsshell_rev" : "@45554", |
| 58 "glob_rev": "@704cf75e4f26b417505c5c611bdaacd8808467dd", | 58 "glob_rev": "@704cf75e4f26b417505c5c611bdaacd8808467dd", |
| 59 "gsutil_rev" : "@33376", | 59 "gsutil_rev" : "@33376", |
| 60 "html_tag" : "@0.12.1+1", | 60 "html_tag" : "@0.12.1+1", |
| 61 "http_rev" : "@9b93e1542c753090c50b46ef1592d44bc858bfe7", | 61 "http_rev" : "@9b93e1542c753090c50b46ef1592d44bc858bfe7", |
| 62 "http_multi_server_tag" : "@1.3.2", | 62 "http_multi_server_tag" : "@1.3.2", |
| (...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 192 (Var("github_mirror") % "cli_util") + Var("cli_util_tag"), | 192 (Var("github_mirror") % "cli_util") + Var("cli_util_tag"), |
| 193 Var("dart_root") + "/third_party/pkg/collection": | 193 Var("dart_root") + "/third_party/pkg/collection": |
| 194 (Var("github_mirror") % "collection") + Var("collection_rev"), | 194 (Var("github_mirror") % "collection") + Var("collection_rev"), |
| 195 Var("dart_root") + "/third_party/pkg/crypto": | 195 Var("dart_root") + "/third_party/pkg/crypto": |
| 196 (Var("github_mirror") % "crypto") + Var("crypto_rev"), | 196 (Var("github_mirror") % "crypto") + Var("crypto_rev"), |
| 197 Var("dart_root") + "/third_party/pkg/csslib": | 197 Var("dart_root") + "/third_party/pkg/csslib": |
| 198 (Var("github_mirror") % "csslib") + Var("csslib_tag"), | 198 (Var("github_mirror") % "csslib") + Var("csslib_tag"), |
| 199 Var("dart_root") + "/third_party/pkg_tested/dart_style": | 199 Var("dart_root") + "/third_party/pkg_tested/dart_style": |
| 200 (Var("github_mirror") % "dart_style") + Var("dart_style_tag"), | 200 (Var("github_mirror") % "dart_style") + Var("dart_style_tag"), |
| 201 Var("dart_root") + "/third_party/pkg/dartdoc": | 201 Var("dart_root") + "/third_party/pkg/dartdoc": |
| 202 "https://github.com/dart-lang/dartdoc.git" + Var("dartdoc_rev"), | 202 "https://github.com/dart-lang/dartdoc.git" + Var("dartdoc_tag"), |
| 203 Var("dart_root") + "/third_party/pkg/dev_compiler": | 203 Var("dart_root") + "/third_party/pkg/dev_compiler": |
| 204 "https://github.com/dart-lang/dev_compiler.git" + Var("dev_compiler_rev"), | 204 "https://github.com/dart-lang/dev_compiler.git" + Var("dev_compiler_rev"), |
| 205 Var("dart_root") + "/third_party/pkg/glob": | 205 Var("dart_root") + "/third_party/pkg/glob": |
| 206 (Var("github_mirror") % "glob") + Var("glob_rev"), | 206 (Var("github_mirror") % "glob") + Var("glob_rev"), |
| 207 Var("dart_root") + "/third_party/pkg/html": | 207 Var("dart_root") + "/third_party/pkg/html": |
| 208 (Var("github_mirror") % "html") + Var("html_tag"), | 208 (Var("github_mirror") % "html") + Var("html_tag"), |
| 209 Var("dart_root") + "/third_party/pkg/http": | 209 Var("dart_root") + "/third_party/pkg/http": |
| 210 (Var("github_mirror") % "http") + Var("http_rev"), | 210 (Var("github_mirror") % "http") + Var("http_rev"), |
| 211 Var("dart_root") + "/third_party/pkg/http_multi_server": | 211 Var("dart_root") + "/third_party/pkg/http_multi_server": |
| 212 (Var("github_mirror") % "http_multi_server") + | 212 (Var("github_mirror") % "http_multi_server") + |
| (...skipping 161 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 |