diff options
author | jeanluc@chromium.org <jeanluc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-17 17:41:02 +0000 |
---|---|---|
committer | jeanluc@chromium.org <jeanluc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-17 17:41:02 +0000 |
commit | 64e95e1c7b3e5d946a82002f6fed8f6ada4222e7 (patch) | |
tree | feee8c35366e5889aeb4965bc17de9153356f0d9 /build | |
parent | d44583b743d1e556bad4907c05ebd5cc6518b63d (diff) | |
download | chromium_src-64e95e1c7b3e5d946a82002f6fed8f6ada4222e7.zip chromium_src-64e95e1c7b3e5d946a82002f6fed8f6ada4222e7.tar.gz chromium_src-64e95e1c7b3e5d946a82002f6fed8f6ada4222e7.tar.bz2 |
Remove Purify and Quantify.Doing so will reduce substantially the size of the project files.
BUG=92102
Review URL: http://codereview.chromium.org/7528010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97156 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 24 | ||||
-rw-r--r-- | build/release.gypi | 1 |
2 files changed, 0 insertions, 25 deletions
diff --git a/build/common.gypi b/build/common.gypi index 48b9163..7b5cc7e 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -1221,24 +1221,6 @@ }], ], }, - 'Purify_Base': { - 'abstract': 1, - 'defines': [ - 'PURIFY', - 'NO_TCMALLOC', - ], - 'msvs_settings': { - 'VCCLCompilerTool': { - 'Optimization': '0', - 'RuntimeLibrary': '0', - 'BufferSecurityCheck': 'false', - }, - 'VCLinkerTool': { - 'EnableCOMDATFolding': '1', - 'LinkIncremental': '1', - }, - }, - }, # # Concrete configurations # @@ -1256,18 +1238,12 @@ 'conditions': [ [ 'OS=="win"', { # TODO(bradnelson): add a gyp mechanism to make this more graceful. - 'Purify': { - 'inherit_from': ['Common_Base', 'x86_Base', 'Release_Base', 'Purify'], - }, 'Debug_x64': { 'inherit_from': ['Common_Base', 'x64_Base', 'Debug_Base'], }, 'Release_x64': { 'inherit_from': ['Common_Base', 'x64_Base', 'Release_Base'], }, - 'Purify_x64': { - 'inherit_from': ['Common_Base', 'x64_Base', 'Release_Base', 'Purify_Base'], - }, }], ], }, diff --git a/build/release.gypi b/build/release.gypi index 4b012b5..7595ef5 100644 --- a/build/release.gypi +++ b/build/release.gypi @@ -13,6 +13,5 @@ # dom_stats # pgo_instrument # pgo_optimize - # purify ], } |