summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
Diffstat (limited to 'chrome')
-rwxr-xr-xchrome/installer/mini_installer.gyp26
1 files changed, 0 insertions, 26 deletions
diff --git a/chrome/installer/mini_installer.gyp b/chrome/installer/mini_installer.gyp
index c1cfa0c..698884d 100755
--- a/chrome/installer/mini_installer.gyp
+++ b/chrome/installer/mini_installer.gyp
@@ -87,32 +87,6 @@
},
},
},
- 'conditions': [
- ['OS=="win"', {
- # TODO(bradnelson): add a gyp mechanism to make this more
- # graceful.
- 'Purify': {
- 'msvs_props': [
- 'mini_installer/mini_installer_release.vsprops'
- ],
- 'msvs_settings': {
- 'VCCLCompilerTool': {
- 'BasicRuntimeChecks': '0',
- },
- },
- },
- 'Release - no tcmalloc': {
- 'msvs_props': [
- 'mini_installer/mini_installer_release.vsprops'
- ],
- 'msvs_settings': {
- 'VCCLCompilerTool': {
- 'BasicRuntimeChecks': '0',
- },
- },
- },
- }],
- ],
},
'rules': [
{