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

Side by Side Diff: DEPS

Issue 1280603002: Update DEPS with new mirrored repos. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 4 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 | no next file » | 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 # The svn location to pull out dependencies from 10 # The svn location to pull out dependencies from
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 (Var("github_mirror") % "cli_util") + Var("cli_util_tag"), 189 (Var("github_mirror") % "cli_util") + Var("cli_util_tag"),
190 Var("dart_root") + "/third_party/pkg/collection": 190 Var("dart_root") + "/third_party/pkg/collection":
191 (Var("github_mirror") % "collection") + Var("collection_rev"), 191 (Var("github_mirror") % "collection") + Var("collection_rev"),
192 Var("dart_root") + "/third_party/pkg/crypto": 192 Var("dart_root") + "/third_party/pkg/crypto":
193 (Var("github_mirror") % "crypto") + Var("crypto_rev"), 193 (Var("github_mirror") % "crypto") + Var("crypto_rev"),
194 Var("dart_root") + "/third_party/pkg/csslib": 194 Var("dart_root") + "/third_party/pkg/csslib":
195 (Var("github_mirror") % "csslib") + Var("csslib_tag"), 195 (Var("github_mirror") % "csslib") + Var("csslib_tag"),
196 Var("dart_root") + "/third_party/pkg_tested/dart_style": 196 Var("dart_root") + "/third_party/pkg_tested/dart_style":
197 (Var("github_mirror") % "dart_style") + Var("dart_style_tag"), 197 (Var("github_mirror") % "dart_style") + Var("dart_style_tag"),
198 Var("dart_root") + "/third_party/pkg/dartdoc": 198 Var("dart_root") + "/third_party/pkg/dartdoc":
199 "https://github.com/dart-lang/dartdoc.git" + Var("dartdoc_tag"), 199 (Var("github_mirror") % "dartdoc") + Var("dartdoc_tag"),
200 Var("dart_root") + "/third_party/pkg/dev_compiler": 200 Var("dart_root") + "/third_party/pkg/dev_compiler":
201 "https://github.com/dart-lang/dev_compiler.git" + Var("dev_compiler_rev"), 201 (Var("github_mirror") % "dev_compiler") + Var("dev_compiler_rev"),
202 Var("dart_root") + "/third_party/pkg/glob": 202 Var("dart_root") + "/third_party/pkg/glob":
203 (Var("github_mirror") % "glob") + Var("glob_rev"), 203 (Var("github_mirror") % "glob") + Var("glob_rev"),
204 Var("dart_root") + "/third_party/pkg/html": 204 Var("dart_root") + "/third_party/pkg/html":
205 (Var("github_mirror") % "html") + Var("html_tag"), 205 (Var("github_mirror") % "html") + Var("html_tag"),
206 Var("dart_root") + "/third_party/pkg/http": 206 Var("dart_root") + "/third_party/pkg/http":
207 (Var("github_mirror") % "http") + Var("http_rev"), 207 (Var("github_mirror") % "http") + Var("http_rev"),
208 Var("dart_root") + "/third_party/pkg/http_multi_server": 208 Var("dart_root") + "/third_party/pkg/http_multi_server":
209 (Var("github_mirror") % "http_multi_server") + 209 (Var("github_mirror") % "http_multi_server") +
210 Var("http_multi_server_tag"), 210 Var("http_multi_server_tag"),
211 Var("dart_root") + "/third_party/pkg/http_parser": 211 Var("dart_root") + "/third_party/pkg/http_parser":
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 (Var("github_mirror") % "pub_semver") + Var("pub_semver_tag"), 254 (Var("github_mirror") % "pub_semver") + Var("pub_semver_tag"),
255 Var("dart_root") + "/third_party/pkg/pub": 255 Var("dart_root") + "/third_party/pkg/pub":
256 (Var("github_mirror") % "pub") + Var("pub_rev"), 256 (Var("github_mirror") % "pub") + Var("pub_rev"),
257 Var("dart_root") + "/third_party/pkg/pub_cache": 257 Var("dart_root") + "/third_party/pkg/pub_cache":
258 (Var("github_mirror") % "pub_cache") + Var("pub_cache_tag"), 258 (Var("github_mirror") % "pub_cache") + Var("pub_cache_tag"),
259 Var("dart_root") + "/third_party/pkg/quiver": 259 Var("dart_root") + "/third_party/pkg/quiver":
260 Var("chromium_git") 260 Var("chromium_git")
261 + "/external/github.com/google/quiver-dart.git" 261 + "/external/github.com/google/quiver-dart.git"
262 + Var("quiver_tag"), 262 + Var("quiver_tag"),
263 Var("dart_root") + "/third_party/pkg/scheduled_test": 263 Var("dart_root") + "/third_party/pkg/scheduled_test":
264 (Var("github_mirror") % "scheduled_test") + 264 (Var("github_mirror") % "scheduled_test") + Var("scheduled_test_tag"),
265 Var("scheduled_test_tag"),
266 Var("dart_root") + "/third_party/pkg/shelf": 265 Var("dart_root") + "/third_party/pkg/shelf":
267 (Var("github_mirror") % "shelf") + Var("shelf_rev"), 266 (Var("github_mirror") % "shelf") + Var("shelf_rev"),
268 Var("dart_root") + "/third_party/pkg/shelf_static": 267 Var("dart_root") + "/third_party/pkg/shelf_static":
269 "https://github.com/dart-lang/shelf_static.git" + 268 (Var("github_mirror") % "shelf_static") + Var("shelf_static_rev"),
270 Var("shelf_static_rev"),
271 Var("dart_root") + "/third_party/pkg/shelf_web_socket": 269 Var("dart_root") + "/third_party/pkg/shelf_web_socket":
272 (Var("github_mirror") % "shelf_web_socket") + 270 (Var("github_mirror") % "shelf_web_socket") +
273 Var("shelf_web_socket_rev"), 271 Var("shelf_web_socket_rev"),
274 Var("dart_root") + "/third_party/pkg/smoke": 272 Var("dart_root") + "/third_party/pkg/smoke":
275 (Var("github_mirror") % "smoke") + Var("smoke_rev"), 273 (Var("github_mirror") % "smoke") + Var("smoke_rev"),
276 Var("dart_root") + "/third_party/pkg/source_maps": 274 Var("dart_root") + "/third_party/pkg/source_maps":
277 (Var("github_mirror") % "source_maps") + Var("source_maps_tag"), 275 (Var("github_mirror") % "source_maps") + Var("source_maps_tag"),
278 Var("dart_root") + "/third_party/pkg/source_span": 276 Var("dart_root") + "/third_party/pkg/source_span":
279 (Var("github_mirror") % "source_span") + Var("source_span_tag"), 277 (Var("github_mirror") % "source_span") + Var("source_span_tag"),
280 Var("dart_root") + "/third_party/pkg/source_map_stack_trace": 278 Var("dart_root") + "/third_party/pkg/source_map_stack_trace":
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 '--no_resume', 372 '--no_resume',
375 '--bucket', 373 '--bucket',
376 'dart-dependencies', 374 'dart-dependencies',
377 '-d', 375 '-d',
378 '-r', 376 '-r',
379 Var('dart_root') + '/third_party/d8', 377 Var('dart_root') + '/third_party/d8',
380 ], 378 ],
381 }, 379 },
382 380
383 ] 381 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698