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

Unified Diff: content/public/app/BUILD.gn

Issue 2221153003: Establish MojoChildConnection from BrowserChildProcessHostImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@renderer-channel
Patch Set: rebase Created 4 years, 4 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 | « content/content_tests.gypi ('k') | content/public/app/mojo/content_browser_manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/app/BUILD.gn
diff --git a/content/public/app/BUILD.gn b/content/public/app/BUILD.gn
index 4a9b82dc282ceb7e1cd9b69ec6a96313fd99ce37..a875a51d2b98161d0cc30dc1a59d8390854d9c8d 100644
--- a/content/public/app/BUILD.gn
+++ b/content/public/app/BUILD.gn
@@ -186,6 +186,12 @@ service_manifest("gpu_manifest") {
source = "mojo/content_gpu_manifest.json"
}
+service_manifest("plugin_manifest") {
+ type = "exe"
+ name = "content_plugin"
+ source = "mojo/content_plugin_manifest.json"
+}
+
service_manifest("renderer_manifest") {
type = "exe"
name = "content_renderer"
« no previous file with comments | « content/content_tests.gypi ('k') | content/public/app/mojo/content_browser_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698