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

Unified Diff: DEPS

Issue 1450393002: Roll sdk dependency to 34357cdad108dcba734949bd13bd28c76ea285e0 (Closed) Base URL: git@github.com:dart-lang/fletch.git@master
Patch Set: Update status files 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
« no previous file with comments | « .packages ('k') | lib/async/async_patch.dart » ('j') | lib/system/system.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index d564fb2f150742a9794768ff22b2b53fa210b114..2751654b86b3bf45103d5579f0efcef9c33bff53 100644
--- a/DEPS
+++ b/DEPS
@@ -23,7 +23,9 @@ 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",
+ # 3. Upload new binaries and update the `third_party/bin` sha-hash-files as
ahe 2015/12/01 10:12:11 Also `tools/testing/bin/`.
sigurdm 2015/12/03 14:48:08 Done.
+ # described in `third_party/bin/README.md`.
+ "dart_rev": "@34357cdad108dcba734949bd13bd28c76ea285e0",
# Please copy these package revisions from ../dart/DEPS when updating
# dart_rev:
@@ -31,6 +33,9 @@ vars = {
"path_tag": "@1.3.6",
"charcode_tag": "@1.1.0",
"args_tag": "@0.13.0",
+ "dart2js_info_rev" : "@0a221eaf16aec3879c45719de656680ccb80d8a1",
+ "pub_semver_tag": "@1.2.1",
+ "collection_rev": "@1da9a07f32efa2ba0c391b289e2037391e31da0e",
"lk_rev": "@b822b1f64f4a98ad10c9794e8ed20ab8ccba3d4a",
@@ -83,6 +88,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/system/system.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698