Chromium Code Reviews| Index: content/content_shell.gypi |
| diff --git a/content/content_shell.gypi b/content/content_shell.gypi |
| index eca6dac901d8cfff5578d9f9934ecb11f70c7dac..92b7b9cd62d9fc290a9fdeefd67b0449f35380c1 100644 |
| --- a/content/content_shell.gypi |
| +++ b/content/content_shell.gypi |
| @@ -362,6 +362,9 @@ |
| 'VCLinkerTool': { |
| 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS |
| }, |
| + 'VCManifestTool': { |
| + 'AdditionalManifestFiles': 'shell/app/shell.exe.manifest', |
| + }, |
| }, |
| 'conditions': [ |
| ['OS=="win" and win_use_allocator_shim==1', { |