| Index: content/content.gyp
|
| diff --git a/content/content.gyp b/content/content.gyp
|
| index aa58fa2d3ce4b994ce20ab0c17e9ac05bccdfff7..e3147e2a156151bee35b60496ecfa2ab639090e0 100644
|
| --- a/content/content.gyp
|
| +++ b/content/content.gyp
|
| @@ -91,6 +91,34 @@
|
| ],
|
| 'hard_dependency': 1,
|
| },
|
| + {
|
| + # GN version: //content/public/app:gpu_manifest
|
| + 'target_name': 'content_app_gpu_manifest',
|
| + 'type': 'none',
|
| + 'variables': {
|
| + 'application_type': 'exe',
|
| + 'application_name': 'content_gpu',
|
| + 'source_manifest': '<(DEPTH)/content/public/app/mojo/content_gpu_manifest.json',
|
| + },
|
| + 'includes': [
|
| + '../mojo/public/mojo_application_manifest.gypi',
|
| + ],
|
| + 'hard_dependency': 1,
|
| + },
|
| + {
|
| + # GN version: //content/public/app:utility_manifest
|
| + 'target_name': 'content_app_utility_manifest',
|
| + 'type': 'none',
|
| + 'variables': {
|
| + 'application_type': 'exe',
|
| + 'application_name': 'content_utility',
|
| + 'source_manifest': '<(DEPTH)/content/public/app/mojo/content_utility_manifest.json',
|
| + },
|
| + 'includes': [
|
| + '../mojo/public/mojo_application_manifest.gypi',
|
| + ],
|
| + 'hard_dependency': 1,
|
| + },
|
| ],
|
| 'includes': [
|
| '../build/win_precompile.gypi',
|
|
|