| 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 # IMPORTANT: | 5 # IMPORTANT: |
| 6 # Before adding or updating dependencies, please review the documentation here: | 6 # Before adding or updating dependencies, please review the documentation here: |
| 7 # https://github.com/dart-lang/sdk/wiki/Adding-and-Updating-Dependencies | 7 # https://github.com/dart-lang/sdk/wiki/Adding-and-Updating-Dependencies |
| 8 | 8 |
| 9 vars = { | 9 vars = { |
| 10 # The dart_root is the root of our sdk checkout. This is normally | 10 # The dart_root is the root of our sdk checkout. This is normally |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 "idl_parser_rev": "@7fbe68cab90c38147dee4f48c30ad0d496c17915", | 78 "idl_parser_rev": "@7fbe68cab90c38147dee4f48c30ad0d496c17915", |
| 79 "initialize_tag": "@v0.6.2+5", | 79 "initialize_tag": "@v0.6.2+5", |
| 80 "intl_tag": "@0.14.0", | 80 "intl_tag": "@0.14.0", |
| 81 "isolate_tag": "@1.0.0", | 81 "isolate_tag": "@1.0.0", |
| 82 "jinja2_rev": "@2222b31554f03e62600cd7e383376a7c187967a1", | 82 "jinja2_rev": "@2222b31554f03e62600cd7e383376a7c187967a1", |
| 83 "json_rpc_2_tag": "@2.0.4", | 83 "json_rpc_2_tag": "@2.0.4", |
| 84 "linter_tag": "@0.1.33", | 84 "linter_tag": "@0.1.33", |
| 85 "logging_tag": "@0.11.3+1", | 85 "logging_tag": "@0.11.3+1", |
| 86 "markdown_tag": "@0.11.3", | 86 "markdown_tag": "@0.11.3", |
| 87 "matcher_tag": "@0.12.0+2", | 87 "matcher_tag": "@0.12.0+2", |
| 88 "metatest_tag": "@0.2.2+3", | |
| 89 "mime_rev": "@75890811d4af5af080351ba8a2853ad4c8df98dd", | 88 "mime_rev": "@75890811d4af5af080351ba8a2853ad4c8df98dd", |
| 90 "mustache4dart_tag" : "@v1.1.0", | 89 "mustache4dart_tag" : "@v1.1.0", |
| 91 "oauth2_tag": "@1.0.2", | 90 "oauth2_tag": "@1.0.2", |
| 92 "observable_tag": "@0.17.0", | 91 "observable_tag": "@0.17.0", |
| 93 "observatory_pub_packages_rev": "@26aad88f1c1915d39bbcbff3cad589e2402fdcf1", | 92 "observatory_pub_packages_rev": "@26aad88f1c1915d39bbcbff3cad589e2402fdcf1", |
| 94 "observe_tag": "@0.15.0", | 93 "observe_tag": "@0.15.0", |
| 95 "package_config_tag": "@1.0.0", | 94 "package_config_tag": "@1.0.0", |
| 96 "package_resolver_tag": "@1.0.2+1", | 95 "package_resolver_tag": "@1.0.2+1", |
| 97 "path_tag": "@1.4.1", | 96 "path_tag": "@1.4.1", |
| 98 "plugin_tag": "@0.2.0", | 97 "plugin_tag": "@0.2.0", |
| (...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 242 Var("dart_root") + "/third_party/pkg/json_rpc_2": | 241 Var("dart_root") + "/third_party/pkg/json_rpc_2": |
| 243 (Var("github_mirror") % "json_rpc_2") + Var("json_rpc_2_tag"), | 242 (Var("github_mirror") % "json_rpc_2") + Var("json_rpc_2_tag"), |
| 244 Var("dart_root") + "/third_party/pkg/linter": | 243 Var("dart_root") + "/third_party/pkg/linter": |
| 245 (Var("github_mirror") % "linter") + Var("linter_tag"), | 244 (Var("github_mirror") % "linter") + Var("linter_tag"), |
| 246 Var("dart_root") + "/third_party/pkg/logging": | 245 Var("dart_root") + "/third_party/pkg/logging": |
| 247 (Var("github_mirror") % "logging") + Var("logging_tag"), | 246 (Var("github_mirror") % "logging") + Var("logging_tag"), |
| 248 Var("dart_root") + "/third_party/pkg/markdown": | 247 Var("dart_root") + "/third_party/pkg/markdown": |
| 249 (Var("github_mirror") % "markdown") + Var("markdown_tag"), | 248 (Var("github_mirror") % "markdown") + Var("markdown_tag"), |
| 250 Var("dart_root") + "/third_party/pkg/matcher": | 249 Var("dart_root") + "/third_party/pkg/matcher": |
| 251 (Var("github_mirror") % "matcher") + Var("matcher_tag"), | 250 (Var("github_mirror") % "matcher") + Var("matcher_tag"), |
| 252 Var("dart_root") + "/third_party/pkg/metatest": | |
| 253 (Var("github_mirror") % "metatest") + Var("metatest_tag"), | |
| 254 Var("dart_root") + "/third_party/pkg/mime": | 251 Var("dart_root") + "/third_party/pkg/mime": |
| 255 (Var("github_mirror") % "mime") + Var("mime_rev"), | 252 (Var("github_mirror") % "mime") + Var("mime_rev"), |
| 256 Var("dart_root") + "/third_party/pkg/mustache4dart": | 253 Var("dart_root") + "/third_party/pkg/mustache4dart": |
| 257 Var("chromium_git") | 254 Var("chromium_git") |
| 258 + "/external/github.com/valotas/mustache4dart.git" | 255 + "/external/github.com/valotas/mustache4dart.git" |
| 259 + Var("mustache4dart_tag"), | 256 + Var("mustache4dart_tag"), |
| 260 Var("dart_root") + "/third_party/pkg/oauth2": | 257 Var("dart_root") + "/third_party/pkg/oauth2": |
| 261 (Var("github_mirror") % "oauth2") + Var("oauth2_tag"), | 258 (Var("github_mirror") % "oauth2") + Var("oauth2_tag"), |
| 262 Var("dart_root") + "/third_party/pkg/observable": | 259 Var("dart_root") + "/third_party/pkg/observable": |
| 263 (Var("github_mirror") % "observable") + Var("observable_tag"), | 260 (Var("github_mirror") % "observable") + Var("observable_tag"), |
| (...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 490 # Update the Windows toolchain if necessary. | 487 # Update the Windows toolchain if necessary. |
| 491 'name': 'win_toolchain', | 488 'name': 'win_toolchain', |
| 492 'pattern': '.', | 489 'pattern': '.', |
| 493 'action': ['python', 'sdk/build/vs_toolchain.py', 'update'], | 490 'action': ['python', 'sdk/build/vs_toolchain.py', 'update'], |
| 494 }, | 491 }, |
| 495 { | 492 { |
| 496 "pattern": ".", | 493 "pattern": ".", |
| 497 "action": ["python", Var("dart_root") + "/tools/generate_buildfiles.py"], | 494 "action": ["python", Var("dart_root") + "/tools/generate_buildfiles.py"], |
| 498 }, | 495 }, |
| 499 ] | 496 ] |
| OLD | NEW |