| Index: chrome/chrome_exe.gypi
|
| ===================================================================
|
| --- chrome/chrome_exe.gypi (revision 153388)
|
| +++ chrome/chrome_exe.gypi (working copy)
|
| @@ -24,8 +24,6 @@
|
| 'app/chrome_exe_resource.h',
|
| 'app/client_util.cc',
|
| 'app/client_util.h',
|
| - 'app/additional.manifest',
|
| - 'app/chrome.manifest',
|
| 'app/hard_error_handler_win.cc',
|
| 'app/hard_error_handler_win.h',
|
| 'app/metro_driver_win.cc',
|
| @@ -487,7 +485,7 @@
|
| 'SubSystem': '2',
|
| },
|
| 'VCManifestTool': {
|
| - 'AdditionalManifestFiles': '$(ProjectDir)\\app\\additional.manifest;$(ProjectDir)\\app\\chrome.manifest',
|
| + 'AdditionalManifestFiles': '$(ProjectDir)\\app\\chrome.exe.manifest',
|
| },
|
| },
|
| 'actions': [
|
|
|