Skip to content

Commit

Permalink
Make courgette_unittests depend on TCMalloc, like every other Linux b…
Browse files Browse the repository at this point in the history
…inary 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
  • Loading branch information
glider@chromium.org committed May 15, 2013
1 parent eb4c85a commit 0ee52ae
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions courgette/courgette.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0ee52ae

Please sign in to comment.