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

Unified Diff: components/resource_provider/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 | « components/mus/ws/apptest_manifest.json ('k') | components/resource_provider/apptest_manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/resource_provider/BUILD.gn
diff --git a/components/resource_provider/BUILD.gn b/components/resource_provider/BUILD.gn
index e8bd971c9b00e33d800ca27f4cfe3950e331f7cf..6a7a7e5185861222f3a8dffd50c585ff977554f8 100644
--- a/components/resource_provider/BUILD.gn
+++ b/components/resource_provider/BUILD.gn
@@ -140,6 +140,7 @@ mojo_native_application("apptests") {
]
deps = [
+ ":apptest_manifest",
"//base",
"//base/test:test_config",
"//components/resource_provider/public/cpp",
@@ -152,3 +153,8 @@ mojo_native_application("apptests") {
":resource_provider",
]
}
+
+mojo_application_manifest("apptest_manifest") {
+ application_name = "resource_provider_apptests"
+ source = "apptest_manifest.json"
+}
« no previous file with comments | « components/mus/ws/apptest_manifest.json ('k') | components/resource_provider/apptest_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698