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

Unified Diff: chrome/app/BUILD.gn

Issue 2464693004: Fix mojom::ResourceUsageReporter exposure via content child capabilities (Closed)
Patch Set: . Created 4 years, 1 month 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 | « no previous file | chrome/app/mash/mash_service_overrides.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/BUILD.gn
diff --git a/chrome/app/BUILD.gn b/chrome/app/BUILD.gn
index 0e13fd076b8d70c87d93e0e5d5545d531405261c..509deeaec9db2db0304fbb29857b347b99555dae 100644
--- a/chrome/app/BUILD.gn
+++ b/chrome/app/BUILD.gn
@@ -370,6 +370,17 @@ if (use_aura) {
]
}
+ service_manifest("chrome_content_plugin_manifest") {
+ name = "content_plugin"
+ output_name = "chrome_content_plugin"
+ source = "${root_out_dir}/Packages/content_plugin/manifest.json"
+ overlays =
+ [ "//chrome/browser/chrome_content_plugin_manifest_overlay.json" ]
+ deps = [
+ "//content/public/app:plugin_manifest",
+ ]
+ }
+
service_manifest("chrome_content_renderer_manifest") {
name = "content_renderer"
output_name = "chrome_content_renderer"
@@ -396,6 +407,7 @@ if (use_aura) {
data_deps = [
":chrome_content_browser_manifest",
":chrome_content_gpu_manifest",
+ ":chrome_content_plugin_manifest",
":chrome_content_renderer_manifest",
":chrome_content_utility_manifest",
]
« no previous file with comments | « no previous file | chrome/app/mash/mash_service_overrides.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698