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

Unified Diff: content/browser/BUILD.gn

Issue 1775813002: Eliminate CapabilityFilter parameter from CreateInstance, instead reading it from the associated ma… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@41qual
Patch Set: . Created 4 years, 9 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 | « no previous file | content/browser/mojo/OWNERS » ('j') | content/browser/mojo/OWNERS » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 623364835530264f4770a6e2950f33f68a0d0884..a455bac8db039e0865e177e6743e690600ff7b16 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -6,6 +6,7 @@ import("//build/config/features.gni")
import("//build/config/ui.gni")
import("//content/browser/browser.gni")
import("//media/media_options.gni")
+import("//mojo/public/mojo_application_manifest.gni")
source_set("browser") {
# Only the public target should depend on this. All other targets (even
@@ -22,6 +23,7 @@ source_set("browser") {
# Shared deps. See also non-iOS deps below.
deps = [
+ ":chrome_renderer_manifest",
"//base",
"//base:base_static",
"//components/mime_util",
@@ -535,3 +537,9 @@ source_set("browser") {
]
}
}
+
+mojo_application_manifest("chrome_renderer_manifest") {
+ type = "exe"
+ application_name = "chrome_renderer"
+ source = "mojo/chrome_renderer_manifest.json"
+}
« no previous file with comments | « no previous file | content/browser/mojo/OWNERS » ('j') | content/browser/mojo/OWNERS » ('J')

Powered by Google App Engine
This is Rietveld 408576698