diff options
Diffstat (limited to 'ui/aura/aura.gyp')
-rw-r--r-- | ui/aura/aura.gyp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/aura/aura.gyp b/ui/aura/aura.gyp index a8900f8..9e5200e3 100644 --- a/ui/aura/aura.gyp +++ b/ui/aura/aura.gyp @@ -285,8 +285,7 @@ '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', ], }], - # 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': [ # See http://crbug.com/162998#c4 for why this is needed. '../../base/allocator/allocator.gyp:allocator', |