| Index: content/public/app/BUILD.gn
|
| diff --git a/content/public/app/BUILD.gn b/content/public/app/BUILD.gn
|
| index 0854ed23295cbd49a80c75f8f317339be23f40a8..d02354563fff3b2952d9b5851e2a2213896aea8d 100644
|
| --- a/content/public/app/BUILD.gn
|
| +++ b/content/public/app/BUILD.gn
|
| @@ -161,3 +161,15 @@ mojo_application_manifest("renderer_manifest") {
|
| application_name = "content_renderer"
|
| source = "mojo/content_renderer_manifest.json"
|
| }
|
| +
|
| +mojo_application_manifest("gpu_manifest") {
|
| + type = "exe"
|
| + application_name = "content_gpu"
|
| + source = "mojo/content_gpu_manifest.json"
|
| +}
|
| +
|
| +mojo_application_manifest("utility_manifest") {
|
| + type = "exe"
|
| + application_name = "content_utility"
|
| + source = "mojo/content_utility_manifest.json"
|
| +}
|
|
|