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

Side by Side Diff: DEPS

Issue 2242083003: Fix a broken DEPS file. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 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 # We use mirrors of all github repos to guarantee reproducibility and 10 # We use mirrors of all github repos to guarantee reproducibility and
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 "logging_rev": "@85d83e002670545e9039ad3985f0018ab640e597", 75 "logging_rev": "@85d83e002670545e9039ad3985f0018ab640e597",
76 "markdown_rev": "@4aaadf3d940bb172e1f6285af4d2b1710d309982", 76 "markdown_rev": "@4aaadf3d940bb172e1f6285af4d2b1710d309982",
77 "matcher_tag": "@0.12.0", 77 "matcher_tag": "@0.12.0",
78 "metatest_rev": "@e5aa8e4e19fc4188ac2f6d38368a47d8f07c3df1", 78 "metatest_rev": "@e5aa8e4e19fc4188ac2f6d38368a47d8f07c3df1",
79 "mime_rev": "@75890811d4af5af080351ba8a2853ad4c8df98dd", 79 "mime_rev": "@75890811d4af5af080351ba8a2853ad4c8df98dd",
80 "mustache4dart_rev" : "@5724cfd85151e5b6b53ddcd3380daf188fe47f92", 80 "mustache4dart_rev" : "@5724cfd85151e5b6b53ddcd3380daf188fe47f92",
81 "oauth2_tag": "@1.0.0", 81 "oauth2_tag": "@1.0.0",
82 "observatory_pub_packages_rev": "@a01235b5b71df27b602dae4676d0bf771cbe7fa2", 82 "observatory_pub_packages_rev": "@a01235b5b71df27b602dae4676d0bf771cbe7fa2",
83 "observe_rev": "@eee2b8ec34236fa46982575fbccff84f61202ac6", 83 "observe_rev": "@eee2b8ec34236fa46982575fbccff84f61202ac6",
84 "package_config_rev": "@1.0.0", 84 "package_config_rev": "@1.0.0",
85 "package_resolver": "@1.0.6", 85 "package_resolver_tag": "@1.0.6",
86 "path_tag": "@1.3.6", 86 "path_tag": "@1.3.6",
87 "plugin_tag": "@0.2.0", 87 "plugin_tag": "@0.2.0",
88 "ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93", 88 "ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93",
89 "pool_tag": "@1.2.1", 89 "pool_tag": "@1.2.1",
90 "protobuf_tag": "@0.5.1+1", 90 "protobuf_tag": "@0.5.1+1",
91 "pub_cache_tag": "@v0.1.0", 91 "pub_cache_tag": "@v0.1.0",
92 "pub_rev": "@02443903ebaada11cad89386ad6d0202d2dbee38", 92 "pub_rev": "@02443903ebaada11cad89386ad6d0202d2dbee38",
93 "pub_semver_tag": "@1.3.0", 93 "pub_semver_tag": "@1.3.0",
94 "quiver_tag": "@0.21.4", 94 "quiver_tag": "@0.21.4",
95 "resource_rev":"@a49101ba2deb29c728acba6fb86000a8f730f4b1", 95 "resource_rev":"@a49101ba2deb29c728acba6fb86000a8f730f4b1",
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 Var("dart_root") + "/third_party/pkg/observe": 249 Var("dart_root") + "/third_party/pkg/observe":
250 (Var("github_mirror") % "observe") + Var("observe_rev"), 250 (Var("github_mirror") % "observe") + Var("observe_rev"),
251 Var("dart_root") + "/third_party/observatory_pub_packages": 251 Var("dart_root") + "/third_party/observatory_pub_packages":
252 (Var("github_mirror") % "observatory_pub_packages") 252 (Var("github_mirror") % "observatory_pub_packages")
253 + Var("observatory_pub_packages_rev"), 253 + Var("observatory_pub_packages_rev"),
254 Var("dart_root") + "/third_party/pkg_tested/package_config": 254 Var("dart_root") + "/third_party/pkg_tested/package_config":
255 (Var("github_mirror") % "package_config") + 255 (Var("github_mirror") % "package_config") +
256 Var("package_config_rev"), 256 Var("package_config_rev"),
257 Var("dart_root") + "/third_party/pkg_tested/package_resolver": 257 Var("dart_root") + "/third_party/pkg_tested/package_resolver":
258 "https://github.com/dart-lang/package_resolver.git" + 258 "https://github.com/dart-lang/package_resolver.git" +
259 Var("package_resolver_rev"), 259 Var("package_resolver_tag"),
260 Var("dart_root") + "/third_party/pkg/path": 260 Var("dart_root") + "/third_party/pkg/path":
261 (Var("github_mirror") % "path") + Var("path_tag"), 261 (Var("github_mirror") % "path") + Var("path_tag"),
262 Var("dart_root") + "/third_party/pkg/plugin": 262 Var("dart_root") + "/third_party/pkg/plugin":
263 (Var("github_mirror") % "plugin") + Var("plugin_tag"), 263 (Var("github_mirror") % "plugin") + Var("plugin_tag"),
264 Var("dart_root") + "/third_party/pkg/pool": 264 Var("dart_root") + "/third_party/pkg/pool":
265 (Var("github_mirror") % "pool") + Var("pool_tag"), 265 (Var("github_mirror") % "pool") + Var("pool_tag"),
266 Var("dart_root") + "/third_party/pkg/protobuf": 266 Var("dart_root") + "/third_party/pkg/protobuf":
267 (Var("github_dartlang") % "dart-protobuf") + Var("protobuf_tag"), 267 (Var("github_dartlang") % "dart-protobuf") + Var("protobuf_tag"),
268 Var("dart_root") + "/third_party/pkg/pub_semver": 268 Var("dart_root") + "/third_party/pkg/pub_semver":
269 (Var("github_mirror") % "pub_semver") + Var("pub_semver_tag"), 269 (Var("github_mirror") % "pub_semver") + Var("pub_semver_tag"),
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
481 "--extract", 481 "--extract",
482 "-s", 482 "-s",
483 Var('dart_root') + "/third_party/clang.tar.gz.sha1", 483 Var('dart_root') + "/third_party/clang.tar.gz.sha1",
484 ], 484 ],
485 }, 485 },
486 { 486 {
487 "pattern": ".", 487 "pattern": ".",
488 "action": ["python", Var("dart_root") + "/tools/gyp_dart.py"], 488 "action": ["python", Var("dart_root") + "/tools/gyp_dart.py"],
489 }, 489 },
490 ] 490 ]
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