diff options
author | gregoryd@google.com <gregoryd@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-19 00:35:28 +0000 |
---|---|---|
committer | gregoryd@google.com <gregoryd@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-19 00:35:28 +0000 |
commit | 95d3e0c768b1f9fe7d1a9e052294674a76153664 (patch) | |
tree | 5fe200bf4afa90a567e7a6a138d81adcda34bd39 /third_party/tcmalloc | |
parent | 2dd8e7fdab91dfbd1ed6478808f2aae5c2d9c064 (diff) | |
download | chromium_src-95d3e0c768b1f9fe7d1a9e052294674a76153664.zip chromium_src-95d3e0c768b1f9fe7d1a9e052294674a76153664.tar.gz chromium_src-95d3e0c768b1f9fe7d1a9e052294674a76153664.tar.bz2 |
Rearrange build configurations - make it clearer and allow better support for x64 on Windows
TEST=none
BUG=29467
Review URL: http://codereview.chromium.org/501127
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35012 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/tcmalloc')
-rw-r--r-- | third_party/tcmalloc/tcmalloc.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/tcmalloc/tcmalloc.gyp b/third_party/tcmalloc/tcmalloc.gyp index 2c673f1..e0166e8 100644 --- a/third_party/tcmalloc/tcmalloc.gyp +++ b/third_party/tcmalloc/tcmalloc.gyp @@ -19,7 +19,7 @@ ], 'direct_dependent_settings': { 'configurations': { - 'Common': { + 'Common_Base': { 'msvs_settings': { 'VCLinkerTool': { 'IgnoreDefaultLibraryNames': ['libcmtd.lib', 'libcmt.lib'], @@ -150,7 +150,7 @@ }, }, 'configurations': { - 'Debug': { + 'Debug_Base': { 'msvs_settings': { 'VCCLCompilerTool': { 'RuntimeLibrary': '0', |