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

Unified Diff: components/filesystem/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 | « ash/mus/manifest.json ('k') | components/filesystem/apptest_manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/filesystem/BUILD.gn
diff --git a/components/filesystem/BUILD.gn b/components/filesystem/BUILD.gn
index f9d9d0510cd9b66d47777b29ea859360b3939a69..5cfeed20b269995e3e6b5f904a845dc7dfc52adc 100644
--- a/components/filesystem/BUILD.gn
+++ b/components/filesystem/BUILD.gn
@@ -71,6 +71,7 @@ mojo_native_application("apptests") {
]
deps = [
+ ":apptest_manifest",
"//base",
"//components/filesystem/public/interfaces",
"//mojo/common",
@@ -83,3 +84,8 @@ mojo_native_application("apptests") {
":filesystem",
]
}
+
+mojo_application_manifest("apptest_manifest") {
+ application_name = "filesystem_apptests"
+ source = "apptest_manifest.json"
+}
« no previous file with comments | « ash/mus/manifest.json ('k') | components/filesystem/apptest_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698