summaryrefslogtreecommitdiffstats
path: root/components/nacl.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'components/nacl.gyp')
-rw-r--r--components/nacl.gyp3
1 files changed, 1 insertions, 2 deletions
diff --git a/components/nacl.gyp b/components/nacl.gyp
index 2c70b7d..7b3b096 100644
--- a/components/nacl.gyp
+++ b/components/nacl.gyp
@@ -307,8 +307,7 @@
}],
['os_posix == 1 and OS != "mac"', {
'conditions': [
- # 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)', {
+ ['use_allocator!="none"', {
'dependencies': [
'../base/allocator/allocator.gyp:allocator',
],