diff options
author | glider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-15 08:37:39 +0000 |
---|---|---|
committer | glider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-15 08:37:39 +0000 |
commit | 0ee52ae1c62435fcc90d71fda333fd49431b1525 (patch) | |
tree | f9ad43ac7a2664ce33ddc0b688f694a8b650c196 /courgette | |
parent | eb4c85a315b2b6f8b288a5c535cc2fd03c60aad0 (diff) | |
download | chromium_src-0ee52ae1c62435fcc90d71fda333fd49431b1525.zip chromium_src-0ee52ae1c62435fcc90d71fda333fd49431b1525.tar.gz chromium_src-0ee52ae1c62435fcc90d71fda333fd49431b1525.tar.bz2 |
Make courgette_unittests depend on TCMalloc, like every other Linux binary at Chromium.
BUG=240314,112389
TBR=tommi@chromium.org
Review URL: https://codereview.chromium.org/14883013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@200193 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'courgette')
-rw-r--r-- | courgette/courgette.gyp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/courgette/courgette.gyp b/courgette/courgette.gyp index 9cf075a1..1d6c030 100644 --- a/courgette/courgette.gyp +++ b/courgette/courgette.gyp @@ -111,6 +111,15 @@ '../testing/gtest.gyp:gtest', ], 'conditions': [ + [ 'os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"', { + 'conditions': [ + ['linux_use_tcmalloc==1', { + 'dependencies': [ + '../base/allocator/allocator.gyp:allocator', + ], + }], + ], + }], [ 'toolkit_uses_gtk == 1', { 'dependencies': [ # Workaround for gyp bug 69. |