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

Unified Diff: mash/wm/BUILD.gn

Issue 1716793003: Enforce Capability Filter provided in manifest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@9deps
Patch Set: . Created 4 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
« no previous file with comments | « mash/task_viewer/manifest.json ('k') | mash/wm/apptest_manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/wm/BUILD.gn
diff --git a/mash/wm/BUILD.gn b/mash/wm/BUILD.gn
index 347c0f17592714600dd39341c332bf5963399058..45dcaebf0f38be163ed06514611df9f0ef930e48 100644
--- a/mash/wm/BUILD.gn
+++ b/mash/wm/BUILD.gn
@@ -148,6 +148,7 @@ mojo_native_application("apptests") {
]
deps = [
+ ":apptest_manifest",
"//base",
"//base/test:test_config",
"//components/mus/public/cpp",
@@ -170,6 +171,11 @@ mojo_native_application("apptests") {
}
}
+mojo_application_manifest("apptest_manifest") {
+ application_name = "mash_wm_apptests"
+ source = "apptest_manifest.json"
+}
+
source_set("unittests") {
testonly = true
« no previous file with comments | « mash/task_viewer/manifest.json ('k') | mash/wm/apptest_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698