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

Unified Diff: mojo/shell/tests/connect/BUILD.gn

Issue 1781913003: Capability Classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@45class
Patch Set: . Created 4 years, 9 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 | « mojo/shell/shell.cc ('k') | mojo/shell/tests/connect/connect_test.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/tests/connect/BUILD.gn
diff --git a/mojo/shell/tests/connect/BUILD.gn b/mojo/shell/tests/connect/BUILD.gn
index d2818b2b9a4f9665d8a9f4ba284ca82bc2cb8d0e..f55c225aad82fadeb5c333617a7c31924070d1cb 100644
--- a/mojo/shell/tests/connect/BUILD.gn
+++ b/mojo/shell/tests/connect/BUILD.gn
@@ -23,6 +23,7 @@ source_set("connect") {
data_deps = [
":connect_test_app",
+ ":connect_test_class_app",
":connect_test_package",
":manifest",
]
@@ -96,3 +97,23 @@ mojo_application_manifest("connect_test_app_manifest") {
application_name = "connect_test_app"
source = "connect_test_app_manifest.json"
}
+
+mojo_native_application("connect_test_class_app") {
+ testonly = true
+ sources = [
+ "connect_test_class_app.cc",
+ ]
+ deps = [
+ ":connect_test_class_app_manifest",
+ ":interfaces",
+ "//base",
+ "//mojo/common:common_base",
+ "//mojo/shell/public/cpp:sources",
+ "//mojo/shell/public/interfaces",
+ ]
+}
+
+mojo_application_manifest("connect_test_class_app_manifest") {
+ application_name = "connect_test_class_app"
+ source = "connect_test_class_app_manifest.json"
+}
« no previous file with comments | « mojo/shell/shell.cc ('k') | mojo/shell/tests/connect/connect_test.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698