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

Unified Diff: DEPS

Issue 2499473002: Bring in the latest dart_style to the SDK. (Closed)
Patch Set: Use mirror. Created 4 years, 1 month 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 06fb584746629d0763f439c69d0b9c516cc94d0d..ef2651019f3d673cfa821b43988749d4794aa7c7 100644
--- a/DEPS
+++ b/DEPS
@@ -57,7 +57,7 @@ vars = {
"csslib_tag" : "@0.13.2",
"dart2js_info_tag" : "@0.5.0",
"dart_services_rev" : "@7aea2574e6f3924bf409a80afb8ad52aa2be4f97",
- "dart_style_tag": "@v0.2.11+1",
+ "dart_style_rev": "@a2b84e46a9e4044e61e3cc130087c18da40b9665",
"dartdoc_tag" : "@v0.9.7+6",
"fixnum_tag": "@0.10.5",
"func_tag": "@0.1.0",
@@ -205,7 +205,7 @@ deps = {
(Var("github_mirror") % "dart-services") +
Var("dart_services_rev"),
Var("dart_root") + "/third_party/pkg_tested/dart_style":
- (Var("github_mirror") % "dart_style") + Var("dart_style_tag"),
+ (Var("github_mirror") % "dart_style") + Var("dart_style_rev"),
Var("dart_root") + "/third_party/pkg/dart2js_info":
(Var("github_mirror") % "dart2js_info") + Var("dart2js_info_tag"),
Var("dart_root") + "/third_party/pkg/dartdoc":
« 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