summaryrefslogtreecommitdiffstats
path: root/chrome/installer
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/installer')
-rwxr-xr-xchrome/installer/mini_installer.gyp26
1 files changed, 26 insertions, 0 deletions
diff --git a/chrome/installer/mini_installer.gyp b/chrome/installer/mini_installer.gyp
index e1ef3dc..cf9be80 100755
--- a/chrome/installer/mini_installer.gyp
+++ b/chrome/installer/mini_installer.gyp
@@ -86,6 +86,32 @@
},
},
},
+ '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': [
{