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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 2b15d09e91a7042b70a7790cc79c4de9d95e3cfc..948d24ccb6b0b8a90ab047b670af255dd628e711 100644
--- a/DEPS
+++ b/DEPS
@@ -110,7 +110,7 @@ vars = {
"which_tag": "@0.1.3+1",
"web_components_rev": "@0e636b534d9b12c9e96f841e6679398e91a986ec",
"WebCore_rev" : "@44061",
- "yaml_rev": "@563a5ffd4a800a2897b8f4dd6b19f2a370df2f2b",
+ "yaml_tag": "@2.1.5",
"zlib_rev": "@c3d0a6190f2f8c924a05ab6cc97b8f975bddd33f",
"font_awesome_rev": "@31824",
"barback-0.13.0_rev": "@34853",
@@ -305,7 +305,7 @@ deps = {
Var("dart_root") + "/third_party/pkg/which":
(Var("github_mirror") % "which") + Var("which_tag"),
Var("dart_root") + "/third_party/pkg/yaml":
- (Var("github_mirror") % "yaml") + Var("yaml_rev"),
+ (Var("github_mirror") % "yaml") + Var("yaml_tag"),
# These specific versions of barback and source_maps are used for testing and
# should be pulled from bleeding_edge even on channels.
« 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