summaryrefslogtreecommitdiffstats
path: root/ipc/ipc.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/ipc.gyp')
-rw-r--r--ipc/ipc.gyp9
1 files changed, 9 insertions, 0 deletions
diff --git a/ipc/ipc.gyp b/ipc/ipc.gyp
index 0d7c5b7..d823bec 100644
--- a/ipc/ipc.gyp
+++ b/ipc/ipc.gyp
@@ -63,6 +63,15 @@
'../views/views.gyp:views',
],
}],
+ ['OS=="linux" or OS=="freebsd"', {
+ 'conditions': [
+ ['linux_use_tcmalloc==1', {
+ 'dependencies': [
+ '../base/allocator/allocator.gyp:allocator',
+ ],
+ }],
+ ],
+ }]
],
},
],