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

Unified Diff: ui/views/mus/BUILD.gn

Issue 1910043002: Provide capability classes from Mus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 8 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 | « services/tracing/manifest.json ('k') | ui/views/mus/platform_test_helper_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/BUILD.gn
diff --git a/ui/views/mus/BUILD.gn b/ui/views/mus/BUILD.gn
index bb087d4bdf5ace401b8ae25aaa75d5631f3c7bfc..7fc833cf0cf01768e4fd85106f54476c6b8905c4 100644
--- a/ui/views/mus/BUILD.gn
+++ b/ui/views/mus/BUILD.gn
@@ -5,6 +5,7 @@
import("//build/config/features.gni")
import("//build/config/ui.gni")
import("//mojo/public/mojo_application.gni")
+import("//mojo/public/mojo_application_manifest.gni")
import("//testing/test.gni")
import("//tools/grit/repack.gni")
@@ -195,6 +196,7 @@ test("views_mus_unittests") {
]
data_deps = [
+ ":unittests_manifest",
"//mash/wm",
]
@@ -230,6 +232,12 @@ test("views_mus_unittests") {
}
}
+mojo_application_manifest("unittests_manifest") {
+ type = "exe"
+ application_name = "views_mus_unittests"
+ source = "unittests_manifest.json"
+}
+
group("for_component") {
public_deps = [
":mus",
« no previous file with comments | « services/tracing/manifest.json ('k') | ui/views/mus/platform_test_helper_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698