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

Unified Diff: components/leveldb/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/font_service/manifest.json ('k') | components/leveldb/apptest_manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/leveldb/BUILD.gn
diff --git a/components/leveldb/BUILD.gn b/components/leveldb/BUILD.gn
index 5bdef0a13ab2ad829caea87923b4aecbc60c5f05..d713fa376778a5167a9971abf4e36df01969d663 100644
--- a/components/leveldb/BUILD.gn
+++ b/components/leveldb/BUILD.gn
@@ -66,6 +66,7 @@ mojo_native_application("apptests") {
]
deps = [
+ ":apptest_manifest",
"//base",
"//components/filesystem/public/interfaces",
"//components/leveldb/public/interfaces",
@@ -80,3 +81,8 @@ mojo_native_application("apptests") {
"//components/filesystem:filesystem",
]
}
+
+mojo_application_manifest("apptest_manifest") {
+ application_name = "leveldb_apptests"
+ source = "apptest_manifest.json"
+}
« no previous file with comments | « components/font_service/manifest.json ('k') | components/leveldb/apptest_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698