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

Unified Diff: DEPS

Issue 2261293002: add kernel to DEPS (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 4 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 d019eee8594dc9fe31eccfc9baaeea7570a35291..2d7bfbffb14199703438334bc4763f5e4ba73d39 100644
--- a/DEPS
+++ b/DEPS
@@ -71,6 +71,7 @@ vars = {
"isolate_tag": "@0.2.2",
"jinja2_rev": "@2222b31554f03e62600cd7e383376a7c187967a1",
"json_rpc_2_tag": "@2.0.0",
+ "kernel_rev": "@9509d282a62fe025f8d6242bb233b02e0a7fee04",
"linter_rev": "@da3ec6ae914b40332fa6b6e100c1d4aabe9e27ca",
"logging_rev": "@85d83e002670545e9039ad3985f0018ab640e597",
"markdown_rev": "@4aaadf3d940bb172e1f6285af4d2b1710d309982",
@@ -228,6 +229,8 @@ deps = {
(Var("github_dartlang") % "isolate") + Var("isolate_tag"),
Var("dart_root") + "/third_party/pkg/json_rpc_2":
(Var("github_mirror") % "json_rpc_2") + Var("json_rpc_2_tag"),
+ Var("dart_root") + "/third_party/pkg/kernel":
+ (Var("github_mirror") % "kernel") + Var("kernel_rev"),
Siggi Cherem (dart-lang) 2016/08/22 19:26:59 actually - check if this is available, if not we n
Var("dart_root") + "/third_party/pkg/linter":
(Var("github_mirror") % "linter") + Var("linter_rev"),
Var("dart_root") + "/third_party/pkg/logging":
« 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