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 # We use mirrors of all github repos to guarantee reproducibility and | 10 # We use mirrors of all github repos to guarantee reproducibility and |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 65 "http_multi_server_tag" : "@2.0.2", | 65 "http_multi_server_tag" : "@2.0.2", |
| 66 "http_parser_tag" : "@3.0.2", | 66 "http_parser_tag" : "@3.0.2", |
| 67 "http_tag" : "@0.11.3+9", | 67 "http_tag" : "@0.11.3+9", |
| 68 "http_throttle_rev" : "@284344cd357e435c6c8ff9a4a21f02b9e384a541", | 68 "http_throttle_rev" : "@284344cd357e435c6c8ff9a4a21f02b9e384a541", |
| 69 "idl_parser_rev": "@7fbe68cab90c38147dee4f48c30ad0d496c17915", | 69 "idl_parser_rev": "@7fbe68cab90c38147dee4f48c30ad0d496c17915", |
| 70 "initialize_tag": "@v0.6.2+2", | 70 "initialize_tag": "@v0.6.2+2", |
| 71 "intl_tag": "@0.14.0", | 71 "intl_tag": "@0.14.0", |
| 72 "isolate_tag": "@0.2.3", | 72 "isolate_tag": "@0.2.3", |
| 73 "jinja2_rev": "@2222b31554f03e62600cd7e383376a7c187967a1", | 73 "jinja2_rev": "@2222b31554f03e62600cd7e383376a7c187967a1", |
| 74 "json_rpc_2_tag": "@2.0.2", | 74 "json_rpc_2_tag": "@2.0.2", |
| 75 "kernel_rev": "@1906e420431656d351a9f4ee9a36b8ca9a4da1db", | 75 "kernel_vm_rev": "@1c1a6464693ebdf7dd5b93d6d16df2abf8bbfe3e", |
| 76 "kernel_dart2js_rev": "@1906e420431656d351a9f4ee9a36b8ca9a4da1db", | |
| 76 "linter_tag": "@0.1.28", | 77 "linter_tag": "@0.1.28", |
| 77 "logging_tag": "@0.11.3+1", | 78 "logging_tag": "@0.11.3+1", |
| 78 "markdown_tag": "@0.11.0", | 79 "markdown_tag": "@0.11.0", |
| 79 "matcher_tag": "@0.12.0+2", | 80 "matcher_tag": "@0.12.0+2", |
| 80 "metatest_tag": "@0.2.2+2", | 81 "metatest_tag": "@0.2.2+2", |
| 81 "mime_rev": "@75890811d4af5af080351ba8a2853ad4c8df98dd", | 82 "mime_rev": "@75890811d4af5af080351ba8a2853ad4c8df98dd", |
| 82 "mustache4dart_tag" : "@v1.0.10", | 83 "mustache4dart_tag" : "@v1.0.10", |
| 83 "oauth2_tag": "@1.0.2", | 84 "oauth2_tag": "@1.0.2", |
| 84 "observatory_pub_packages_rev": "@26aad88f1c1915d39bbcbff3cad589e2402fdcf1", | 85 "observatory_pub_packages_rev": "@26aad88f1c1915d39bbcbff3cad589e2402fdcf1", |
| 85 "observe_tag": "@0.13.5", | 86 "observe_tag": "@0.13.5", |
| (...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 199 Var("code_transformers_tag"), | 200 Var("code_transformers_tag"), |
| 200 Var("dart_root") + "/third_party/dart-services": | 201 Var("dart_root") + "/third_party/dart-services": |
| 201 (Var("github_mirror") % "dart-services") + | 202 (Var("github_mirror") % "dart-services") + |
| 202 Var("dart_services_rev"), | 203 Var("dart_services_rev"), |
| 203 Var("dart_root") + "/third_party/pkg_tested/dart_style": | 204 Var("dart_root") + "/third_party/pkg_tested/dart_style": |
| 204 (Var("github_mirror") % "dart_style") + Var("dart_style_tag"), | 205 (Var("github_mirror") % "dart_style") + Var("dart_style_tag"), |
| 205 Var("dart_root") + "/third_party/pkg/dart2js_info": | 206 Var("dart_root") + "/third_party/pkg/dart2js_info": |
| 206 (Var("github_mirror") % "dart2js_info") + Var("dart2js_info_tag"), | 207 (Var("github_mirror") % "dart2js_info") + Var("dart2js_info_tag"), |
| 207 Var("dart_root") + "/third_party/pkg/dartdoc": | 208 Var("dart_root") + "/third_party/pkg/dartdoc": |
| 208 (Var("github_mirror") % "dartdoc") + Var("dartdoc_tag"), | 209 (Var("github_mirror") % "dartdoc") + Var("dartdoc_tag"), |
| 210 Var("dart_root") + "/third_party/kernel": | |
| 211 (Var("github_mirror") % "kernel") + Var("kernel_vm_rev"), | |
| 212 Var("dart_root") + "/third_party/pkg/kernel": | |
| 213 (Var("github_mirror") % "kernel") + Var("kernel_dart2js_rev"), | |
| 209 Var("dart_root") + "/third_party/pkg/func": | 214 Var("dart_root") + "/third_party/pkg/func": |
| 210 (Var("github_dartlang") % "func") + Var("func_tag"), | 215 (Var("github_dartlang") % "func") + Var("func_tag"), |
| 211 Var("dart_root") + "/third_party/pkg/fixnum": | 216 Var("dart_root") + "/third_party/pkg/fixnum": |
| 212 "https://github.com/dart-lang/fixnum.git" + Var("fixnum_tag"), | 217 "https://github.com/dart-lang/fixnum.git" + Var("fixnum_tag"), |
| 213 Var("dart_root") + "/third_party/pkg/glob": | 218 Var("dart_root") + "/third_party/pkg/glob": |
| 214 (Var("github_mirror") % "glob") + Var("glob_tag"), | 219 (Var("github_mirror") % "glob") + Var("glob_tag"), |
| 215 Var("dart_root") + "/third_party/pkg/html": | 220 Var("dart_root") + "/third_party/pkg/html": |
| 216 (Var("github_mirror") % "html") + Var("html_tag"), | 221 (Var("github_mirror") % "html") + Var("html_tag"), |
| 217 Var("dart_root") + "/third_party/pkg/http": | 222 Var("dart_root") + "/third_party/pkg/http": |
| 218 (Var("github_mirror") % "http") + Var("http_tag"), | 223 (Var("github_mirror") % "http") + Var("http_tag"), |
| 219 Var("dart_root") + "/third_party/pkg/http_multi_server": | 224 Var("dart_root") + "/third_party/pkg/http_multi_server": |
| 220 (Var("github_mirror") % "http_multi_server") + | 225 (Var("github_mirror") % "http_multi_server") + |
| 221 Var("http_multi_server_tag"), | 226 Var("http_multi_server_tag"), |
| 222 Var("dart_root") + "/third_party/pkg/http_parser": | 227 Var("dart_root") + "/third_party/pkg/http_parser": |
| 223 (Var("github_mirror") % "http_parser") + Var("http_parser_tag"), | 228 (Var("github_mirror") % "http_parser") + Var("http_parser_tag"), |
| 224 Var("dart_root") + "/third_party/pkg/http_throttle": | 229 Var("dart_root") + "/third_party/pkg/http_throttle": |
| 225 (Var("github_mirror") % "http_throttle") + | 230 (Var("github_mirror") % "http_throttle") + |
| 226 Var("http_throttle_rev"), | 231 Var("http_throttle_rev"), |
| 227 Var("dart_root") + "/third_party/pkg/initialize": | 232 Var("dart_root") + "/third_party/pkg/initialize": |
| 228 (Var("github_dartlang") % "initialize") + Var("initialize_tag"), | 233 (Var("github_dartlang") % "initialize") + Var("initialize_tag"), |
| 229 Var("dart_root") + "/third_party/pkg/intl": | 234 Var("dart_root") + "/third_party/pkg/intl": |
| 230 (Var("github_mirror") % "intl") + Var("intl_tag"), | 235 (Var("github_mirror") % "intl") + Var("intl_tag"), |
| 231 Var("dart_root") + "/third_party/pkg/isolate": | 236 Var("dart_root") + "/third_party/pkg/isolate": |
| 232 (Var("github_dartlang") % "isolate") + Var("isolate_tag"), | 237 (Var("github_dartlang") % "isolate") + Var("isolate_tag"), |
| 233 Var("dart_root") + "/third_party/pkg/json_rpc_2": | 238 Var("dart_root") + "/third_party/pkg/json_rpc_2": |
| 234 (Var("github_mirror") % "json_rpc_2") + Var("json_rpc_2_tag"), | 239 (Var("github_mirror") % "json_rpc_2") + Var("json_rpc_2_tag"), |
| 235 Var("dart_root") + "/third_party/pkg/kernel": | |
| 236 (Var("github_mirror") % "kernel") + Var("kernel_rev"), | |
| 237 Var("dart_root") + "/third_party/pkg/linter": | 240 Var("dart_root") + "/third_party/pkg/linter": |
| 238 (Var("github_mirror") % "linter") + Var("linter_tag"), | 241 (Var("github_mirror") % "linter") + Var("linter_tag"), |
| 239 Var("dart_root") + "/third_party/pkg/logging": | 242 Var("dart_root") + "/third_party/pkg/logging": |
| 240 (Var("github_mirror") % "logging") + Var("logging_tag"), | 243 (Var("github_mirror") % "logging") + Var("logging_tag"), |
| 241 Var("dart_root") + "/third_party/pkg/markdown": | 244 Var("dart_root") + "/third_party/pkg/markdown": |
| 242 (Var("github_mirror") % "markdown") + Var("markdown_tag"), | 245 (Var("github_mirror") % "markdown") + Var("markdown_tag"), |
| 243 Var("dart_root") + "/third_party/pkg/matcher": | 246 Var("dart_root") + "/third_party/pkg/matcher": |
| 244 (Var("github_mirror") % "matcher") + Var("matcher_tag"), | 247 (Var("github_mirror") % "matcher") + Var("matcher_tag"), |
| 245 Var("dart_root") + "/third_party/pkg/metatest": | 248 Var("dart_root") + "/third_party/pkg/metatest": |
| 246 (Var("github_mirror") % "metatest") + Var("metatest_tag"), | 249 (Var("github_mirror") % "metatest") + Var("metatest_tag"), |
| (...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 564 { | 567 { |
| 565 # Update the Windows toolchain if necessary. | 568 # Update the Windows toolchain if necessary. |
| 566 'name': 'win_toolchain', | 569 'name': 'win_toolchain', |
| 567 'pattern': '.', | 570 'pattern': '.', |
| 568 'action': ['python', 'sdk/build/vs_toolchain.py', 'update'], | 571 'action': ['python', 'sdk/build/vs_toolchain.py', 'update'], |
| 569 }, | 572 }, |
| 570 { | 573 { |
| 571 "pattern": ".", | 574 "pattern": ".", |
| 572 "action": ["python", Var("dart_root") + "/tools/generate_buildfiles.py"], | 575 "action": ["python", Var("dart_root") + "/tools/generate_buildfiles.py"], |
| 573 }, | 576 }, |
| 577 { | |
| 578 'name': 'run_pub_get', | |
|
Bill Hesse
2016/10/21 12:17:39
This adds a lot of complexity, I think, and so we
Vyacheslav Egorov (Google)
2016/10/21 13:39:43
I killed this.
| |
| 579 'pattern': '.', | |
| 580 'action': [ | |
| 581 'python', | |
| 582 Var('dart_root') + '/tools/run_pub_get.py', | |
| 583 Var('dart_root') + '/third_party/kernel', | |
| 584 ], | |
| 585 }, | |
| 574 ] | 586 ] |
| OLD | NEW |