Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(70)

Side by Side Diff: DEPS

Issue 2354863002: Add package_resolver to dartium DEPS, update both DEPS files. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | tools/deps/dartium.deps/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 144
145 Var("dart_root") + "/third_party/zlib": 145 Var("dart_root") + "/third_party/zlib":
146 Var("chromium_git") + "/chromium/src/third_party/zlib.git" + 146 Var("chromium_git") + "/chromium/src/third_party/zlib.git" +
147 Var("zlib_rev"), 147 Var("zlib_rev"),
148 148
149 Var("dart_root") + "/third_party/boringssl/src": 149 Var("dart_root") + "/third_party/boringssl/src":
150 "https://boringssl.googlesource.com/boringssl.git" + 150 "https://boringssl.googlesource.com/boringssl.git" +
151 Var("boringssl_rev"), 151 Var("boringssl_rev"),
152 152
153 Var("dart_root") + "/third_party/root_certificates": 153 Var("dart_root") + "/third_party/root_certificates":
154 "https://github.com/dart-lang/root_certificates.git" + 154 (Var("github_mirror") % "root_certificates") +
155 Var("root_certificates_rev"), 155 Var("root_certificates_rev"),
156 156
157 Var("dart_root") + "/third_party/jinja2": 157 Var("dart_root") + "/third_party/jinja2":
158 Var("chromium_git") + "/chromium/src/third_party/jinja2.git" + 158 Var("chromium_git") + "/chromium/src/third_party/jinja2.git" +
159 Var("jinja2_rev"), 159 Var("jinja2_rev"),
160 160
161 Var("dart_root") + "/third_party/ply": 161 Var("dart_root") + "/third_party/ply":
162 Var("chromium_git") + "/chromium/src/third_party/ply.git" + 162 Var("chromium_git") + "/chromium/src/third_party/ply.git" +
163 Var("ply_rev"), 163 Var("ply_rev"),
164 164
(...skipping 19 matching lines...) Expand all
184 Var("dart_root") + "/third_party/pkg/boolean_selector": 184 Var("dart_root") + "/third_party/pkg/boolean_selector":
185 (Var("github_dartlang") % "boolean_selector") + 185 (Var("github_dartlang") % "boolean_selector") +
186 Var("boolean_selector_tag"), 186 Var("boolean_selector_tag"),
187 Var("dart_root") + "/third_party/pkg/charcode": 187 Var("dart_root") + "/third_party/pkg/charcode":
188 (Var("github_mirror") % "charcode") + Var("charcode_tag"), 188 (Var("github_mirror") % "charcode") + Var("charcode_tag"),
189 Var("dart_root") + "/third_party/pkg/cli_util": 189 Var("dart_root") + "/third_party/pkg/cli_util":
190 (Var("github_mirror") % "cli_util") + Var("cli_util_tag"), 190 (Var("github_mirror") % "cli_util") + Var("cli_util_tag"),
191 Var("dart_root") + "/third_party/pkg/collection": 191 Var("dart_root") + "/third_party/pkg/collection":
192 (Var("github_mirror") % "collection") + Var("collection_tag"), 192 (Var("github_mirror") % "collection") + Var("collection_tag"),
193 Var("dart_root") + "/third_party/pkg/convert": 193 Var("dart_root") + "/third_party/pkg/convert":
194 "https://github.com/dart-lang/convert.git" + Var("convert_tag"), 194 (Var("github_mirror") % "convert") + Var("convert_tag"),
195 Var("dart_root") + "/third_party/pkg/crypto": 195 Var("dart_root") + "/third_party/pkg/crypto":
196 (Var("github_mirror") % "crypto") + Var("crypto_tag"), 196 (Var("github_mirror") % "crypto") + Var("crypto_tag"),
197 Var("dart_root") + "/third_party/pkg/csslib": 197 Var("dart_root") + "/third_party/pkg/csslib":
198 (Var("github_mirror") % "csslib") + Var("csslib_tag"), 198 (Var("github_mirror") % "csslib") + Var("csslib_tag"),
199 Var("dart_root") + "/third_party/pkg/code_transformers": 199 Var("dart_root") + "/third_party/pkg/code_transformers":
200 (Var("github_dartlang") % "code_transformers") + 200 (Var("github_dartlang") % "code_transformers") +
201 Var("code_transformers_tag"), 201 Var("code_transformers_tag"),
202 Var("dart_root") + "/third_party/dart-services": 202 Var("dart_root") + "/third_party/dart-services":
203 (Var("github_mirror") % "dart-services") + 203 (Var("github_mirror") % "dart-services") +
204 Var("dart_services_rev"), 204 Var("dart_services_rev"),
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 Var("chromium_git") 283 Var("chromium_git")
284 + "/external/github.com/google/quiver-dart.git" 284 + "/external/github.com/google/quiver-dart.git"
285 + Var("quiver_tag"), 285 + Var("quiver_tag"),
286 Var("dart_root") + "/third_party/pkg/resource": 286 Var("dart_root") + "/third_party/pkg/resource":
287 (Var("github_mirror") % "resource") + Var("resource_rev"), 287 (Var("github_mirror") % "resource") + Var("resource_rev"),
288 Var("dart_root") + "/third_party/pkg/scheduled_test": 288 Var("dart_root") + "/third_party/pkg/scheduled_test":
289 (Var("github_mirror") % "scheduled_test") + Var("scheduled_test_tag"), 289 (Var("github_mirror") % "scheduled_test") + Var("scheduled_test_tag"),
290 Var("dart_root") + "/third_party/pkg/shelf": 290 Var("dart_root") + "/third_party/pkg/shelf":
291 (Var("github_mirror") % "shelf") + Var("shelf_tag"), 291 (Var("github_mirror") % "shelf") + Var("shelf_tag"),
292 Var("dart_root") + "/third_party/pkg/shelf_packages_handler": 292 Var("dart_root") + "/third_party/pkg/shelf_packages_handler":
293 "https://github.com/dart-lang/shelf_packages_handler.git" 293 (Var("github_mirror") % "shelf_packages_handler")
294 + Var("shelf_packages_handler_tag"), 294 + Var("shelf_packages_handler_tag"),
295 Var("dart_root") + "/third_party/pkg/shelf_static": 295 Var("dart_root") + "/third_party/pkg/shelf_static":
296 (Var("github_mirror") % "shelf_static") + Var("shelf_static_tag"), 296 (Var("github_mirror") % "shelf_static") + Var("shelf_static_tag"),
297 Var("dart_root") + "/third_party/pkg/shelf_web_socket": 297 Var("dart_root") + "/third_party/pkg/shelf_web_socket":
298 (Var("github_mirror") % "shelf_web_socket") + 298 (Var("github_mirror") % "shelf_web_socket") +
299 Var("shelf_web_socket_tag"), 299 Var("shelf_web_socket_tag"),
300 Var("dart_root") + "/third_party/pkg/smoke": 300 Var("dart_root") + "/third_party/pkg/smoke":
301 (Var("github_mirror") % "smoke") + Var("smoke_tag"), 301 (Var("github_mirror") % "smoke") + Var("smoke_tag"),
302 Var("dart_root") + "/third_party/pkg/source_maps": 302 Var("dart_root") + "/third_party/pkg/source_maps":
303 (Var("github_mirror") % "source_maps") + Var("source_maps_tag"), 303 (Var("github_mirror") % "source_maps") + Var("source_maps_tag"),
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
492 "--extract", 492 "--extract",
493 "-s", 493 "-s",
494 Var('dart_root') + "/third_party/clang.tar.gz.sha1", 494 Var('dart_root') + "/third_party/clang.tar.gz.sha1",
495 ], 495 ],
496 }, 496 },
497 { 497 {
498 "pattern": ".", 498 "pattern": ".",
499 "action": ["python", Var("dart_root") + "/tools/gyp_dart.py"], 499 "action": ["python", Var("dart_root") + "/tools/gyp_dart.py"],
500 }, 500 },
501 ] 501 ]
OLDNEW
« no previous file with comments | « no previous file | tools/deps/dartium.deps/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698