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

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: Address comments 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
« no previous file with comments | « examples/dart/wget.dart ('k') | mojo/dart/embedder/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/BUILD.gn
diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn
index bc8659ab4e91552108b6022cbad43b00c6fdf693..aec9ce4420bef88c7b2573bc6f0b4881210f2f27 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",
+ ]
}
}
« no previous file with comments | « examples/dart/wget.dart ('k') | mojo/dart/embedder/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698