Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6644)

Unified Diff: chrome/installer/mini_installer.gyp

Issue 159362: Adding two new windows configuration types:... (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: Created 11 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/installer/mini_installer.gyp
===================================================================
--- chrome/installer/mini_installer.gyp (revision 21564)
+++ chrome/installer/mini_installer.gyp (working copy)
@@ -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': [
{

Powered by Google App Engine
This is Rietveld 408576698