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

Unified Diff: mojo/dart/apptests/test_apps/BUILD.gn

Issue 1545483003: Dart: Reorganize files (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Fix build file Created 5 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
« no previous file with comments | « mojo/dart/apptests/dart_apptests/pubspec.yaml ('k') | mojo/dart/apptests/test_apps/echo/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/dart/apptests/test_apps/BUILD.gn
diff --git a/services/dart/test/BUILD.gn b/mojo/dart/apptests/test_apps/BUILD.gn
similarity index 61%
rename from services/dart/test/BUILD.gn
rename to mojo/dart/apptests/test_apps/BUILD.gn
index c6e22703efd24bbcaf7e17561218698e0e867845..4b01f33ba145728a4b144891820a424ed0d7faea 100644
--- a/services/dart/test/BUILD.gn
+++ b/mojo/dart/apptests/test_apps/BUILD.gn
@@ -4,6 +4,16 @@
import("//mojo/public/tools/bindings/mojom.gni")
+group("test_apps") {
+ deps = [
+ ":echo_service_interface",
+ ":pingpong_service_interface",
+ "//mojo/dart/apptests/test_apps/echo",
+ "//mojo/dart/apptests/test_apps/pingpong",
+ "//mojo/dart/apptests/test_apps/pingpong_target",
+ ]
+}
+
mojom("echo_service_interface") {
sources = [
"interfaces/echo_service.mojom",
« no previous file with comments | « mojo/dart/apptests/dart_apptests/pubspec.yaml ('k') | mojo/dart/apptests/test_apps/echo/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698