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 |
11 "third_party": "http://dart.googlecode.com/svn/third_party", | 11 "third_party": "http://dart.googlecode.com/svn/third_party", |
12 | 12 |
13 # The svn location for pulling pinned revisions of bleeding edge dependencies. | 13 # The svn location for pulling pinned revisions of bleeding edge dependencies. |
14 "bleeding_edge": "http://dart.googlecode.com/svn/branches/bleeding_edge", | 14 "bleeding_edge": "http://dart.googlecode.com/svn/branches/bleeding_edge", |
15 | 15 |
16 # Use this googlecode_url variable only if there is an internal mirror for it. | 16 # Use this googlecode_url variable only if there is an internal mirror for it. |
17 # If you do not know, use the full path while defining your new deps entry. | 17 # If you do not know, use the full path while defining your new deps entry. |
18 "googlecode_url": "http://%s.googlecode.com/svn", | 18 "googlecode_url": "http://%s.googlecode.com/svn", |
19 | 19 |
20 "dart_github": "https://github.com/dart-lang/%s.git", | 20 # We use mirrors of all github repos to guarantee reproducibility and |
| 21 # consistency between what users see and what the bots see. |
| 22 # We need the mirrors to not have 100+ bots pulling github constantly. |
| 23 # We mirror our github repos on chromium git servers. |
| 24 # DO NOT use this var if you don't see a mirror here: |
| 25 # https://chromium.googlesource.com/ |
| 26 # named like: |
| 27 # external/github.com/dart-lang/NAME |
| 28 # It is ok to add a dependency directly on dart-lang (dart-lang only) |
| 29 # github repo until the mirror has been created, but please do file a bug |
| 30 # against infra to make that happen. |
| 31 "github_mirror": |
| 32 "https://chromium.googlesource.com/external/github.com/dart-lang/%s.git", |
21 | 33 |
22 "gyp_rev": "@1752", | 34 "gyp_rev": "@1752", |
23 "co19_rev": "@801", | 35 "co19_rev": "@801", |
24 "chromium_url": "http://src.chromium.org/svn", | 36 "chromium_url": "http://src.chromium.org/svn", |
25 "chromium_git": "https://chromium.googlesource.com", | 37 "chromium_git": "https://chromium.googlesource.com", |
26 | 38 |
27 # Revisions of /third_party/* dependencies. | 39 # Revisions of /third_party/* dependencies. |
28 "7zip_rev" : "@19997", | 40 "7zip_rev" : "@19997", |
29 "analyzer_cli_tag" : "@1.0.1", | 41 "analyzer_cli_tag" : "@1.0.1", |
30 "args_tag": "@0.13.0", | 42 "args_tag": "@0.13.0", |
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
151 Var("third_party") + "/petitparser" + Var("petitparser_rev"), | 163 Var("third_party") + "/petitparser" + Var("petitparser_rev"), |
152 Var("dart_root") + "/third_party/d8": | 164 Var("dart_root") + "/third_party/d8": |
153 Var("third_party") + "/d8" + Var("d8_rev"), | 165 Var("third_party") + "/d8" + Var("d8_rev"), |
154 Var("dart_root") + "/third_party/WebCore": | 166 Var("dart_root") + "/third_party/WebCore": |
155 Var("third_party") + "/WebCore" + Var("WebCore_rev"), | 167 Var("third_party") + "/WebCore" + Var("WebCore_rev"), |
156 Var("dart_root") + "/third_party/observatory_pub_packages": | 168 Var("dart_root") + "/third_party/observatory_pub_packages": |
157 Var("third_party") + "/observatory_pub_packages" + | 169 Var("third_party") + "/observatory_pub_packages" + |
158 Var("observatory_pub_packages_rev"), | 170 Var("observatory_pub_packages_rev"), |
159 | 171 |
160 Var("dart_root") + "/third_party/dart-services": | 172 Var("dart_root") + "/third_party/dart-services": |
161 (Var("dart_github") % "dart-services") + | 173 (Var("github_mirror") % "dart-services") + |
162 Var("dart_services_rev"), | 174 Var("dart_services_rev"), |
163 | 175 |
164 Var("dart_root") + "/third_party/pkg_tested/analyzer_cli": | 176 Var("dart_root") + "/third_party/pkg_tested/analyzer_cli": |
165 (Var("dart_github") % "analyzer_cli") + Var("analyzer_cli_tag"), | 177 (Var("github_mirror") % "analyzer_cli") + Var("analyzer_cli_tag"), |
166 Var("dart_root") + "/third_party/pkg/args": | 178 Var("dart_root") + "/third_party/pkg/args": |
167 (Var("dart_github") % "args") + Var("args_tag"), | 179 (Var("github_mirror") % "args") + Var("args_tag"), |
168 Var("dart_root") + "/third_party/pkg/async_await": | 180 Var("dart_root") + "/third_party/pkg/async_await": |
169 (Var("dart_github") % "async_await") + Var("async_await_rev"), | 181 (Var("github_mirror") % "async_await") + Var("async_await_rev"), |
170 Var("dart_root") + "/third_party/pkg/barback": | 182 Var("dart_root") + "/third_party/pkg/barback": |
171 (Var("dart_github") % "barback") + Var("barback_rev"), | 183 (Var("github_mirror") % "barback") + Var("barback_rev"), |
172 Var("dart_root") + "/third_party/pkg/charcode": | 184 Var("dart_root") + "/third_party/pkg/charcode": |
173 (Var("dart_github") % "charcode") + Var("charcode_tag"), | 185 "https://github.com/dart-lang/charcode.git" + Var("charcode_tag"), |
174 Var("dart_root") + "/third_party/pkg/cli_util": | 186 Var("dart_root") + "/third_party/pkg/cli_util": |
175 "https://github.com/dart-lang/cli_util.git" + Var("cli_util_tag"), | 187 "https://github.com/dart-lang/cli_util.git" + Var("cli_util_tag"), |
176 Var("dart_root") + "/third_party/pkg/collection": | 188 Var("dart_root") + "/third_party/pkg/collection": |
177 (Var("dart_github") % "collection") + Var("collection_rev"), | 189 (Var("github_mirror") % "collection") + Var("collection_rev"), |
178 Var("dart_root") + "/third_party/pkg/crypto": | 190 Var("dart_root") + "/third_party/pkg/crypto": |
179 (Var("dart_github") % "crypto") + Var("crypto_rev"), | 191 (Var("github_mirror") % "crypto") + Var("crypto_rev"), |
180 Var("dart_root") + "/third_party/pkg/csslib": | 192 Var("dart_root") + "/third_party/pkg/csslib": |
181 (Var("dart_github") % "csslib") + Var("csslib_tag"), | 193 (Var("github_mirror") % "csslib") + Var("csslib_tag"), |
182 Var("dart_root") + "/third_party/pkg_tested/dart_style": | 194 Var("dart_root") + "/third_party/pkg_tested/dart_style": |
183 (Var("dart_github") % "dart_style") + Var("dart_style_tag"), | 195 (Var("github_mirror") % "dart_style") + Var("dart_style_tag"), |
184 Var("dart_root") + "/third_party/pkg/glob": | 196 Var("dart_root") + "/third_party/pkg/glob": |
185 (Var("dart_github") % "glob") + Var("glob_rev"), | 197 (Var("github_mirror") % "glob") + Var("glob_rev"), |
186 Var("dart_root") + "/third_party/pkg/html": | 198 Var("dart_root") + "/third_party/pkg/html": |
187 (Var("dart_github") % "html") + Var("html_tag"), | 199 (Var("github_mirror") % "html") + Var("html_tag"), |
188 Var("dart_root") + "/third_party/pkg/http": | 200 Var("dart_root") + "/third_party/pkg/http": |
189 (Var("dart_github") % "http") + Var("http_rev"), | 201 (Var("github_mirror") % "http") + Var("http_rev"), |
190 Var("dart_root") + "/third_party/pkg/http_multi_server": | 202 Var("dart_root") + "/third_party/pkg/http_multi_server": |
191 (Var("dart_github") % "http_multi_server") + | 203 (Var("github_mirror") % "http_multi_server") + |
192 Var("http_multi_server_tag"), | 204 Var("http_multi_server_tag"), |
193 Var("dart_root") + "/third_party/pkg/http_parser": | 205 Var("dart_root") + "/third_party/pkg/http_parser": |
194 (Var("dart_github") % "http_parser") + Var("http_parser_rev"), | 206 (Var("github_mirror") % "http_parser") + Var("http_parser_rev"), |
195 Var("dart_root") + "/third_party/pkg/http_throttle": | 207 Var("dart_root") + "/third_party/pkg/http_throttle": |
196 (Var("dart_github") % "http_throttle") + | 208 (Var("github_mirror") % "http_throttle") + |
197 Var("http_throttle_rev"), | 209 Var("http_throttle_rev"), |
198 Var("dart_root") + "/third_party/pkg/intl": | 210 Var("dart_root") + "/third_party/pkg/intl": |
199 (Var("dart_github") % "intl") + Var("intl_rev"), | 211 (Var("github_mirror") % "intl") + Var("intl_rev"), |
200 Var("dart_root") + "/third_party/pkg/json_rpc_2": | 212 Var("dart_root") + "/third_party/pkg/json_rpc_2": |
201 (Var("dart_github") % "json_rpc_2") + Var("json_rpc_2_rev"), | 213 (Var("github_mirror") % "json_rpc_2") + Var("json_rpc_2_rev"), |
202 Var("dart_root") + "/third_party/pkg/linter": | 214 Var("dart_root") + "/third_party/pkg/linter": |
203 (Var("dart_github") % "linter") + Var("linter_tag"), | 215 (Var("github_mirror") % "linter") + Var("linter_tag"), |
204 Var("dart_root") + "/third_party/pkg/logging": | 216 Var("dart_root") + "/third_party/pkg/logging": |
205 (Var("dart_github") % "logging") + Var("logging_rev"), | 217 (Var("github_mirror") % "logging") + Var("logging_rev"), |
206 Var("dart_root") + "/third_party/pkg/markdown": | 218 Var("dart_root") + "/third_party/pkg/markdown": |
207 "https://github.com/dpeek/dart-markdown.git" + Var("markdown_rev"), | 219 "https://github.com/dpeek/dart-markdown.git" + Var("markdown_rev"), |
208 Var("dart_root") + "/third_party/pkg/matcher": | 220 Var("dart_root") + "/third_party/pkg/matcher": |
209 (Var("dart_github") % "matcher") + Var("matcher_tag"), | 221 (Var("github_mirror") % "matcher") + Var("matcher_tag"), |
210 Var("dart_root") + "/third_party/pkg/metatest": | 222 Var("dart_root") + "/third_party/pkg/metatest": |
211 (Var("dart_github") % "metatest") + Var("metatest_rev"), | 223 (Var("github_mirror") % "metatest") + Var("metatest_rev"), |
212 Var("dart_root") + "/third_party/pkg/mime": | 224 Var("dart_root") + "/third_party/pkg/mime": |
213 (Var("dart_github") % "mime") + Var("mime_rev"), | 225 (Var("github_mirror") % "mime") + Var("mime_rev"), |
214 Var("dart_root") + "/third_party/pkg/oauth2": | 226 Var("dart_root") + "/third_party/pkg/oauth2": |
215 (Var("dart_github") % "oauth2") + Var("oauth2_rev"), | 227 (Var("github_mirror") % "oauth2") + Var("oauth2_rev"), |
216 Var("dart_root") + "/third_party/pkg/observe": | 228 Var("dart_root") + "/third_party/pkg/observe": |
217 (Var("dart_github") % "observe") + Var("observe_rev"), | 229 (Var("github_mirror") % "observe") + Var("observe_rev"), |
218 Var("dart_root") + "/third_party/pkg/package_config": | 230 Var("dart_root") + "/third_party/pkg/package_config": |
219 (Var("dart_github") % "package_config") + | 231 (Var("github_mirror") % "package_config") + |
220 Var("package_config_rev"), | 232 Var("package_config_rev"), |
221 Var("dart_root") + "/third_party/pkg/path": | 233 Var("dart_root") + "/third_party/pkg/path": |
222 (Var("dart_github") % "path") + Var("path_rev"), | 234 (Var("github_mirror") % "path") + Var("path_rev"), |
223 Var("dart_root") + "/third_party/pkg/plugin": | 235 Var("dart_root") + "/third_party/pkg/plugin": |
224 (Var("dart_github") % "plugin") + Var("plugin_tag"), | 236 (Var("github_mirror") % "plugin") + Var("plugin_tag"), |
225 Var("dart_root") + "/third_party/pkg/pool": | 237 Var("dart_root") + "/third_party/pkg/pool": |
226 (Var("dart_github") % "pool") + Var("pool_rev"), | 238 (Var("github_mirror") % "pool") + Var("pool_rev"), |
227 Var("dart_root") + "/third_party/pkg/pub_semver": | 239 Var("dart_root") + "/third_party/pkg/pub_semver": |
228 (Var("dart_github") % "pub_semver") + Var("pub_semver_tag"), | 240 (Var("github_mirror") % "pub_semver") + Var("pub_semver_tag"), |
229 Var("dart_root") + "/third_party/pkg/scheduled_test": | 241 Var("dart_root") + "/third_party/pkg/scheduled_test": |
230 (Var("dart_github") % "scheduled_test") + | 242 (Var("github_mirror") % "scheduled_test") + |
231 Var("scheduled_test_tag"), | 243 Var("scheduled_test_tag"), |
232 Var("dart_root") + "/third_party/pkg/shelf": | 244 Var("dart_root") + "/third_party/pkg/shelf": |
233 (Var("dart_github") % "shelf") + Var("shelf_rev"), | 245 (Var("github_mirror") % "shelf") + Var("shelf_rev"), |
234 Var("dart_root") + "/third_party/pkg/shelf_web_socket": | 246 Var("dart_root") + "/third_party/pkg/shelf_web_socket": |
235 (Var("dart_github") % "shelf_web_socket") + | 247 (Var("github_mirror") % "shelf_web_socket") + |
236 Var("shelf_web_socket_rev"), | 248 Var("shelf_web_socket_rev"), |
237 Var("dart_root") + "/third_party/pkg/smoke": | 249 Var("dart_root") + "/third_party/pkg/smoke": |
238 (Var("dart_github") % "smoke") + Var("smoke_rev"), | 250 (Var("github_mirror") % "smoke") + Var("smoke_rev"), |
239 Var("dart_root") + "/third_party/pkg/source_maps": | 251 Var("dart_root") + "/third_party/pkg/source_maps": |
240 (Var("dart_github") % "source_maps") + Var("source_maps_rev"), | 252 (Var("github_mirror") % "source_maps") + Var("source_maps_rev"), |
241 Var("dart_root") + "/third_party/pkg/source_span": | 253 Var("dart_root") + "/third_party/pkg/source_span": |
242 (Var("dart_github") % "source_span") + Var("source_span_rev"), | 254 (Var("github_mirror") % "source_span") + Var("source_span_rev"), |
243 Var("dart_root") + "/third_party/pkg/stack_trace": | 255 Var("dart_root") + "/third_party/pkg/stack_trace": |
244 (Var("dart_github") % "stack_trace") + Var("stack_trace_tag"), | 256 (Var("github_mirror") % "stack_trace") + Var("stack_trace_tag"), |
245 Var("dart_root") + "/third_party/pkg/string_scanner": | 257 Var("dart_root") + "/third_party/pkg/string_scanner": |
246 (Var("dart_github") % "string_scanner") + | 258 (Var("github_mirror") % "string_scanner") + |
247 Var("string_scanner_rev"), | 259 Var("string_scanner_rev"), |
248 Var("dart_root") + "/third_party/sunflower": | 260 Var("dart_root") + "/third_party/sunflower": |
249 (Var("dart_github") % "sample-sunflower") + | 261 (Var("github_mirror") % "sample-sunflower") + |
250 Var("sunflower_rev"), | 262 Var("sunflower_rev"), |
251 Var("dart_root") + "/third_party/pkg/test": | 263 Var("dart_root") + "/third_party/pkg/test": |
252 (Var("dart_github") % "test") + Var("test_tag"), | 264 (Var("github_mirror") % "test") + Var("test_tag"), |
253 Var("dart_root") + "/third_party/pkg/test_reflective_loader": | 265 Var("dart_root") + "/third_party/pkg/test_reflective_loader": |
254 (Var("dart_github") % "test_reflective_loader") + | 266 (Var("github_mirror") % "test_reflective_loader") + |
255 Var("test_reflective_loader_tag"), | 267 Var("test_reflective_loader_tag"), |
256 Var("dart_root") + "/third_party/pkg/unittest": | 268 Var("dart_root") + "/third_party/pkg/unittest": |
257 (Var("dart_github") % "test") + Var("unittest_tag"), | 269 (Var("github_mirror") % "test") + Var("unittest_tag"), |
258 Var("dart_root") + "/third_party/pkg/usage": | 270 Var("dart_root") + "/third_party/pkg/usage": |
259 (Var("dart_github") % "usage") + Var("usage_rev"), | 271 (Var("github_mirror") % "usage") + Var("usage_rev"), |
260 Var("dart_root") + "/third_party/pkg/utf": | 272 Var("dart_root") + "/third_party/pkg/utf": |
261 (Var("dart_github") % "utf") + Var("utf_rev"), | 273 (Var("github_mirror") % "utf") + Var("utf_rev"), |
262 Var("dart_root") + "/third_party/pkg/watcher": | 274 Var("dart_root") + "/third_party/pkg/watcher": |
263 (Var("dart_github") % "watcher") + Var("watcher_tag"), | 275 (Var("github_mirror") % "watcher") + Var("watcher_tag"), |
264 Var("dart_root") + "/third_party/pkg/web_components": | 276 Var("dart_root") + "/third_party/pkg/web_components": |
265 (Var("dart_github") % "web-components") + | 277 (Var("github_mirror") % "web-components") + |
266 Var("web_components_rev"), | 278 Var("web_components_rev"), |
267 Var("dart_root") + "/third_party/pkg/when": | 279 Var("dart_root") + "/third_party/pkg/when": |
268 "https://github.com/dart-lang/when.git" + Var("when_tag"), | 280 "https://github.com/dart-lang/when.git" + Var("when_tag"), |
269 Var("dart_root") + "/third_party/pkg/which": | 281 Var("dart_root") + "/third_party/pkg/which": |
270 "https://github.com/dart-lang/which.git"+ Var("which_tag"), | 282 "https://github.com/dart-lang/which.git"+ Var("which_tag"), |
271 Var("dart_root") + "/third_party/pkg/yaml": | 283 Var("dart_root") + "/third_party/pkg/yaml": |
272 (Var("dart_github") % "yaml") + Var("yaml_rev"), | 284 (Var("github_mirror") % "yaml") + Var("yaml_rev"), |
273 | 285 |
274 # These specific versions of barback and source_maps are used for testing and | 286 # These specific versions of barback and source_maps are used for testing and |
275 # should be pulled from bleeding_edge even on channels. | 287 # should be pulled from bleeding_edge even on channels. |
276 Var("dart_root") + "/third_party/pkg/barback-0.13.0": | 288 Var("dart_root") + "/third_party/pkg/barback-0.13.0": |
277 Var("bleeding_edge") + "/dart/pkg/barback" + Var("barback-0.13.0_rev"), | 289 Var("bleeding_edge") + "/dart/pkg/barback" + Var("barback-0.13.0_rev"), |
278 Var("dart_root") + "/third_party/pkg/barback-0.14.0+3": | 290 Var("dart_root") + "/third_party/pkg/barback-0.14.0+3": |
279 Var("bleeding_edge") + "/dart/pkg/barback" + Var("barback-0.14.0_rev"), | 291 Var("bleeding_edge") + "/dart/pkg/barback" + Var("barback-0.14.0_rev"), |
280 Var("dart_root") + "/third_party/pkg/barback-0.14.1+4": | 292 Var("dart_root") + "/third_party/pkg/barback-0.14.1+4": |
281 Var("bleeding_edge") + "/dart/pkg/barback" + Var("barback-0.14.1_rev"), | 293 Var("bleeding_edge") + "/dart/pkg/barback" + Var("barback-0.14.1_rev"), |
282 Var("dart_root") + "/third_party/pkg/source_maps-0.9.4": | 294 Var("dart_root") + "/third_party/pkg/source_maps-0.9.4": |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
319 '--no_auth', | 331 '--no_auth', |
320 '--no_resume', | 332 '--no_resume', |
321 '--bucket', | 333 '--bucket', |
322 'dart-dependencies', | 334 'dart-dependencies', |
323 '-d', | 335 '-d', |
324 '-r', | 336 '-r', |
325 Var('dart_root') + '/tools/testing/bin', | 337 Var('dart_root') + '/tools/testing/bin', |
326 ], | 338 ], |
327 }, | 339 }, |
328 ] | 340 ] |
OLD | NEW |