| 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 # We use mirrors of all github repos to guarantee reproducibility and | 10 # We use mirrors of all github repos to guarantee reproducibility and |
| (...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 174 Var('chromium_git') + '/external/github.com/gperftools/gperftools.git' + | 174 Var('chromium_git') + '/external/github.com/gperftools/gperftools.git' + |
| 175 Var("gperftools_revision"), | 175 Var("gperftools_revision"), |
| 176 | 176 |
| 177 Var("dart_root") + "/third_party/pkg/args": | 177 Var("dart_root") + "/third_party/pkg/args": |
| 178 (Var("github_mirror") % "args") + Var("args_tag"), | 178 (Var("github_mirror") % "args") + Var("args_tag"), |
| 179 Var("dart_root") + "/third_party/pkg/async": | 179 Var("dart_root") + "/third_party/pkg/async": |
| 180 (Var("github_mirror") % "async") + Var("async_tag"), | 180 (Var("github_mirror") % "async") + Var("async_tag"), |
| 181 Var("dart_root") + "/third_party/pkg/barback": | 181 Var("dart_root") + "/third_party/pkg/barback": |
| 182 (Var("github_mirror") % "barback") + Var("barback_tag"), | 182 (Var("github_mirror") % "barback") + Var("barback_tag"), |
| 183 Var("dart_root") + "/third_party/pkg/bazel_worker": | 183 Var("dart_root") + "/third_party/pkg/bazel_worker": |
| 184 (Var("github_dartlang") % "bazel_worker") + Var("bazel_worker_tag"), | 184 (Var("github_mirror") % "bazel_worker") + Var("bazel_worker_tag"), |
| 185 Var("dart_root") + "/third_party/pkg/boolean_selector": | 185 Var("dart_root") + "/third_party/pkg/boolean_selector": |
| 186 (Var("github_dartlang") % "boolean_selector") + | 186 (Var("github_mirror") % "boolean_selector") + |
| 187 Var("boolean_selector_tag"), | 187 Var("boolean_selector_tag"), |
| 188 Var("dart_root") + "/third_party/pkg/charcode": | 188 Var("dart_root") + "/third_party/pkg/charcode": |
| 189 (Var("github_mirror") % "charcode") + Var("charcode_tag"), | 189 (Var("github_mirror") % "charcode") + Var("charcode_tag"), |
| 190 Var("dart_root") + "/third_party/pkg/cli_util": | 190 Var("dart_root") + "/third_party/pkg/cli_util": |
| 191 (Var("github_mirror") % "cli_util") + Var("cli_util_tag"), | 191 (Var("github_mirror") % "cli_util") + Var("cli_util_tag"), |
| 192 Var("dart_root") + "/third_party/pkg/collection": | 192 Var("dart_root") + "/third_party/pkg/collection": |
| 193 (Var("github_mirror") % "collection") + Var("collection_tag"), | 193 (Var("github_mirror") % "collection") + Var("collection_tag"), |
| 194 Var("dart_root") + "/third_party/pkg/convert": | 194 Var("dart_root") + "/third_party/pkg/convert": |
| 195 (Var("github_mirror") % "convert") + Var("convert_tag"), | 195 (Var("github_mirror") % "convert") + Var("convert_tag"), |
| 196 Var("dart_root") + "/third_party/pkg/crypto": | 196 Var("dart_root") + "/third_party/pkg/crypto": |
| 197 (Var("github_mirror") % "crypto") + Var("crypto_tag"), | 197 (Var("github_mirror") % "crypto") + Var("crypto_tag"), |
| 198 Var("dart_root") + "/third_party/pkg/csslib": | 198 Var("dart_root") + "/third_party/pkg/csslib": |
| 199 (Var("github_mirror") % "csslib") + Var("csslib_tag"), | 199 (Var("github_mirror") % "csslib") + Var("csslib_tag"), |
| 200 Var("dart_root") + "/third_party/pkg/code_transformers": | 200 Var("dart_root") + "/third_party/pkg/code_transformers": |
| 201 (Var("github_dartlang") % "code_transformers") + | 201 (Var("github_mirror") % "code_transformers") + |
| 202 Var("code_transformers_tag"), | 202 Var("code_transformers_tag"), |
| 203 Var("dart_root") + "/third_party/dart-services": | 203 Var("dart_root") + "/third_party/dart-services": |
| 204 (Var("github_mirror") % "dart-services") + | 204 (Var("github_mirror") % "dart-services") + |
| 205 Var("dart_services_rev"), | 205 Var("dart_services_rev"), |
| 206 Var("dart_root") + "/third_party/pkg_tested/dart_style": | 206 Var("dart_root") + "/third_party/pkg_tested/dart_style": |
| 207 (Var("github_mirror") % "dart_style") + Var("dart_style_tag"), | 207 (Var("github_mirror") % "dart_style") + Var("dart_style_tag"), |
| 208 Var("dart_root") + "/third_party/pkg/dart2js_info": | 208 Var("dart_root") + "/third_party/pkg/dart2js_info": |
| 209 (Var("github_mirror") % "dart2js_info") + Var("dart2js_info_tag"), | 209 (Var("github_mirror") % "dart2js_info") + Var("dart2js_info_tag"), |
| 210 Var("dart_root") + "/third_party/pkg/dartdoc": | 210 Var("dart_root") + "/third_party/pkg/dartdoc": |
| 211 (Var("github_mirror") % "dartdoc") + Var("dartdoc_tag"), | 211 (Var("github_mirror") % "dartdoc") + Var("dartdoc_tag"), |
| 212 Var("dart_root") + "/third_party/pkg/fixnum": |
| 213 (Var("github_mirror") % "fixnum") + Var("fixnum_tag"), |
| 212 Var("dart_root") + "/third_party/pkg/func": | 214 Var("dart_root") + "/third_party/pkg/func": |
| 213 (Var("github_dartlang") % "func") + Var("func_tag"), | 215 (Var("github_mirror") % "func") + Var("func_tag"), |
| 214 Var("dart_root") + "/third_party/pkg/fixnum": | |
| 215 "https://github.com/dart-lang/fixnum.git" + Var("fixnum_tag"), | |
| 216 Var("dart_root") + "/third_party/pkg/glob": | 216 Var("dart_root") + "/third_party/pkg/glob": |
| 217 (Var("github_mirror") % "glob") + Var("glob_tag"), | 217 (Var("github_mirror") % "glob") + Var("glob_tag"), |
| 218 Var("dart_root") + "/third_party/pkg/html": | 218 Var("dart_root") + "/third_party/pkg/html": |
| 219 (Var("github_mirror") % "html") + Var("html_tag"), | 219 (Var("github_mirror") % "html") + Var("html_tag"), |
| 220 Var("dart_root") + "/third_party/pkg/http": | 220 Var("dart_root") + "/third_party/pkg/http": |
| 221 (Var("github_mirror") % "http") + Var("http_tag"), | 221 (Var("github_mirror") % "http") + Var("http_tag"), |
| 222 Var("dart_root") + "/third_party/pkg/http_multi_server": | 222 Var("dart_root") + "/third_party/pkg/http_multi_server": |
| 223 (Var("github_mirror") % "http_multi_server") + | 223 (Var("github_mirror") % "http_multi_server") + |
| 224 Var("http_multi_server_tag"), | 224 Var("http_multi_server_tag"), |
| 225 Var("dart_root") + "/third_party/pkg/http_parser": | 225 Var("dart_root") + "/third_party/pkg/http_parser": |
| 226 (Var("github_mirror") % "http_parser") + Var("http_parser_tag"), | 226 (Var("github_mirror") % "http_parser") + Var("http_parser_tag"), |
| 227 Var("dart_root") + "/third_party/pkg/http_throttle": | 227 Var("dart_root") + "/third_party/pkg/http_throttle": |
| 228 (Var("github_mirror") % "http_throttle") + | 228 (Var("github_mirror") % "http_throttle") + |
| 229 Var("http_throttle_rev"), | 229 Var("http_throttle_rev"), |
| 230 Var("dart_root") + "/third_party/pkg/initialize": | 230 Var("dart_root") + "/third_party/pkg/initialize": |
| 231 (Var("github_dartlang") % "initialize") + Var("initialize_tag"), | 231 (Var("github_mirror") % "initialize") + Var("initialize_tag"), |
| 232 Var("dart_root") + "/third_party/pkg/intl": | 232 Var("dart_root") + "/third_party/pkg/intl": |
| 233 (Var("github_mirror") % "intl") + Var("intl_tag"), | 233 (Var("github_mirror") % "intl") + Var("intl_tag"), |
| 234 Var("dart_root") + "/third_party/pkg/isolate": | 234 Var("dart_root") + "/third_party/pkg/isolate": |
| 235 (Var("github_dartlang") % "isolate") + Var("isolate_tag"), | 235 (Var("github_mirror") % "isolate") + Var("isolate_tag"), |
| 236 Var("dart_root") + "/third_party/pkg/json_rpc_2": | 236 Var("dart_root") + "/third_party/pkg/json_rpc_2": |
| 237 (Var("github_mirror") % "json_rpc_2") + Var("json_rpc_2_tag"), | 237 (Var("github_mirror") % "json_rpc_2") + Var("json_rpc_2_tag"), |
| 238 Var("dart_root") + "/third_party/pkg/linter": | 238 Var("dart_root") + "/third_party/pkg/linter": |
| 239 (Var("github_mirror") % "linter") + Var("linter_rev"), | 239 (Var("github_mirror") % "linter") + Var("linter_rev"), |
| 240 Var("dart_root") + "/third_party/pkg/logging": | 240 Var("dart_root") + "/third_party/pkg/logging": |
| 241 (Var("github_mirror") % "logging") + Var("logging_tag"), | 241 (Var("github_mirror") % "logging") + Var("logging_tag"), |
| 242 Var("dart_root") + "/third_party/pkg/markdown": | 242 Var("dart_root") + "/third_party/pkg/markdown": |
| 243 (Var("github_mirror") % "markdown") + Var("markdown_tag"), | 243 (Var("github_mirror") % "markdown") + Var("markdown_tag"), |
| 244 Var("dart_root") + "/third_party/pkg/matcher": | 244 Var("dart_root") + "/third_party/pkg/matcher": |
| 245 (Var("github_mirror") % "matcher") + Var("matcher_tag"), | 245 (Var("github_mirror") % "matcher") + Var("matcher_tag"), |
| (...skipping 11 matching lines...) Expand all Loading... |
| 257 (Var("github_dartlang") % "observable") + Var("observable_tag"), | 257 (Var("github_dartlang") % "observable") + Var("observable_tag"), |
| 258 Var("dart_root") + "/third_party/pkg/observe": | 258 Var("dart_root") + "/third_party/pkg/observe": |
| 259 (Var("github_mirror") % "observe") + Var("observe_tag"), | 259 (Var("github_mirror") % "observe") + Var("observe_tag"), |
| 260 Var("dart_root") + "/third_party/observatory_pub_packages": | 260 Var("dart_root") + "/third_party/observatory_pub_packages": |
| 261 (Var("github_mirror") % "observatory_pub_packages") | 261 (Var("github_mirror") % "observatory_pub_packages") |
| 262 + Var("observatory_pub_packages_rev"), | 262 + Var("observatory_pub_packages_rev"), |
| 263 Var("dart_root") + "/third_party/pkg_tested/package_config": | 263 Var("dart_root") + "/third_party/pkg_tested/package_config": |
| 264 (Var("github_mirror") % "package_config") + | 264 (Var("github_mirror") % "package_config") + |
| 265 Var("package_config_tag"), | 265 Var("package_config_tag"), |
| 266 Var("dart_root") + "/third_party/pkg_tested/package_resolver": | 266 Var("dart_root") + "/third_party/pkg_tested/package_resolver": |
| 267 "https://github.com/dart-lang/package_resolver.git" + | 267 (Var("github_mirror") % "package_resolver") + Var("package_resolver_tag"), |
| 268 Var("package_resolver_tag"), | |
| 269 Var("dart_root") + "/third_party/pkg/path": | 268 Var("dart_root") + "/third_party/pkg/path": |
| 270 (Var("github_mirror") % "path") + Var("path_tag"), | 269 (Var("github_mirror") % "path") + Var("path_tag"), |
| 271 Var("dart_root") + "/third_party/pkg/plugin": | 270 Var("dart_root") + "/third_party/pkg/plugin": |
| 272 (Var("github_mirror") % "plugin") + Var("plugin_tag"), | 271 (Var("github_mirror") % "plugin") + Var("plugin_tag"), |
| 273 Var("dart_root") + "/third_party/pkg/pool": | 272 Var("dart_root") + "/third_party/pkg/pool": |
| 274 (Var("github_mirror") % "pool") + Var("pool_tag"), | 273 (Var("github_mirror") % "pool") + Var("pool_tag"), |
| 275 Var("dart_root") + "/third_party/pkg/protobuf": | 274 Var("dart_root") + "/third_party/pkg/protobuf": |
| 276 (Var("github_dartlang") % "dart-protobuf") + Var("protobuf_tag"), | 275 (Var("github_mirror") % "dart-protobuf") + Var("protobuf_tag"), |
| 277 Var("dart_root") + "/third_party/pkg/pub_semver": | 276 Var("dart_root") + "/third_party/pkg/pub_semver": |
| 278 (Var("github_mirror") % "pub_semver") + Var("pub_semver_tag"), | 277 (Var("github_mirror") % "pub_semver") + Var("pub_semver_tag"), |
| 279 Var("dart_root") + "/third_party/pkg/pub": | 278 Var("dart_root") + "/third_party/pkg/pub": |
| 280 (Var("github_mirror") % "pub") + Var("pub_rev"), | 279 (Var("github_mirror") % "pub") + Var("pub_rev"), |
| 281 Var("dart_root") + "/third_party/pkg/quiver": | 280 Var("dart_root") + "/third_party/pkg/quiver": |
| 282 Var("chromium_git") | 281 Var("chromium_git") |
| 283 + "/external/github.com/google/quiver-dart.git" | 282 + "/external/github.com/google/quiver-dart.git" |
| 284 + Var("quiver_tag"), | 283 + Var("quiver_tag"), |
| 285 Var("dart_root") + "/third_party/pkg/resource": | 284 Var("dart_root") + "/third_party/pkg/resource": |
| 286 (Var("github_mirror") % "resource") + Var("resource_rev"), | 285 (Var("github_mirror") % "resource") + Var("resource_rev"), |
| (...skipping 14 matching lines...) Expand all Loading... |
| 301 Var("dart_root") + "/third_party/pkg/source_maps": | 300 Var("dart_root") + "/third_party/pkg/source_maps": |
| 302 (Var("github_mirror") % "source_maps") + Var("source_maps_tag"), | 301 (Var("github_mirror") % "source_maps") + Var("source_maps_tag"), |
| 303 Var("dart_root") + "/third_party/pkg/source_span": | 302 Var("dart_root") + "/third_party/pkg/source_span": |
| 304 (Var("github_mirror") % "source_span") + Var("source_span_tag"), | 303 (Var("github_mirror") % "source_span") + Var("source_span_tag"), |
| 305 Var("dart_root") + "/third_party/pkg/source_map_stack_trace": | 304 Var("dart_root") + "/third_party/pkg/source_map_stack_trace": |
| 306 (Var("github_mirror") % "source_map_stack_trace") + | 305 (Var("github_mirror") % "source_map_stack_trace") + |
| 307 Var("source_map_stack_trace_tag"), | 306 Var("source_map_stack_trace_tag"), |
| 308 Var("dart_root") + "/third_party/pkg/stack_trace": | 307 Var("dart_root") + "/third_party/pkg/stack_trace": |
| 309 (Var("github_mirror") % "stack_trace") + Var("stack_trace_tag"), | 308 (Var("github_mirror") % "stack_trace") + Var("stack_trace_tag"), |
| 310 Var("dart_root") + "/third_party/pkg/stream_channel": | 309 Var("dart_root") + "/third_party/pkg/stream_channel": |
| 311 (Var("github_dartlang") % "stream_channel") + | 310 (Var("github_mirror") % "stream_channel") + |
| 312 Var("stream_channel_tag"), | 311 Var("stream_channel_tag"), |
| 313 Var("dart_root") + "/third_party/pkg/string_scanner": | 312 Var("dart_root") + "/third_party/pkg/string_scanner": |
| 314 (Var("github_mirror") % "string_scanner") + | 313 (Var("github_mirror") % "string_scanner") + |
| 315 Var("string_scanner_tag"), | 314 Var("string_scanner_tag"), |
| 316 Var("dart_root") + "/third_party/sunflower": | 315 Var("dart_root") + "/third_party/sunflower": |
| 317 (Var("github_mirror") % "sample-sunflower") + | 316 (Var("github_mirror") % "sample-sunflower") + |
| 318 Var("sunflower_rev"), | 317 Var("sunflower_rev"), |
| 319 Var("dart_root") + "/third_party/pkg/test": | 318 Var("dart_root") + "/third_party/pkg/test": |
| 320 (Var("github_mirror") % "test") + Var("test_tag"), | 319 (Var("github_mirror") % "test") + Var("test_tag"), |
| 321 Var("dart_root") + "/third_party/pkg/test_reflective_loader": | 320 Var("dart_root") + "/third_party/pkg/test_reflective_loader": |
| 322 (Var("github_mirror") % "test_reflective_loader") + | 321 (Var("github_mirror") % "test_reflective_loader") + |
| 323 Var("test_reflective_loader_tag"), | 322 Var("test_reflective_loader_tag"), |
| 324 Var("dart_root") + "/third_party/pkg/typed_data": | 323 Var("dart_root") + "/third_party/pkg/typed_data": |
| 325 (Var("github_dartlang") % "typed_data") + Var("typed_data_tag"), | 324 (Var("github_mirror") % "typed_data") + Var("typed_data_tag"), |
| 326 Var("dart_root") + "/third_party/pkg/usage": | 325 Var("dart_root") + "/third_party/pkg/usage": |
| 327 (Var("github_mirror") % "usage") + Var("usage_tag"), | 326 (Var("github_mirror") % "usage") + Var("usage_tag"), |
| 328 Var("dart_root") + "/third_party/pkg/utf": | 327 Var("dart_root") + "/third_party/pkg/utf": |
| 329 (Var("github_mirror") % "utf") + Var("utf_tag"), | 328 (Var("github_mirror") % "utf") + Var("utf_tag"), |
| 330 Var("dart_root") + "/third_party/pkg/watcher": | 329 Var("dart_root") + "/third_party/pkg/watcher": |
| 331 (Var("github_mirror") % "watcher") + Var("watcher_tag"), | 330 (Var("github_mirror") % "watcher") + Var("watcher_tag"), |
| 332 Var("dart_root") + "/third_party/pkg/web_components": | 331 Var("dart_root") + "/third_party/pkg/web_components": |
| 333 (Var("github_mirror") % "web-components") + | 332 (Var("github_mirror") % "web-components") + |
| 334 Var("web_components_rev"), | 333 Var("web_components_rev"), |
| 335 Var("dart_root") + "/third_party/pkg/web_socket_channel": | 334 Var("dart_root") + "/third_party/pkg/web_socket_channel": |
| 336 (Var("github_dartlang") % "web_socket_channel") + | 335 (Var("github_mirror") % "web_socket_channel") + |
| 337 Var("web_socket_channel_tag"), | 336 Var("web_socket_channel_tag"), |
| 338 Var("dart_root") + "/third_party/pkg/when": | 337 Var("dart_root") + "/third_party/pkg/when": |
| 339 (Var("github_mirror") % "when") + Var("when_tag"), | 338 (Var("github_mirror") % "when") + Var("when_tag"), |
| 340 Var("dart_root") + "/third_party/pkg/which": | 339 Var("dart_root") + "/third_party/pkg/which": |
| 341 (Var("github_mirror") % "which") + Var("which_tag"), | 340 (Var("github_mirror") % "which") + Var("which_tag"), |
| 342 Var("dart_root") + "/third_party/pkg/yaml": | 341 Var("dart_root") + "/third_party/pkg/yaml": |
| 343 (Var("github_mirror") % "yaml") + Var("yaml_tag"), | 342 (Var("github_mirror") % "yaml") + Var("yaml_tag"), |
| 344 } | 343 } |
| 345 | 344 |
| 346 deps_os = { | 345 deps_os = { |
| (...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 595 # Update the Windows toolchain if necessary. | 594 # Update the Windows toolchain if necessary. |
| 596 'name': 'win_toolchain', | 595 'name': 'win_toolchain', |
| 597 'pattern': '.', | 596 'pattern': '.', |
| 598 'action': ['python', 'sdk/build/vs_toolchain.py', 'update'], | 597 'action': ['python', 'sdk/build/vs_toolchain.py', 'update'], |
| 599 }, | 598 }, |
| 600 { | 599 { |
| 601 "pattern": ".", | 600 "pattern": ".", |
| 602 "action": ["python", Var("dart_root") + "/tools/generate_buildfiles.py"], | 601 "action": ["python", Var("dart_root") + "/tools/generate_buildfiles.py"], |
| 603 }, | 602 }, |
| 604 ] | 603 ] |
| OLD | NEW |