summaryrefslogtreecommitdiffstats
path: root/chrome/installer/mini_installer.gyp
diff options
context:
space:
mode:
authorbradnelson@chromium.org <bradnelson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-29 21:24:56 +0000
committerbradnelson@chromium.org <bradnelson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-29 21:24:56 +0000
commitbb05e45ae19103b8baece7c6d513ba2aa67fd422 (patch)
tree0c3bf42f47adf5cf1506b2e8765e283d6d6d0c38 /chrome/installer/mini_installer.gyp
parenta1640051f4c4abcc7c7de1b224e696284f1fbc57 (diff)
downloadchromium_src-bb05e45ae19103b8baece7c6d513ba2aa67fd422.zip
chromium_src-bb05e45ae19103b8baece7c6d513ba2aa67fd422.tar.gz
chromium_src-bb05e45ae19103b8baece7c6d513ba2aa67fd422.tar.bz2
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
Diffstat (limited to 'chrome/installer/mini_installer.gyp')
-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': [
{