summaryrefslogtreecommitdiffstats
path: root/content/content_tests.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'content/content_tests.gypi')
-rw-r--r--content/content_tests.gypi3
1 files changed, 1 insertions, 2 deletions
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 2f29ec3..3f7c94b 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -1411,10 +1411,9 @@
'<(angle_path)/src/build_angle.gyp:libGLESv2',
],
}],
- # TODO(dmikurube): Kill linux_use_tcmalloc. http://crbug.com/345554
['(OS=="win" and win_use_allocator_shim==1) or '
'(os_posix == 1 and OS != "android" and '
- ' ((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',
],