| 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 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 139 Var("clang_format_rev"), | 139 Var("clang_format_rev"), |
| 140 | 140 |
| 141 Var("dart_root") + "/tests/co19/src": | 141 Var("dart_root") + "/tests/co19/src": |
| 142 (Var("github_mirror") % "co19") + Var("co19_rev"), | 142 (Var("github_mirror") % "co19") + Var("co19_rev"), |
| 143 | 143 |
| 144 Var("dart_root") + "/third_party/zlib": | 144 Var("dart_root") + "/third_party/zlib": |
| 145 Var("chromium_git") + "/chromium/src/third_party/zlib.git" + | 145 Var("chromium_git") + "/chromium/src/third_party/zlib.git" + |
| 146 Var("zlib_rev"), | 146 Var("zlib_rev"), |
| 147 | 147 |
| 148 Var("dart_root") + "/third_party/boringssl": | 148 Var("dart_root") + "/third_party/boringssl": |
| 149 (Var("github_dartlang") % "boringssl_gen") + Var("boringssl_gen_rev"), | 149 (Var("github_mirror") % "boringssl_gen") + Var("boringssl_gen_rev"), |
| 150 Var("dart_root") + "/third_party/boringssl/src": | 150 Var("dart_root") + "/third_party/boringssl/src": |
| 151 "https://boringssl.googlesource.com/boringssl.git" + | 151 "https://boringssl.googlesource.com/boringssl.git" + |
| 152 Var("boringssl_rev"), | 152 Var("boringssl_rev"), |
| 153 | 153 |
| 154 Var("dart_root") + "/third_party/root_certificates": | 154 Var("dart_root") + "/third_party/root_certificates": |
| 155 (Var("github_mirror") % "root_certificates") + | 155 (Var("github_mirror") % "root_certificates") + |
| 156 Var("root_certificates_rev"), | 156 Var("root_certificates_rev"), |
| 157 | 157 |
| 158 Var("dart_root") + "/third_party/jinja2": | 158 Var("dart_root") + "/third_party/jinja2": |
| 159 Var("chromium_git") + "/chromium/src/third_party/jinja2.git" + | 159 Var("chromium_git") + "/chromium/src/third_party/jinja2.git" + |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 247 (Var("github_mirror") % "metatest") + Var("metatest_tag"), | 247 (Var("github_mirror") % "metatest") + Var("metatest_tag"), |
| 248 Var("dart_root") + "/third_party/pkg/mime": | 248 Var("dart_root") + "/third_party/pkg/mime": |
| 249 (Var("github_mirror") % "mime") + Var("mime_rev"), | 249 (Var("github_mirror") % "mime") + Var("mime_rev"), |
| 250 Var("dart_root") + "/third_party/pkg/mustache4dart": | 250 Var("dart_root") + "/third_party/pkg/mustache4dart": |
| 251 Var("chromium_git") | 251 Var("chromium_git") |
| 252 + "/external/github.com/valotas/mustache4dart.git" | 252 + "/external/github.com/valotas/mustache4dart.git" |
| 253 + Var("mustache4dart_tag"), | 253 + Var("mustache4dart_tag"), |
| 254 Var("dart_root") + "/third_party/pkg/oauth2": | 254 Var("dart_root") + "/third_party/pkg/oauth2": |
| 255 (Var("github_mirror") % "oauth2") + Var("oauth2_tag"), | 255 (Var("github_mirror") % "oauth2") + Var("oauth2_tag"), |
| 256 Var("dart_root") + "/third_party/pkg/observable": | 256 Var("dart_root") + "/third_party/pkg/observable": |
| 257 (Var("github_dartlang") % "observable") + Var("observable_tag"), | 257 (Var("github_mirror") % "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 (Var("github_mirror") % "package_resolver") + Var("package_resolver_tag"), | 267 (Var("github_mirror") % "package_resolver") + Var("package_resolver_tag"), |
| 268 Var("dart_root") + "/third_party/pkg/path": | 268 Var("dart_root") + "/third_party/pkg/path": |
| 269 (Var("github_mirror") % "path") + Var("path_tag"), | 269 (Var("github_mirror") % "path") + Var("path_tag"), |
| 270 Var("dart_root") + "/third_party/pkg/plugin": | 270 Var("dart_root") + "/third_party/pkg/plugin": |
| 271 (Var("github_mirror") % "plugin") + Var("plugin_tag"), | 271 (Var("github_mirror") % "plugin") + Var("plugin_tag"), |
| (...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 594 # Update the Windows toolchain if necessary. | 594 # Update the Windows toolchain if necessary. |
| 595 'name': 'win_toolchain', | 595 'name': 'win_toolchain', |
| 596 'pattern': '.', | 596 'pattern': '.', |
| 597 'action': ['python', 'sdk/build/vs_toolchain.py', 'update'], | 597 'action': ['python', 'sdk/build/vs_toolchain.py', 'update'], |
| 598 }, | 598 }, |
| 599 { | 599 { |
| 600 "pattern": ".", | 600 "pattern": ".", |
| 601 "action": ["python", Var("dart_root") + "/tools/generate_buildfiles.py"], | 601 "action": ["python", Var("dart_root") + "/tools/generate_buildfiles.py"], |
| 602 }, | 602 }, |
| 603 ] | 603 ] |
| OLD | NEW |