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

Unified Diff: mojo/BUILD.gn

Issue 816113004: Dart: Adds a content handler and a test. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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
Index: mojo/BUILD.gn
diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn
index 2299f4fe6200a38cf353b59aec9e8cf72ff5c6e0..8c092e386f1806d1b3b340ac401940571a95c778 100644
--- a/mojo/BUILD.gn
+++ b/mojo/BUILD.gn
@@ -76,6 +76,9 @@ group("tests") {
}
if (mojo_use_dart) {
- deps += [ "//mojo/dart/embedder/test:dart_unittests" ]
+ deps += [
+ "//mojo/dart/embedder/test:dart_unittests",
+ "//services/dart:dart_apptests",
+ ]
}
}

Powered by Google App Engine
This is Rietveld 408576698