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 "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", | 49 "firefox_jsshell_rev" : "@45554", |
50 "glob_rev": "@704cf75e4f26b417505c5c611bdaacd8808467dd", | 50 "glob_rev": "@704cf75e4f26b417505c5c611bdaacd8808467dd", |
51 "gsutil_rev" : "@33376", | 51 "gsutil_rev" : "@4af393661a48e69dab038bf6440e7750ea49b085", |
52 "html_tag" : "@0.12.1+1", | 52 "html_tag" : "@0.12.1+1", |
53 "http_rev" : "@9b93e1542c753090c50b46ef1592d44bc858bfe7", | 53 "http_rev" : "@9b93e1542c753090c50b46ef1592d44bc858bfe7", |
54 "http_multi_server_tag" : "@2.0.0", | 54 "http_multi_server_tag" : "@2.0.0", |
55 "http_parser_tag" : "@1.1.0", | 55 "http_parser_tag" : "@1.1.0", |
56 "http_throttle_rev" : "@a81f08be942cdd608883c7b67795c12226abc235", | 56 "http_throttle_rev" : "@a81f08be942cdd608883c7b67795c12226abc235", |
57 "idl_parser_rev": "@6316d5982dc24b34d09dd8b10fbeaaff28d83a48", | 57 "idl_parser_rev": "@6316d5982dc24b34d09dd8b10fbeaaff28d83a48", |
58 "intl_rev": "@a8b480b9c436f6c0ec16730804c914bdb4e30d53", | 58 "intl_rev": "@a8b480b9c436f6c0ec16730804c914bdb4e30d53", |
59 "jinja2_rev": "@2222b31554f03e62600cd7e383376a7c187967a1", | 59 "jinja2_rev": "@2222b31554f03e62600cd7e383376a7c187967a1", |
60 "json_rpc_2_tag": "@1.1.1", | 60 "json_rpc_2_tag": "@1.1.1", |
61 "linter_rev": "@5a599fd32d3b6ef00ffa7c330d1f32bbad287228", | 61 "linter_rev": "@5a599fd32d3b6ef00ffa7c330d1f32bbad287228", |
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
135 Var("dart_root") + "/third_party/ply": | 135 Var("dart_root") + "/third_party/ply": |
136 Var("chromium_git") + "/chromium/src/third_party/ply.git" + | 136 Var("chromium_git") + "/chromium/src/third_party/ply.git" + |
137 Var("ply_rev"), | 137 Var("ply_rev"), |
138 | 138 |
139 Var("dart_root") + "/third_party/idl_parser": | 139 Var("dart_root") + "/third_party/idl_parser": |
140 Var("chromium_git") + "/chromium/src/tools/idl_parser.git" + | 140 Var("chromium_git") + "/chromium/src/tools/idl_parser.git" + |
141 Var("idl_parser_rev"), | 141 Var("idl_parser_rev"), |
142 | 142 |
143 Var("dart_root") + "/third_party/firefox_jsshell": | 143 Var("dart_root") + "/third_party/firefox_jsshell": |
144 Var("third_party") + "/firefox_jsshell" + Var("firefox_jsshell_rev"), | 144 Var("third_party") + "/firefox_jsshell" + Var("firefox_jsshell_rev"), |
145 Var("dart_root") + "/third_party/gsutil": | |
146 Var("third_party") + "/gsutil" + Var("gsutil_rev"), | |
147 Var("dart_root") + "/third_party/pkg/petitparser": | 145 Var("dart_root") + "/third_party/pkg/petitparser": |
148 Var("third_party") + "/petitparser" + Var("petitparser_rev"), | 146 Var("third_party") + "/petitparser" + Var("petitparser_rev"), |
149 Var("dart_root") + "/third_party/WebCore": | 147 Var("dart_root") + "/third_party/WebCore": |
150 Var("third_party") + "/WebCore" + Var("WebCore_rev"), | 148 Var("third_party") + "/WebCore" + Var("WebCore_rev"), |
151 | 149 |
152 Var("dart_root") + "/third_party/dart-services": | |
153 (Var("github_mirror") % "dart-services") + | |
154 Var("dart_services_rev"), | |
155 | |
156 Var("dart_root") + "/third_party/pkg/args": | 150 Var("dart_root") + "/third_party/pkg/args": |
157 (Var("github_mirror") % "args") + Var("args_tag"), | 151 (Var("github_mirror") % "args") + Var("args_tag"), |
158 Var("dart_root") + "/third_party/pkg/async": | 152 Var("dart_root") + "/third_party/pkg/async": |
159 (Var("github_mirror") % "async") + Var("async_tag"), | 153 (Var("github_mirror") % "async") + Var("async_tag"), |
160 Var("dart_root") + "/third_party/pkg/barback": | 154 Var("dart_root") + "/third_party/pkg/barback": |
161 (Var("github_mirror") % "barback") + Var("barback_tag"), | 155 (Var("github_mirror") % "barback") + Var("barback_tag"), |
162 Var("dart_root") + "/third_party/pkg/charcode": | 156 Var("dart_root") + "/third_party/pkg/charcode": |
163 (Var("github_mirror") % "charcode") + Var("charcode_tag"), | 157 (Var("github_mirror") % "charcode") + Var("charcode_tag"), |
164 Var("dart_root") + "/third_party/pkg/cli_util": | 158 Var("dart_root") + "/third_party/pkg/cli_util": |
165 (Var("github_mirror") % "cli_util") + Var("cli_util_tag"), | 159 (Var("github_mirror") % "cli_util") + Var("cli_util_tag"), |
166 Var("dart_root") + "/third_party/pkg/collection": | 160 Var("dart_root") + "/third_party/pkg/collection": |
167 (Var("github_mirror") % "collection") + Var("collection_rev"), | 161 (Var("github_mirror") % "collection") + Var("collection_rev"), |
168 Var("dart_root") + "/third_party/pkg/convert": | 162 Var("dart_root") + "/third_party/pkg/convert": |
169 "https://github.com/dart-lang/convert.git" + Var("convert_tag"), | 163 "https://github.com/dart-lang/convert.git" + Var("convert_tag"), |
170 Var("dart_root") + "/third_party/pkg/crypto": | 164 Var("dart_root") + "/third_party/pkg/crypto": |
171 (Var("github_mirror") % "crypto") + Var("crypto_rev"), | 165 (Var("github_mirror") % "crypto") + Var("crypto_rev"), |
172 Var("dart_root") + "/third_party/pkg/csslib": | 166 Var("dart_root") + "/third_party/pkg/csslib": |
173 (Var("github_mirror") % "csslib") + Var("csslib_tag"), | 167 (Var("github_mirror") % "csslib") + Var("csslib_tag"), |
| 168 Var("dart_root") + "/third_party/dart-services": |
| 169 (Var("github_mirror") % "dart-services") + |
| 170 Var("dart_services_rev"), |
174 Var("dart_root") + "/third_party/pkg_tested/dart_style": | 171 Var("dart_root") + "/third_party/pkg_tested/dart_style": |
175 (Var("github_mirror") % "dart_style") + Var("dart_style_tag"), | 172 (Var("github_mirror") % "dart_style") + Var("dart_style_tag"), |
176 Var("dart_root") + "/third_party/pkg/dart2js_info": | 173 Var("dart_root") + "/third_party/pkg/dart2js_info": |
177 (Var("github_mirror") % "dart2js_info") + Var("dart2js_info_rev"), | 174 (Var("github_mirror") % "dart2js_info") + Var("dart2js_info_rev"), |
178 Var("dart_root") + "/third_party/pkg/dartdoc": | 175 Var("dart_root") + "/third_party/pkg/dartdoc": |
179 (Var("github_mirror") % "dartdoc") + Var("dartdoc_tag"), | 176 (Var("github_mirror") % "dartdoc") + Var("dartdoc_tag"), |
180 Var("dart_root") + "/third_party/pkg/dev_compiler": | 177 Var("dart_root") + "/third_party/pkg/dev_compiler": |
181 (Var("github_mirror") % "dev_compiler") + Var("dev_compiler_rev"), | 178 (Var("github_mirror") % "dev_compiler") + Var("dev_compiler_rev"), |
182 Var("dart_root") + "/third_party/pkg/glob": | 179 Var("dart_root") + "/third_party/pkg/glob": |
183 (Var("github_mirror") % "glob") + Var("glob_rev"), | 180 (Var("github_mirror") % "glob") + Var("glob_rev"), |
| 181 Var("dart_root") + "/third_party/gsutil": |
| 182 "https://github.com/GoogleCloudPlatform/gsutil.git" + Var("gsutil_rev"), |
184 Var("dart_root") + "/third_party/pkg/html": | 183 Var("dart_root") + "/third_party/pkg/html": |
185 (Var("github_mirror") % "html") + Var("html_tag"), | 184 (Var("github_mirror") % "html") + Var("html_tag"), |
186 Var("dart_root") + "/third_party/pkg/http": | 185 Var("dart_root") + "/third_party/pkg/http": |
187 (Var("github_mirror") % "http") + Var("http_rev"), | 186 (Var("github_mirror") % "http") + Var("http_rev"), |
188 Var("dart_root") + "/third_party/pkg/http_multi_server": | 187 Var("dart_root") + "/third_party/pkg/http_multi_server": |
189 (Var("github_mirror") % "http_multi_server") + | 188 (Var("github_mirror") % "http_multi_server") + |
190 Var("http_multi_server_tag"), | 189 Var("http_multi_server_tag"), |
191 Var("dart_root") + "/third_party/pkg/http_parser": | 190 Var("dart_root") + "/third_party/pkg/http_parser": |
192 (Var("github_mirror") % "http_parser") + Var("http_parser_tag"), | 191 (Var("github_mirror") % "http_parser") + Var("http_parser_tag"), |
193 Var("dart_root") + "/third_party/pkg/http_throttle": | 192 Var("dart_root") + "/third_party/pkg/http_throttle": |
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
380 "--no_resume", | 379 "--no_resume", |
381 "--bucket", | 380 "--bucket", |
382 "dart-dependencies", | 381 "dart-dependencies", |
383 "--platform=win32", | 382 "--platform=win32", |
384 "--extract", | 383 "--extract", |
385 "-s", | 384 "-s", |
386 Var('dart_root') + "/third_party/7zip.tar.gz.sha1", | 385 Var('dart_root') + "/third_party/7zip.tar.gz.sha1", |
387 ], | 386 ], |
388 }, | 387 }, |
389 ] | 388 ] |
OLD | NEW |