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

Unified Diff: DEPS

Issue 2561723003: Merge kernel closure conversion into the Dart SDK (Closed)
Patch Set: Also restrict the test to linux for now Created 4 years 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 177f5fdda84e4066fedf5d5cf04e4dea50d6017c..08f0d77292cb53e5e753601314f316ff29e000bf 100644
--- a/DEPS
+++ b/DEPS
@@ -27,6 +27,8 @@ vars = {
# Only use this temporarily while waiting for a mirror for a new package.
"github_dartlang": "https://github.com/dart-lang/%s.git",
+ "github_testing": "https://github.com/peter-ahe-google/testing.git",
+
"gyp_rev": "@6ee91ad8659871916f9aa840d42e1513befdf638",
"co19_rev": "@f05d5aee5930bfd487aedf832fbd7b832f502b15",
@@ -109,6 +111,7 @@ vars = {
"stream_channel_tag": "@1.5.0",
"string_scanner_tag": "@1.0.0",
"sunflower_rev": "@879b704933413414679396b129f5dfa96f7a0b1e",
+ "testing_rev": "@2e196d51c147411a93a949109656be93626bda49",
"test_reflective_loader_tag": "@0.1.0",
"test_tag": "@0.12.15+6",
"typed_data_tag": "@1.1.3",
@@ -315,6 +318,8 @@ deps = {
Var("sunflower_rev"),
Var("dart_root") + "/third_party/pkg/test":
(Var("github_mirror") % "test") + Var("test_tag"),
+ Var("dart_root") + "/third_party/testing":
+ Var("github_testing") + Var("testing_rev"),
Var("dart_root") + "/third_party/pkg/test_reflective_loader":
(Var("github_mirror") % "test_reflective_loader") +
Var("test_reflective_loader_tag"),
« no previous file with comments | « .packages ('k') | pkg/kernel/bin/transform.dart » ('j') | pkg/kernel/lib/import_table.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698