diff options
Diffstat (limited to 'sync/sync_tests.gypi')
-rw-r--r-- | sync/sync_tests.gypi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sync/sync_tests.gypi b/sync/sync_tests.gypi index b7cee38..2b69d68 100644 --- a/sync/sync_tests.gypi +++ b/sync/sync_tests.gypi @@ -505,8 +505,7 @@ # TODO(akalin): This is needed because histogram.cc uses # leak_annotations.h, which pulls this in. Make 'base' # propagate this dependency. - # TODO(dmikurube): Kill linux_use_tcmalloc. http://crbug.com/345554 - ['OS=="linux" and ((use_allocator!="none" and use_allocator!="see_use_tcmalloc") or (use_allocator=="see_use_tcmalloc" and linux_use_tcmalloc==1))', { + ['OS=="linux" and use_allocator!="none"', { 'dependencies': [ '../base/allocator/allocator.gyp:allocator', ], |