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

Unified Diff: DEPS

Issue 1151293004: Welcome charcode (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: master merge Created 5 years, 7 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 c3d6fd4240102e36476d0752bce6d210421ea398..3ee393ac6dee13b700e4e5984dfc30574f99bcd5 100644
--- a/DEPS
+++ b/DEPS
@@ -29,6 +29,7 @@ vars = {
"analyzer_cli_tag" : "@1.0.1",
"args_tag": "@0.13.0",
"barback_rev" : "@29ee90dbcf77cfd64632fa2797a4c8a4f29a4b51",
+ "charcode_tag": "@1.1.0",
"chrome_rev" : "@19997",
"clang_rev" : "@28450",
"collection_rev": "@1da9a07f32efa2ba0c391b289e2037391e31da0e",
@@ -165,6 +166,8 @@ deps = {
(Var("dart_github") % "async_await") + Var("async_await_rev"),
Var("dart_root") + "/third_party/pkg/barback":
(Var("dart_github") % "barback") + Var("barback_rev"),
+ Var("dart_root") + "/third_party/pkg/charcode":
+ (Var("dart_github") % "charcode") + Var("charcode_tag"),
Var("dart_root") + "/third_party/pkg/collection":
(Var("dart_github") % "collection") + Var("collection_rev"),
Var("dart_root") + "/third_party/pkg/crypto":
« 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