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

Unified Diff: mash/example/views_examples/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/browser_driver/manifest.json ('k') | mash/example/views_examples/manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/example/views_examples/BUILD.gn
diff --git a/mash/example/views_examples/BUILD.gn b/mash/example/views_examples/BUILD.gn
index 675840002d5fc060e627faca0b7368a8fcd5fb6f..8de22c8c46d08060b628bbdef15aeb09b2d1a81a 100644
--- a/mash/example/views_examples/BUILD.gn
+++ b/mash/example/views_examples/BUILD.gn
@@ -4,6 +4,7 @@
import("//build/config/ui.gni")
import("//mojo/public/mojo_application.gni")
+import("//mojo/public/mojo_application_manifest.gni")
import("//mojo/public/tools/bindings/mojom.gni")
import("//tools/grit/repack.gni")
@@ -17,6 +18,7 @@ mojo_native_application("views_examples") {
]
deps = [
+ ":manifest",
"//base",
"//components/mus/public/interfaces",
"//mojo/converters/geometry",
@@ -38,3 +40,8 @@ mojo_native_application("views_examples") {
"//components/mus",
]
}
+
+mojo_application_manifest("manifest") {
+ application_name = "views_examples"
+ source = "manifest.json"
+}
« no previous file with comments | « mash/browser_driver/manifest.json ('k') | mash/example/views_examples/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698