| 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", |
| 21 |
| 20 "gyp_rev": "@1752", | 22 "gyp_rev": "@1752", |
| 21 "co19_rev": "@801", | 23 "co19_rev": "@801", |
| 22 "chromium_url": "http://src.chromium.org/svn", | 24 "chromium_url": "http://src.chromium.org/svn", |
| 23 "chromium_git": "https://chromium.googlesource.com", | 25 "chromium_git": "https://chromium.googlesource.com", |
| 24 | 26 |
| 25 # Revisions of /third_party/* dependencies. | 27 # Revisions of /third_party/* dependencies. |
| 26 "7zip_rev" : "@19997", | 28 "7zip_rev" : "@19997", |
| 27 "analyzer_cli_tag" : "@1.0.1", | 29 "analyzer_cli_tag" : "@1.0.1", |
| 28 "args_tag": "@0.13.0", | 30 "args_tag": "@0.13.0", |
| 29 "barback_rev" : "@29ee90dbcf77cfd64632fa2797a4c8a4f29a4b51", | 31 "barback_rev" : "@29ee90dbcf77cfd64632fa2797a4c8a4f29a4b51", |
| (...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 145 Var("third_party") + "/petitparser" + Var("petitparser_rev"), | 147 Var("third_party") + "/petitparser" + Var("petitparser_rev"), |
| 146 Var("dart_root") + "/third_party/d8": | 148 Var("dart_root") + "/third_party/d8": |
| 147 Var("third_party") + "/d8" + Var("d8_rev"), | 149 Var("third_party") + "/d8" + Var("d8_rev"), |
| 148 Var("dart_root") + "/third_party/WebCore": | 150 Var("dart_root") + "/third_party/WebCore": |
| 149 Var("third_party") + "/WebCore" + Var("WebCore_rev"), | 151 Var("third_party") + "/WebCore" + Var("WebCore_rev"), |
| 150 Var("dart_root") + "/third_party/observatory_pub_packages": | 152 Var("dart_root") + "/third_party/observatory_pub_packages": |
| 151 Var("third_party") + "/observatory_pub_packages" + | 153 Var("third_party") + "/observatory_pub_packages" + |
| 152 Var("observatory_pub_packages_rev"), | 154 Var("observatory_pub_packages_rev"), |
| 153 | 155 |
| 154 Var("dart_root") + "/third_party/dart-services": | 156 Var("dart_root") + "/third_party/dart-services": |
| 155 "https://github.com/dart-lang/dart-services.git" + | 157 (Var("dart_github") % "dart-services") + |
| 156 Var("dart_services_rev"), | 158 Var("dart_services_rev"), |
| 157 | 159 |
| 158 Var("dart_root") + "/third_party/pkg_tested/analyzer_cli": | 160 Var("dart_root") + "/third_party/pkg_tested/analyzer_cli": |
| 159 "https://github.com/dart-lang/analyzer_cli.git" + Var("analyzer_cli_tag"), | 161 (Var("dart_github") % "analyzer_cli") + Var("analyzer_cli_tag"), |
| 160 Var("dart_root") + "/third_party/pkg/args": | 162 Var("dart_root") + "/third_party/pkg/args": |
| 161 "https://github.com/dart-lang/args.git" + Var("args_tag"), | 163 (Var("dart_github") % "args") + Var("args_tag"), |
| 162 Var("dart_root") + "/third_party/pkg/async_await": | 164 Var("dart_root") + "/third_party/pkg/async_await": |
| 163 "https://github.com/dart-lang/async_await.git" + Var("async_await_rev"), | 165 (Var("dart_github") % "async_await") + Var("async_await_rev"), |
| 164 Var("dart_root") + "/third_party/pkg/barback": | 166 Var("dart_root") + "/third_party/pkg/barback": |
| 165 "https://github.com/dart-lang/barback.git" + Var("barback_rev"), | 167 (Var("dart_github") % "barback") + Var("barback_rev"), |
| 166 Var("dart_root") + "/third_party/pkg/collection": | 168 Var("dart_root") + "/third_party/pkg/collection": |
| 167 "https://github.com/dart-lang/collection.git" + Var("collection_rev"), | 169 (Var("dart_github") % "collection") + Var("collection_rev"), |
| 168 Var("dart_root") + "/third_party/pkg/crypto": | 170 Var("dart_root") + "/third_party/pkg/crypto": |
| 169 "https://github.com/dart-lang/crypto.git" + Var("crypto_rev"), | 171 (Var("dart_github") % "crypto") + Var("crypto_rev"), |
| 170 Var("dart_root") + "/third_party/pkg/csslib": | 172 Var("dart_root") + "/third_party/pkg/csslib": |
| 171 "https://github.com/dart-lang/csslib.git" + Var("csslib_tag"), | 173 (Var("dart_github") % "csslib") + Var("csslib_tag"), |
| 172 Var("dart_root") + "/third_party/pkg_tested/dart_style": | 174 Var("dart_root") + "/third_party/pkg_tested/dart_style": |
| 173 "https://github.com/dart-lang/dart_style.git" + Var("dart_style_tag"), | 175 (Var("dart_github") % "dart_style") + Var("dart_style_tag"), |
| 174 Var("dart_root") + "/third_party/pkg/glob": | 176 Var("dart_root") + "/third_party/pkg/glob": |
| 175 "https://github.com/dart-lang/glob.git" + Var("glob_rev"), | 177 (Var("dart_github") % "glob") + Var("glob_rev"), |
| 176 Var("dart_root") + "/third_party/pkg/html": | 178 Var("dart_root") + "/third_party/pkg/html": |
| 177 "https://github.com/dart-lang/html.git" + Var("html_tag"), | 179 (Var("dart_github") % "html") + Var("html_tag"), |
| 178 Var("dart_root") + "/third_party/pkg/http": | 180 Var("dart_root") + "/third_party/pkg/http": |
| 179 "https://github.com/dart-lang/http.git" + Var("http_rev"), | 181 (Var("dart_github") % "http") + Var("http_rev"), |
| 180 Var("dart_root") + "/third_party/pkg/http_multi_server": | 182 Var("dart_root") + "/third_party/pkg/http_multi_server": |
| 181 "https://github.com/dart-lang/http_multi_server.git" + | 183 (Var("dart_github") % "http_multi_server") + |
| 182 Var("http_multi_server_tag"), | 184 Var("http_multi_server_tag"), |
| 183 Var("dart_root") + "/third_party/pkg/http_parser": | 185 Var("dart_root") + "/third_party/pkg/http_parser": |
| 184 "https://github.com/dart-lang/http_parser.git" + Var("http_parser_rev"), | 186 (Var("dart_github") % "http_parser") + Var("http_parser_rev"), |
| 185 Var("dart_root") + "/third_party/pkg/http_throttle": | 187 Var("dart_root") + "/third_party/pkg/http_throttle": |
| 186 "https://github.com/dart-lang/http_throttle.git" + | 188 (Var("dart_github") % "http_throttle") + |
| 187 Var("http_throttle_rev"), | 189 Var("http_throttle_rev"), |
| 188 Var("dart_root") + "/third_party/pkg/intl": | 190 Var("dart_root") + "/third_party/pkg/intl": |
| 189 "https://github.com/dart-lang/intl.git" + Var("intl_rev"), | 191 (Var("dart_github") % "intl") + Var("intl_rev"), |
| 190 Var("dart_root") + "/third_party/pkg/json_rpc_2": | 192 Var("dart_root") + "/third_party/pkg/json_rpc_2": |
| 191 "https://github.com/dart-lang/json_rpc_2.git" + Var("json_rpc_2_rev"), | 193 (Var("dart_github") % "json_rpc_2") + Var("json_rpc_2_rev"), |
| 192 Var("dart_root") + "/third_party/pkg/linter": | 194 Var("dart_root") + "/third_party/pkg/linter": |
| 193 "https://github.com/dart-lang/linter.git" + Var("linter_tag"), | 195 (Var("dart_github") % "linter") + Var("linter_tag"), |
| 194 Var("dart_root") + "/third_party/pkg/logging": | 196 Var("dart_root") + "/third_party/pkg/logging": |
| 195 "https://github.com/dart-lang/logging.git" + Var("logging_rev"), | 197 (Var("dart_github") % "logging") + Var("logging_rev"), |
| 196 Var("dart_root") + "/third_party/pkg/markdown": | 198 Var("dart_root") + "/third_party/pkg/markdown": |
| 197 "https://github.com/dpeek/dart-markdown.git" + Var("markdown_rev"), | 199 "https://github.com/dpeek/dart-markdown.git" + Var("markdown_rev"), |
| 198 Var("dart_root") + "/third_party/pkg/matcher": | 200 Var("dart_root") + "/third_party/pkg/matcher": |
| 199 "https://github.com/dart-lang/matcher.git" + Var("matcher_tag"), | 201 (Var("dart_github") % "matcher") + Var("matcher_tag"), |
| 200 Var("dart_root") + "/third_party/pkg/metatest": | 202 Var("dart_root") + "/third_party/pkg/metatest": |
| 201 "https://github.com/dart-lang/metatest.git" + Var("metatest_rev"), | 203 (Var("dart_github") % "metatest") + Var("metatest_rev"), |
| 202 Var("dart_root") + "/third_party/pkg/mime": | 204 Var("dart_root") + "/third_party/pkg/mime": |
| 203 "https://github.com/dart-lang/mime.git" + Var("mime_rev"), | 205 (Var("dart_github") % "mime") + Var("mime_rev"), |
| 204 Var("dart_root") + "/third_party/pkg/oauth2": | 206 Var("dart_root") + "/third_party/pkg/oauth2": |
| 205 "https://github.com/dart-lang/oauth2.git" + Var("oauth2_rev"), | 207 (Var("dart_github") % "oauth2") + Var("oauth2_rev"), |
| 206 Var("dart_root") + "/third_party/pkg/observe": | 208 Var("dart_root") + "/third_party/pkg/observe": |
| 207 "https://github.com/dart-lang/observe.git" + Var("observe_rev"), | 209 (Var("dart_github") % "observe") + Var("observe_rev"), |
| 208 Var("dart_root") + "/third_party/pkg/package_config": | 210 Var("dart_root") + "/third_party/pkg/package_config": |
| 209 "https://github.com/dart-lang/package_config.git" + | 211 (Var("dart_github") % "package_config") + |
| 210 Var("package_config_rev"), | 212 Var("package_config_rev"), |
| 211 Var("dart_root") + "/third_party/pkg/path": | 213 Var("dart_root") + "/third_party/pkg/path": |
| 212 "https://github.com/dart-lang/path.git" + Var("path_rev"), | 214 (Var("dart_github") % "path") + Var("path_rev"), |
| 213 Var("dart_root") + "/third_party/pkg/plugin": | 215 Var("dart_root") + "/third_party/pkg/plugin": |
| 214 "https://github.com/dart-lang/plugin.git" + Var("plugin_tag"), | 216 (Var("dart_github") % "plugin") + Var("plugin_tag"), |
| 215 Var("dart_root") + "/third_party/pkg/pool": | 217 Var("dart_root") + "/third_party/pkg/pool": |
| 216 "https://github.com/dart-lang/pool.git" + Var("pool_rev"), | 218 (Var("dart_github") % "pool") + Var("pool_rev"), |
| 217 Var("dart_root") + "/third_party/pkg/pub_semver": | 219 Var("dart_root") + "/third_party/pkg/pub_semver": |
| 218 "https://github.com/dart-lang/pub_semver.git" + Var("pub_semver_tag"), | 220 (Var("dart_github") % "pub_semver") + Var("pub_semver_tag"), |
| 219 Var("dart_root") + "/third_party/pkg/scheduled_test": | 221 Var("dart_root") + "/third_party/pkg/scheduled_test": |
| 220 "https://github.com/dart-lang/scheduled_test.git" + | 222 (Var("dart_github") % "scheduled_test") + |
| 221 Var("scheduled_test_tag"), | 223 Var("scheduled_test_tag"), |
| 222 Var("dart_root") + "/third_party/pkg/shelf": | 224 Var("dart_root") + "/third_party/pkg/shelf": |
| 223 "https://github.com/dart-lang/shelf.git" + Var("shelf_rev"), | 225 (Var("dart_github") % "shelf") + Var("shelf_rev"), |
| 224 Var("dart_root") + "/third_party/pkg/shelf_web_socket": | 226 Var("dart_root") + "/third_party/pkg/shelf_web_socket": |
| 225 "https://github.com/dart-lang/shelf_web_socket.git" + | 227 (Var("dart_github") % "shelf_web_socket") + |
| 226 Var("shelf_web_socket_rev"), | 228 Var("shelf_web_socket_rev"), |
| 227 Var("dart_root") + "/third_party/pkg/smoke": | 229 Var("dart_root") + "/third_party/pkg/smoke": |
| 228 "https://github.com/dart-lang/smoke.git" + Var("smoke_rev"), | 230 (Var("dart_github") % "smoke") + Var("smoke_rev"), |
| 229 Var("dart_root") + "/third_party/pkg/source_maps": | 231 Var("dart_root") + "/third_party/pkg/source_maps": |
| 230 "https://github.com/dart-lang/source_maps.git" + Var("source_maps_rev"), | 232 (Var("dart_github") % "source_maps") + Var("source_maps_rev"), |
| 231 Var("dart_root") + "/third_party/pkg/source_span": | 233 Var("dart_root") + "/third_party/pkg/source_span": |
| 232 "https://github.com/dart-lang/source_span.git" + Var("source_span_rev"), | 234 (Var("dart_github") % "source_span") + Var("source_span_rev"), |
| 233 Var("dart_root") + "/third_party/pkg/stack_trace": | 235 Var("dart_root") + "/third_party/pkg/stack_trace": |
| 234 "https://github.com/dart-lang/stack_trace.git" + Var("stack_trace_tag"), | 236 (Var("dart_github") % "stack_trace") + Var("stack_trace_tag"), |
| 235 Var("dart_root") + "/third_party/pkg/string_scanner": | 237 Var("dart_root") + "/third_party/pkg/string_scanner": |
| 236 "https://github.com/dart-lang/string_scanner.git" + | 238 (Var("dart_github") % "string_scanner") + |
| 237 Var("string_scanner_rev"), | 239 Var("string_scanner_rev"), |
| 238 Var("dart_root") + "/third_party/sunflower": | 240 Var("dart_root") + "/third_party/sunflower": |
| 239 "https://github.com/dart-lang/sample-sunflower.git" + | 241 (Var("dart_github") % "sample-sunflower") + |
| 240 Var("sunflower_rev"), | 242 Var("sunflower_rev"), |
| 241 Var("dart_root") + "/third_party/pkg/test": | 243 Var("dart_root") + "/third_party/pkg/test": |
| 242 "https://github.com/dart-lang/test.git" + Var("test_tag"), | 244 (Var("dart_github") % "test") + Var("test_tag"), |
| 243 Var("dart_root") + "/third_party/pkg/test_reflective_loader": | 245 Var("dart_root") + "/third_party/pkg/test_reflective_loader": |
| 244 "https://github.com/dart-lang/test_reflective_loader.git" + Var("test_refl
ective_loader_tag"), | 246 (Var("dart_github") % "test_reflective_loader") + |
| 247 Var("test_reflective_loader_tag"), |
| 245 Var("dart_root") + "/third_party/pkg/unittest": | 248 Var("dart_root") + "/third_party/pkg/unittest": |
| 246 "https://github.com/dart-lang/test.git" + Var("unittest_tag"), | 249 (Var("dart_github") % "test") + Var("unittest_tag"), |
| 247 Var("dart_root") + "/third_party/pkg/usage": | 250 Var("dart_root") + "/third_party/pkg/usage": |
| 248 "https://github.com/dart-lang/usage.git" + Var("usage_rev"), | 251 (Var("dart_github") % "usage") + Var("usage_rev"), |
| 249 Var("dart_root") + "/third_party/pkg/utf": | 252 Var("dart_root") + "/third_party/pkg/utf": |
| 250 "https://github.com/dart-lang/utf.git" + Var("utf_rev"), | 253 (Var("dart_github") % "utf") + Var("utf_rev"), |
| 251 Var("dart_root") + "/third_party/pkg/watcher": | 254 Var("dart_root") + "/third_party/pkg/watcher": |
| 252 "https://github.com/dart-lang/watcher.git" + Var("watcher_tag"), | 255 (Var("dart_github") % "watcher") + Var("watcher_tag"), |
| 253 Var("dart_root") + "/third_party/pkg/web_components": | 256 Var("dart_root") + "/third_party/pkg/web_components": |
| 254 "https://github.com/dart-lang/web-components.git" + | 257 (Var("dart_github") % "web-components") + |
| 255 Var("web_components_rev"), | 258 Var("web_components_rev"), |
| 256 Var("dart_root") + "/third_party/pkg/yaml": | 259 Var("dart_root") + "/third_party/pkg/yaml": |
| 257 "https://github.com/dart-lang/yaml.git" + Var("yaml_rev"), | 260 (Var("dart_github") % "yaml") + Var("yaml_rev"), |
| 258 | 261 |
| 259 # These specific versions of barback and source_maps are used for testing and | 262 # These specific versions of barback and source_maps are used for testing and |
| 260 # should be pulled from bleeding_edge even on channels. | 263 # should be pulled from bleeding_edge even on channels. |
| 261 Var("dart_root") + "/third_party/pkg/barback-0.13.0": | 264 Var("dart_root") + "/third_party/pkg/barback-0.13.0": |
| 262 Var("bleeding_edge") + "/dart/pkg/barback" + Var("barback-0.13.0_rev"), | 265 Var("bleeding_edge") + "/dart/pkg/barback" + Var("barback-0.13.0_rev"), |
| 263 Var("dart_root") + "/third_party/pkg/barback-0.14.0+3": | 266 Var("dart_root") + "/third_party/pkg/barback-0.14.0+3": |
| 264 Var("bleeding_edge") + "/dart/pkg/barback" + Var("barback-0.14.0_rev"), | 267 Var("bleeding_edge") + "/dart/pkg/barback" + Var("barback-0.14.0_rev"), |
| 265 Var("dart_root") + "/third_party/pkg/barback-0.14.1+4": | 268 Var("dart_root") + "/third_party/pkg/barback-0.14.1+4": |
| 266 Var("bleeding_edge") + "/dart/pkg/barback" + Var("barback-0.14.1_rev"), | 269 Var("bleeding_edge") + "/dart/pkg/barback" + Var("barback-0.14.1_rev"), |
| 267 Var("dart_root") + "/third_party/pkg/source_maps-0.9.4": | 270 Var("dart_root") + "/third_party/pkg/source_maps-0.9.4": |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 304 '--no_auth', | 307 '--no_auth', |
| 305 '--no_resume', | 308 '--no_resume', |
| 306 '--bucket', | 309 '--bucket', |
| 307 'dart-dependencies', | 310 'dart-dependencies', |
| 308 '-d', | 311 '-d', |
| 309 '-r', | 312 '-r', |
| 310 Var('dart_root') + '/tools/testing/bin', | 313 Var('dart_root') + '/tools/testing/bin', |
| 311 ], | 314 ], |
| 312 }, | 315 }, |
| 313 ] | 316 ] |
| OLD | NEW |