Chromium Code Reviews| 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 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 185 Var("dart_root") + "/third_party/pkg/cli_util": | 185 Var("dart_root") + "/third_party/pkg/cli_util": |
| 186 (Var("github_mirror") % "cli_util") + Var("cli_util_tag"), | 186 (Var("github_mirror") % "cli_util") + Var("cli_util_tag"), |
| 187 Var("dart_root") + "/third_party/pkg/collection": | 187 Var("dart_root") + "/third_party/pkg/collection": |
| 188 (Var("github_mirror") % "collection") + Var("collection_rev"), | 188 (Var("github_mirror") % "collection") + Var("collection_rev"), |
| 189 Var("dart_root") + "/third_party/pkg/crypto": | 189 Var("dart_root") + "/third_party/pkg/crypto": |
| 190 (Var("github_mirror") % "crypto") + Var("crypto_rev"), | 190 (Var("github_mirror") % "crypto") + Var("crypto_rev"), |
| 191 Var("dart_root") + "/third_party/pkg/csslib": | 191 Var("dart_root") + "/third_party/pkg/csslib": |
| 192 (Var("github_mirror") % "csslib") + Var("csslib_tag"), | 192 (Var("github_mirror") % "csslib") + Var("csslib_tag"), |
| 193 Var("dart_root") + "/third_party/pkg_tested/dart_style": | 193 Var("dart_root") + "/third_party/pkg_tested/dart_style": |
| 194 (Var("github_mirror") % "dart_style") + Var("dart_style_tag"), | 194 (Var("github_mirror") % "dart_style") + Var("dart_style_tag"), |
| 195 Var("dart_root") + "/third_party/pkg/dartdoc": | |
| 196 "https://github.com/dart-lang/dartdoc.git" + Var("dartdoc_tag"), | |
|
pquitslund
2015/06/18 17:23:34
I'm guessing Rico is working on a mirror?
keertip
2015/06/18 17:35:19
There is an issue for this.
| |
| 195 Var("dart_root") + "/third_party/pkg/glob": | 197 Var("dart_root") + "/third_party/pkg/glob": |
| 196 (Var("github_mirror") % "glob") + Var("glob_rev"), | 198 (Var("github_mirror") % "glob") + Var("glob_rev"), |
| 197 Var("dart_root") + "/third_party/pkg/html": | 199 Var("dart_root") + "/third_party/pkg/html": |
| 198 (Var("github_mirror") % "html") + Var("html_tag"), | 200 (Var("github_mirror") % "html") + Var("html_tag"), |
| 199 Var("dart_root") + "/third_party/pkg/http": | 201 Var("dart_root") + "/third_party/pkg/http": |
| 200 (Var("github_mirror") % "http") + Var("http_rev"), | 202 (Var("github_mirror") % "http") + Var("http_rev"), |
| 201 Var("dart_root") + "/third_party/pkg/http_multi_server": | 203 Var("dart_root") + "/third_party/pkg/http_multi_server": |
| 202 (Var("github_mirror") % "http_multi_server") + | 204 (Var("github_mirror") % "http_multi_server") + |
| 203 Var("http_multi_server_tag"), | 205 Var("http_multi_server_tag"), |
| 204 Var("dart_root") + "/third_party/pkg/http_parser": | 206 Var("dart_root") + "/third_party/pkg/http_parser": |
| (...skipping 11 matching lines...) Expand all Loading... | |
| 216 (Var("github_mirror") % "logging") + Var("logging_rev"), | 218 (Var("github_mirror") % "logging") + Var("logging_rev"), |
| 217 Var("dart_root") + "/third_party/pkg/markdown": | 219 Var("dart_root") + "/third_party/pkg/markdown": |
| 218 "https://chromium.googlesource.com/external/github.com" + | 220 "https://chromium.googlesource.com/external/github.com" + |
| 219 "/dpeek/dart-markdown.git" + Var("markdown_rev"), | 221 "/dpeek/dart-markdown.git" + Var("markdown_rev"), |
| 220 Var("dart_root") + "/third_party/pkg/matcher": | 222 Var("dart_root") + "/third_party/pkg/matcher": |
| 221 (Var("github_mirror") % "matcher") + Var("matcher_tag"), | 223 (Var("github_mirror") % "matcher") + Var("matcher_tag"), |
| 222 Var("dart_root") + "/third_party/pkg/metatest": | 224 Var("dart_root") + "/third_party/pkg/metatest": |
| 223 (Var("github_mirror") % "metatest") + Var("metatest_rev"), | 225 (Var("github_mirror") % "metatest") + Var("metatest_rev"), |
| 224 Var("dart_root") + "/third_party/pkg/mime": | 226 Var("dart_root") + "/third_party/pkg/mime": |
| 225 (Var("github_mirror") % "mime") + Var("mime_rev"), | 227 (Var("github_mirror") % "mime") + Var("mime_rev"), |
| 228 Var("dart_root") + "/third_party/pkg/mustache4dart": | |
| 229 Var("chromium_git") | |
| 230 + "/external/github.com/valotas/mustache4dart.git" | |
| 231 + Var("mustache4dart_rev"), | |
| 226 Var("dart_root") + "/third_party/pkg/oauth2": | 232 Var("dart_root") + "/third_party/pkg/oauth2": |
| 227 (Var("github_mirror") % "oauth2") + Var("oauth2_rev"), | 233 (Var("github_mirror") % "oauth2") + Var("oauth2_rev"), |
| 228 Var("dart_root") + "/third_party/pkg/observe": | 234 Var("dart_root") + "/third_party/pkg/observe": |
| 229 (Var("github_mirror") % "observe") + Var("observe_rev"), | 235 (Var("github_mirror") % "observe") + Var("observe_rev"), |
| 230 Var("dart_root") + "/third_party/pkg/package_config": | 236 Var("dart_root") + "/third_party/pkg/package_config": |
| 231 (Var("github_mirror") % "package_config") + | 237 (Var("github_mirror") % "package_config") + |
| 232 Var("package_config_tag"), | 238 Var("package_config_tag"), |
| 233 Var("dart_root") + "/third_party/pkg/path": | 239 Var("dart_root") + "/third_party/pkg/path": |
| 234 (Var("github_mirror") % "path") + Var("path_rev"), | 240 (Var("github_mirror") % "path") + Var("path_rev"), |
| 235 Var("dart_root") + "/third_party/pkg/plugin": | 241 Var("dart_root") + "/third_party/pkg/plugin": |
| 236 (Var("github_mirror") % "plugin") + Var("plugin_tag"), | 242 (Var("github_mirror") % "plugin") + Var("plugin_tag"), |
| 237 Var("dart_root") + "/third_party/pkg/pool": | 243 Var("dart_root") + "/third_party/pkg/pool": |
| 238 (Var("github_mirror") % "pool") + Var("pool_rev"), | 244 (Var("github_mirror") % "pool") + Var("pool_rev"), |
| 239 Var("dart_root") + "/third_party/pkg/pub_semver": | 245 Var("dart_root") + "/third_party/pkg/pub_semver": |
| 240 (Var("github_mirror") % "pub_semver") + Var("pub_semver_tag"), | 246 (Var("github_mirror") % "pub_semver") + Var("pub_semver_tag"), |
| 241 Var("dart_root") + "/third_party/pkg/pub": | 247 Var("dart_root") + "/third_party/pkg/pub": |
| 242 ("https://github.com/dart-lang/pub.git") + Var("pub_rev"), | 248 ("https://github.com/dart-lang/pub.git") + Var("pub_rev"), |
| 249 Var("dart_root") + "/third_party/pkg/pub_cache": | |
| 250 (Var("github_mirror") % "pub_cache") + Var("pub_cache_tag"), | |
| 251 Var("dart_root") + "/third_party/pkg/quiver": | |
| 252 Var("chromium_git") | |
| 253 + "/external/github.com/google/quiver-dart.git" | |
| 254 + Var("quiver_tag"), | |
| 243 Var("dart_root") + "/third_party/pkg/scheduled_test": | 255 Var("dart_root") + "/third_party/pkg/scheduled_test": |
| 244 (Var("github_mirror") % "scheduled_test") + | 256 (Var("github_mirror") % "scheduled_test") + |
| 245 Var("scheduled_test_tag"), | 257 Var("scheduled_test_tag"), |
| 246 Var("dart_root") + "/third_party/pkg/shelf": | 258 Var("dart_root") + "/third_party/pkg/shelf": |
| 247 (Var("github_mirror") % "shelf") + Var("shelf_rev"), | 259 (Var("github_mirror") % "shelf") + Var("shelf_rev"), |
| 248 Var("dart_root") + "/third_party/pkg/shelf_web_socket": | 260 Var("dart_root") + "/third_party/pkg/shelf_web_socket": |
| 249 (Var("github_mirror") % "shelf_web_socket") + | 261 (Var("github_mirror") % "shelf_web_socket") + |
| 250 Var("shelf_web_socket_rev"), | 262 Var("shelf_web_socket_rev"), |
| 251 Var("dart_root") + "/third_party/pkg/smoke": | 263 Var("dart_root") + "/third_party/pkg/smoke": |
| 252 (Var("github_mirror") % "smoke") + Var("smoke_rev"), | 264 (Var("github_mirror") % "smoke") + Var("smoke_rev"), |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 348 '--no_resume', | 360 '--no_resume', |
| 349 '--bucket', | 361 '--bucket', |
| 350 'dart-dependencies', | 362 'dart-dependencies', |
| 351 '-d', | 363 '-d', |
| 352 '-r', | 364 '-r', |
| 353 Var('dart_root') + '/third_party/d8', | 365 Var('dart_root') + '/third_party/d8', |
| 354 ], | 366 ], |
| 355 }, | 367 }, |
| 356 | 368 |
| 357 ] | 369 ] |
| OLD | NEW |