From bb05e45ae19103b8baece7c6d513ba2aa67fd422 Mon Sep 17 00:00:00 2001 From: "bradnelson@chromium.org" Date: Thu, 29 Oct 2009 21:24:56 +0000 Subject: Taking advantage of new configuration inheritance option. BUG=None TEST=None Review URL: http://codereview.chromium.org/342041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30515 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/installer/mini_installer.gyp | 26 -------------------------- 1 file changed, 26 deletions(-) (limited to 'chrome/installer/mini_installer.gyp') 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': [ { -- cgit v1.1