diff options
author | bradnelson@chromium.org <bradnelson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-10 20:37:47 +0000 |
---|---|---|
committer | bradnelson@chromium.org <bradnelson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-10 20:37:47 +0000 |
commit | 477fcd28fd16b72d097d787629b323d1c16b79bb (patch) | |
tree | 0df208fadf69e663265cd55da91ffce20cad7b0a /third_party | |
parent | e4c745ceb30536be3700bd065ac9d405a0513cad (diff) | |
download | chromium_src-477fcd28fd16b72d097d787629b323d1c16b79bb.zip chromium_src-477fcd28fd16b72d097d787629b323d1c16b79bb.tar.gz chromium_src-477fcd28fd16b72d097d787629b323d1c16b79bb.tar.bz2 |
Switching in new gyp version (which changes 'none' back to how it was before).
Updating installer_util_strings to use dummy_executable.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/155371
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20408 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/tcmalloc/tcmalloc.gyp | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/third_party/tcmalloc/tcmalloc.gyp b/third_party/tcmalloc/tcmalloc.gyp index ddef91f..43fc60d 100644 --- a/third_party/tcmalloc/tcmalloc.gyp +++ b/third_party/tcmalloc/tcmalloc.gyp @@ -75,13 +75,7 @@ }, { 'target_name': 'libcmt', - 'conditions': [ - ['OS=="win"', { - 'type': 'utility', - },{ - 'type': 'none', - }], - ], + 'type': 'none', 'actions': [ { 'action_name': 'libcmt', |