| 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"
|
|
|