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

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: Merge CLs that 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
Index: mojo/BUILD.gn
diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn
index c78160d59a1c3319e5d088f1cc96804bc4ddd8fd..3739cb2294a69968e6e1373b236dbfda962d635f 100644
--- a/mojo/BUILD.gn
+++ b/mojo/BUILD.gn
@@ -77,6 +77,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