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

Unified Diff: chrome/installer/mini_installer.gyp

Issue 342041: Taking advantage of new configuration inheritance option.... (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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
« no previous file with comments | « build/common.gypi ('k') | third_party/tcmalloc/tcmalloc.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/mini_installer.gyp
===================================================================
--- chrome/installer/mini_installer.gyp (revision 30478)
+++ chrome/installer/mini_installer.gyp (working copy)
@@ -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': [
{
« no previous file with comments | « build/common.gypi ('k') | third_party/tcmalloc/tcmalloc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698