| 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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 43 "barback_tag" : "@0.15.2+7", | 43 "barback_tag" : "@0.15.2+7", |
| 44 "boringssl_rev" : "@daeafc22c66ad48f6b32fc8d3362eb9ba31b774e", | 44 "boringssl_rev" : "@daeafc22c66ad48f6b32fc8d3362eb9ba31b774e", |
| 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 "dart2js_info_rev" : "@0a221eaf16aec3879c45719de656680ccb80d8a1", | 52 "dart2js_info_rev" : "@0a221eaf16aec3879c45719de656680ccb80d8a1", |
| 53 "dartdoc_rev" : "@18f85ff0b389c417550e541055a84b04273f2b38", | 53 "dartdoc_tag" : "@v0.8.2", |
| 54 "dart_services_rev" : "@7aea2574e6f3924bf409a80afb8ad52aa2be4f97", | 54 "dart_services_rev" : "@7aea2574e6f3924bf409a80afb8ad52aa2be4f97", |
| 55 "dart_style_tag": "@0.2.0", | 55 "dart_style_tag": "@0.2.0", |
| 56 "dev_compiler_rev": "@0.1.9", | 56 "dev_compiler_rev": "@0.1.9", |
| 57 "fake_async_rev" : "@38614", | 57 "fake_async_rev" : "@38614", |
| 58 "firefox_jsshell_rev" : "@45554", | 58 "firefox_jsshell_rev" : "@45554", |
| 59 "glob_rev": "@704cf75e4f26b417505c5c611bdaacd8808467dd", | 59 "glob_rev": "@704cf75e4f26b417505c5c611bdaacd8808467dd", |
| 60 "gsutil_rev" : "@33376", | 60 "gsutil_rev" : "@33376", |
| 61 "html_tag" : "@0.12.1+1", | 61 "html_tag" : "@0.12.1+1", |
| 62 "http_rev" : "@9b93e1542c753090c50b46ef1592d44bc858bfe7", | 62 "http_rev" : "@9b93e1542c753090c50b46ef1592d44bc858bfe7", |
| 63 "http_multi_server_tag" : "@1.3.2", | 63 "http_multi_server_tag" : "@1.3.2", |
| (...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 185 (Var("github_mirror") % "collection") + Var("collection_rev"), | 185 (Var("github_mirror") % "collection") + Var("collection_rev"), |
| 186 Var("dart_root") + "/third_party/pkg/crypto": | 186 Var("dart_root") + "/third_party/pkg/crypto": |
| 187 (Var("github_mirror") % "crypto") + Var("crypto_rev"), | 187 (Var("github_mirror") % "crypto") + Var("crypto_rev"), |
| 188 Var("dart_root") + "/third_party/pkg/csslib": | 188 Var("dart_root") + "/third_party/pkg/csslib": |
| 189 (Var("github_mirror") % "csslib") + Var("csslib_tag"), | 189 (Var("github_mirror") % "csslib") + Var("csslib_tag"), |
| 190 Var("dart_root") + "/third_party/pkg_tested/dart_style": | 190 Var("dart_root") + "/third_party/pkg_tested/dart_style": |
| 191 (Var("github_mirror") % "dart_style") + Var("dart_style_tag"), | 191 (Var("github_mirror") % "dart_style") + Var("dart_style_tag"), |
| 192 Var("dart_root") + "/third_party/pkg/dart2js_info": | 192 Var("dart_root") + "/third_party/pkg/dart2js_info": |
| 193 (Var("github_mirror") % "dart2js_info") + Var("dart2js_info_rev"), | 193 (Var("github_mirror") % "dart2js_info") + Var("dart2js_info_rev"), |
| 194 Var("dart_root") + "/third_party/pkg/dartdoc": | 194 Var("dart_root") + "/third_party/pkg/dartdoc": |
| 195 (Var("github_mirror") % "dartdoc") + Var("dartdoc_rev"), | 195 (Var("github_mirror") % "dartdoc") + Var("dartdoc_tag"), |
| 196 Var("dart_root") + "/third_party/pkg/dev_compiler": | 196 Var("dart_root") + "/third_party/pkg/dev_compiler": |
| 197 (Var("github_mirror") % "dev_compiler") + Var("dev_compiler_rev"), | 197 (Var("github_mirror") % "dev_compiler") + Var("dev_compiler_rev"), |
| 198 Var("dart_root") + "/third_party/pkg/glob": | 198 Var("dart_root") + "/third_party/pkg/glob": |
| 199 (Var("github_mirror") % "glob") + Var("glob_rev"), | 199 (Var("github_mirror") % "glob") + Var("glob_rev"), |
| 200 Var("dart_root") + "/third_party/pkg/html": | 200 Var("dart_root") + "/third_party/pkg/html": |
| 201 (Var("github_mirror") % "html") + Var("html_tag"), | 201 (Var("github_mirror") % "html") + Var("html_tag"), |
| 202 Var("dart_root") + "/third_party/pkg/http": | 202 Var("dart_root") + "/third_party/pkg/http": |
| 203 (Var("github_mirror") % "http") + Var("http_rev"), | 203 (Var("github_mirror") % "http") + Var("http_rev"), |
| 204 Var("dart_root") + "/third_party/pkg/http_multi_server": | 204 Var("dart_root") + "/third_party/pkg/http_multi_server": |
| 205 (Var("github_mirror") % "http_multi_server") + | 205 (Var("github_mirror") % "http_multi_server") + |
| (...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 382 "--bucket", | 382 "--bucket", |
| 383 "dart-dependencies", | 383 "dart-dependencies", |
| 384 "--recursive", | 384 "--recursive", |
| 385 "--auto_platform", | 385 "--auto_platform", |
| 386 "--extract", | 386 "--extract", |
| 387 "--directory", | 387 "--directory", |
| 388 Var('dart_root') + "/tools/sdks", | 388 Var('dart_root') + "/tools/sdks", |
| 389 ], | 389 ], |
| 390 }, | 390 }, |
| 391 ] | 391 ] |
| OLD | NEW |