summaryrefslogtreecommitdiffstats
path: root/components/components_tests.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'components/components_tests.gyp')
-rw-r--r--components/components_tests.gyp3
1 files changed, 1 insertions, 2 deletions
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 77be272..6875cec 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -445,8 +445,7 @@
'../base/allocator/allocator.gyp:allocator',
],
}],
- # TODO(dmikurube): Kill linux_use_tcmalloc. http://crbug.com/345554
- ['OS=="linux" and component=="shared_library" and ((use_allocator!="none" and use_allocator!="see_use_tcmalloc") or (use_allocator=="see_use_tcmalloc" and linux_use_tcmalloc==1))', {
+ ['OS=="linux" and component=="shared_library" and use_allocator!="none"', {
'dependencies': [
'<(DEPTH)/base/allocator/allocator.gyp:allocator',
],