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

Unified Diff: mojo/BUILD.gn

Issue 971083002: Create an apptesting framework for dart. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 10 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 9e797240971440d72a60b3833e5b9c561012482a..cefd1e0dec06161355a497f973595dbf385ab361 100644
--- a/mojo/BUILD.gn
+++ b/mojo/BUILD.gn
@@ -19,6 +19,7 @@ group("mojo") {
"//benchmarks",
"//examples",
"//mojo/common",
+ "//mojo/dart/apptest",
"//mojo/public",
"//mojo/services",
"//mojo/tools/package_manager",
@@ -60,7 +61,7 @@ group("tests") {
"//mojo/services/view_manager/public/cpp/tests:mojo_view_manager_lib_unittests",
"//mojo/tools:message_generator",
"//services/clipboard:apptests",
- "//services/dart:dart_apptests",
+ "//services/dart/dart_apptests",
"//services/http_server:apptests",
"//services/js:js_apptests",
"//services/js:js_services_unittests",

Powered by Google App Engine
This is Rietveld 408576698