summaryrefslogtreecommitdiffstats
path: root/device/device_tests.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'device/device_tests.gyp')
-rw-r--r--device/device_tests.gyp3
1 files changed, 1 insertions, 2 deletions
diff --git a/device/device_tests.gyp b/device/device_tests.gyp
index b28f475..46c8f3d 100644
--- a/device/device_tests.gyp
+++ b/device/device_tests.gyp
@@ -59,8 +59,7 @@
}],
['os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"', {
'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',
],