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

Side by Side Diff: DEPS

Issue 1334893002: Bring in the latest yaml version. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 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 | 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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 "test_tag": "@0.12.3+8", 103 "test_tag": "@0.12.3+8",
104 "test_reflective_loader_tag": "@0.0.3", 104 "test_reflective_loader_tag": "@0.0.3",
105 "utf_rev": "@1f55027068759e2d52f2c12de6a57cce5f3c5ee6", 105 "utf_rev": "@1f55027068759e2d52f2c12de6a57cce5f3c5ee6",
106 "unittest_tag": "@0.11.6", 106 "unittest_tag": "@0.11.6",
107 "usage_rev": "@b5080dac0d26a5609b266f8fdb0d053bc4c1c638", 107 "usage_rev": "@b5080dac0d26a5609b266f8fdb0d053bc4c1c638",
108 "watcher_tag": "@0.9.7", 108 "watcher_tag": "@0.9.7",
109 "when_tag": "@0.2.0+2", 109 "when_tag": "@0.2.0+2",
110 "which_tag": "@0.1.3+1", 110 "which_tag": "@0.1.3+1",
111 "web_components_rev": "@0e636b534d9b12c9e96f841e6679398e91a986ec", 111 "web_components_rev": "@0e636b534d9b12c9e96f841e6679398e91a986ec",
112 "WebCore_rev" : "@44061", 112 "WebCore_rev" : "@44061",
113 "yaml_rev": "@563a5ffd4a800a2897b8f4dd6b19f2a370df2f2b", 113 "yaml_tag": "@2.1.5",
114 "zlib_rev": "@c3d0a6190f2f8c924a05ab6cc97b8f975bddd33f", 114 "zlib_rev": "@c3d0a6190f2f8c924a05ab6cc97b8f975bddd33f",
115 "font_awesome_rev": "@31824", 115 "font_awesome_rev": "@31824",
116 "barback-0.13.0_rev": "@34853", 116 "barback-0.13.0_rev": "@34853",
117 "barback-0.14.0_rev": "@36398", 117 "barback-0.14.0_rev": "@36398",
118 "barback-0.14.1_rev": "@38525", 118 "barback-0.14.1_rev": "@38525",
119 "source_maps-0.9.4_rev": "@38524", 119 "source_maps-0.9.4_rev": "@38524",
120 } 120 }
121 121
122 deps = { 122 deps = {
123 # Stuff needed for GYP to run. 123 # Stuff needed for GYP to run.
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 Var("dart_root") + "/third_party/pkg/watcher": 298 Var("dart_root") + "/third_party/pkg/watcher":
299 (Var("github_mirror") % "watcher") + Var("watcher_tag"), 299 (Var("github_mirror") % "watcher") + Var("watcher_tag"),
300 Var("dart_root") + "/third_party/pkg/web_components": 300 Var("dart_root") + "/third_party/pkg/web_components":
301 (Var("github_mirror") % "web-components") + 301 (Var("github_mirror") % "web-components") +
302 Var("web_components_rev"), 302 Var("web_components_rev"),
303 Var("dart_root") + "/third_party/pkg/when": 303 Var("dart_root") + "/third_party/pkg/when":
304 (Var("github_mirror") % "when") + Var("when_tag"), 304 (Var("github_mirror") % "when") + Var("when_tag"),
305 Var("dart_root") + "/third_party/pkg/which": 305 Var("dart_root") + "/third_party/pkg/which":
306 (Var("github_mirror") % "which") + Var("which_tag"), 306 (Var("github_mirror") % "which") + Var("which_tag"),
307 Var("dart_root") + "/third_party/pkg/yaml": 307 Var("dart_root") + "/third_party/pkg/yaml":
308 (Var("github_mirror") % "yaml") + Var("yaml_rev"), 308 (Var("github_mirror") % "yaml") + Var("yaml_tag"),
309 309
310 # These specific versions of barback and source_maps are used for testing and 310 # These specific versions of barback and source_maps are used for testing and
311 # should be pulled from bleeding_edge even on channels. 311 # should be pulled from bleeding_edge even on channels.
312 Var("dart_root") + "/third_party/pkg/barback-0.13.0": 312 Var("dart_root") + "/third_party/pkg/barback-0.13.0":
313 Var("bleeding_edge") + "/dart/pkg/barback" + Var("barback-0.13.0_rev"), 313 Var("bleeding_edge") + "/dart/pkg/barback" + Var("barback-0.13.0_rev"),
314 Var("dart_root") + "/third_party/pkg/barback-0.14.0+3": 314 Var("dart_root") + "/third_party/pkg/barback-0.14.0+3":
315 Var("bleeding_edge") + "/dart/pkg/barback" + Var("barback-0.14.0_rev"), 315 Var("bleeding_edge") + "/dart/pkg/barback" + Var("barback-0.14.0_rev"),
316 Var("dart_root") + "/third_party/pkg/barback-0.14.1+4": 316 Var("dart_root") + "/third_party/pkg/barback-0.14.1+4":
317 Var("bleeding_edge") + "/dart/pkg/barback" + Var("barback-0.14.1_rev"), 317 Var("bleeding_edge") + "/dart/pkg/barback" + Var("barback-0.14.1_rev"),
318 Var("dart_root") + "/third_party/pkg/source_maps-0.9.4": 318 Var("dart_root") + "/third_party/pkg/source_maps-0.9.4":
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 "--bucket", 385 "--bucket",
386 "dart-dependencies", 386 "dart-dependencies",
387 "--recursive", 387 "--recursive",
388 "--auto_platform", 388 "--auto_platform",
389 "--extract", 389 "--extract",
390 "--directory", 390 "--directory",
391 Var('dart_root') + "/tools/sdks", 391 Var('dart_root') + "/tools/sdks",
392 ], 392 ],
393 }, 393 },
394 ] 394 ]
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