Index: chrome/chrome_installer.gypi |
diff --git a/chrome/chrome_installer.gypi b/chrome/chrome_installer.gypi |
index b25aa4abd97bf8aac1f0f281e36ec460f137f771..71199064a31ef0778a550f3a059152ab55cb6d43 100644 |
--- a/chrome/chrome_installer.gypi |
+++ b/chrome/chrome_installer.gypi |
@@ -295,9 +295,6 @@ |
'installer/setup/uninstall.h', |
], |
'msvs_settings': { |
- 'VCCLCompilerTool': { |
- 'EnableEnhancedInstructionSet': '4', # NoExtensions |
- }, |
'VCLinkerTool': { |
'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS |
}, |
@@ -357,6 +354,13 @@ |
'branding_dir_100': 'app/theme/default_100_percent/chromium', |
}, |
}], |
+ [ 'target_arch=="ia32"', { |
scottmg
2014/05/16 03:36:30
extra space after [
Will Harris
2014/05/16 03:45:26
Done.
oh the bad luck of the other gyp file I cop
|
+ 'msvs_settings': { |
+ 'VCCLCompilerTool': { |
+ 'EnableEnhancedInstructionSet': '4', # NoExtensions |
+ }, |
+ }, |
+ }], |
], |
}, |
{ |