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 28 matching lines...) Expand all Loading... |
39 "cli_util_tag" : "@0.0.1+2", | 39 "cli_util_tag" : "@0.0.1+2", |
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 "firefox_jsshell_rev" : "@45554", | |
50 "glob_rev": "@704cf75e4f26b417505c5c611bdaacd8808467dd", | 49 "glob_rev": "@704cf75e4f26b417505c5c611bdaacd8808467dd", |
51 "gsutil_rev" : "@33376", | 50 "gsutil_rev" : "@33376", |
52 "html_tag" : "@0.12.1+1", | 51 "html_tag" : "@0.12.1+1", |
53 "http_rev" : "@9b93e1542c753090c50b46ef1592d44bc858bfe7", | 52 "http_rev" : "@9b93e1542c753090c50b46ef1592d44bc858bfe7", |
54 "http_multi_server_tag" : "@2.0.0", | 53 "http_multi_server_tag" : "@2.0.0", |
55 "http_parser_tag" : "@1.1.0", | 54 "http_parser_tag" : "@1.1.0", |
56 "http_throttle_rev" : "@a81f08be942cdd608883c7b67795c12226abc235", | 55 "http_throttle_rev" : "@a81f08be942cdd608883c7b67795c12226abc235", |
57 "idl_parser_rev": "@6316d5982dc24b34d09dd8b10fbeaaff28d83a48", | 56 "idl_parser_rev": "@6316d5982dc24b34d09dd8b10fbeaaff28d83a48", |
58 "intl_rev": "@a8b480b9c436f6c0ec16730804c914bdb4e30d53", | 57 "intl_rev": "@a8b480b9c436f6c0ec16730804c914bdb4e30d53", |
59 "jinja2_rev": "@2222b31554f03e62600cd7e383376a7c187967a1", | 58 "jinja2_rev": "@2222b31554f03e62600cd7e383376a7c187967a1", |
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
133 Var("jinja2_rev"), | 132 Var("jinja2_rev"), |
134 | 133 |
135 Var("dart_root") + "/third_party/ply": | 134 Var("dart_root") + "/third_party/ply": |
136 Var("chromium_git") + "/chromium/src/third_party/ply.git" + | 135 Var("chromium_git") + "/chromium/src/third_party/ply.git" + |
137 Var("ply_rev"), | 136 Var("ply_rev"), |
138 | 137 |
139 Var("dart_root") + "/third_party/idl_parser": | 138 Var("dart_root") + "/third_party/idl_parser": |
140 Var("chromium_git") + "/chromium/src/tools/idl_parser.git" + | 139 Var("chromium_git") + "/chromium/src/tools/idl_parser.git" + |
141 Var("idl_parser_rev"), | 140 Var("idl_parser_rev"), |
142 | 141 |
143 Var("dart_root") + "/third_party/firefox_jsshell": | |
144 Var("third_party") + "/firefox_jsshell" + Var("firefox_jsshell_rev"), | |
145 Var("dart_root") + "/third_party/gsutil": | 142 Var("dart_root") + "/third_party/gsutil": |
146 Var("third_party") + "/gsutil" + Var("gsutil_rev"), | 143 Var("third_party") + "/gsutil" + Var("gsutil_rev"), |
147 Var("dart_root") + "/third_party/pkg/petitparser": | 144 Var("dart_root") + "/third_party/pkg/petitparser": |
148 Var("third_party") + "/petitparser" + Var("petitparser_rev"), | 145 Var("third_party") + "/petitparser" + Var("petitparser_rev"), |
149 Var("dart_root") + "/third_party/WebCore": | 146 Var("dart_root") + "/third_party/WebCore": |
150 Var("third_party") + "/WebCore" + Var("WebCore_rev"), | 147 Var("third_party") + "/WebCore" + Var("WebCore_rev"), |
151 | 148 |
152 Var("dart_root") + "/third_party/dart-services": | 149 Var("dart_root") + "/third_party/dart-services": |
153 (Var("github_mirror") % "dart-services") + | 150 (Var("github_mirror") % "dart-services") + |
154 Var("dart_services_rev"), | 151 Var("dart_services_rev"), |
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
380 "--no_resume", | 377 "--no_resume", |
381 "--bucket", | 378 "--bucket", |
382 "dart-dependencies", | 379 "dart-dependencies", |
383 "--platform=win32", | 380 "--platform=win32", |
384 "--extract", | 381 "--extract", |
385 "-s", | 382 "-s", |
386 Var('dart_root') + "/third_party/7zip.tar.gz.sha1", | 383 Var('dart_root') + "/third_party/7zip.tar.gz.sha1", |
387 ], | 384 ], |
388 }, | 385 }, |
389 ] | 386 ] |
OLD | NEW |