summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_host_linux.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/remoting_host_linux.gypi')
-rw-r--r--remoting/remoting_host_linux.gypi3
1 files changed, 2 insertions, 1 deletions
diff --git a/remoting/remoting_host_linux.gypi b/remoting/remoting_host_linux.gypi
index 6f01138..e27faf8 100644
--- a/remoting/remoting_host_linux.gypi
+++ b/remoting/remoting_host_linux.gypi
@@ -127,7 +127,8 @@
'host/setup/start_host.cc',
],
'conditions': [
- ['linux_use_tcmalloc==1', {
+ # TODO(dmikurube): Kill linux_use_tcmalloc. http://crbug.com/345554
+ ['(use_allocator!="none" and use_allocator!="see_use_tcmalloc") or (use_allocator=="see_use_tcmalloc" and linux_use_tcmalloc==1)', {
'dependencies': [
'../base/allocator/allocator.gyp:allocator',
],