summaryrefslogtreecommitdiff
path: root/courgette/courgette.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'courgette/courgette.gyp')
-rw-r--r--courgette/courgette.gyp9
1 files changed, 9 insertions, 0 deletions
diff --git a/courgette/courgette.gyp b/courgette/courgette.gyp
index 9cf075a19d..1d6c030496 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.