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

Unified Diff: DEPS

Issue 1450393002: Roll sdk dependency to 34357cdad108dcba734949bd13bd28c76ea285e0 (Closed) Base URL: git@github.com:dart-lang/fletch.git@master
Patch Set: Created 5 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
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"),
}
« no previous file with comments | « .packages ('k') | lib/async/async_patch.dart » ('j') | lib/core/core_patch.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698