Chromium Code Reviews| Index: chrome/chrome_installer.gypi |
| diff --git a/chrome/chrome_installer.gypi b/chrome/chrome_installer.gypi |
| index 7662e3fcd4e7e5344d50e27215fd4978bf605efd..00ddd396610e1b2ce83225461e70a0e04e5fa713 100644 |
| --- a/chrome/chrome_installer.gypi |
| +++ b/chrome/chrome_installer.gypi |
| @@ -293,6 +293,9 @@ |
| 'installer/setup/uninstall.h', |
| ], |
| 'msvs_settings': { |
| + 'VCCLCompilerTool': { |
| + 'EnableEnhancedInstructionSet': '4', # NoExtensions |
| + }, |
| 'VCLinkerTool': { |
| 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS |
| }, |