Index: DEPS |
diff --git a/DEPS b/DEPS |
index d564fb2f150742a9794768ff22b2b53fa210b114..78043f1bd7c8e3526e96187da473b8d11c242abe 100644 |
--- a/DEPS |
+++ b/DEPS |
@@ -23,7 +23,7 @@ vars = { |
# When updating this, please remember: |
# 1. to use a commit on the branch "_temporary_fletch_patches". |
# 2. update package revisions below. |
- "dart_rev": "@f3ca4b2e0acf43b3ac8642cdda5afc10f4e503bb", |
+ "dart_rev": "@8e49ae20ffc997a705bff3167394f3e47c982c1a", |
# Please copy these package revisions from ../dart/DEPS when updating |
# dart_rev: |
@@ -31,6 +31,10 @@ vars = { |
"path_tag": "@1.3.6", |
"charcode_tag": "@1.1.0", |
"args_tag": "@0.13.0", |
+ "dart2js_info_rev" : "@2905970fbb12e40a749ce5f880bea989b820402", |
+ "pub_semver_tag": "@1.2.1", |
+ "collection_rev": "@1da9a07f32efa2ba0c391b289e2037391e31da0e", |
+ |
ahe
2015/11/17 16:44:08
Extra line.
sigurdm
2015/11/19 14:33:46
Done.
|
"lk_rev": "@b822b1f64f4a98ad10c9794e8ed20ab8ccba3d4a", |
@@ -83,6 +87,15 @@ deps = { |
"fletch/third_party/isolate": |
"https://github.com/dart-lang/isolate.git" + Var("isolate_tag"), |
+ "fletch/third_party/dart2js_info": |
+ "https://github.com/dart-lang/dart2js_info.git" + Var("dart2js_info_rev"), |
+ |
+ "fletch/third_party/pub_semver": |
+ (Var("github_mirror") % "pub_semver") + Var("pub_semver_tag"), |
+ |
+ "fletch/third_party/collection": |
+ (Var("github_mirror") % "collection") + Var("collection_rev"), |
+ |
"wiki": (Var("github_url") % "dart-lang/fletch.wiki"), |
} |