summaryrefslogtreecommitdiffstats
path: root/ui/views/views.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'ui/views/views.gyp')
-rw-r--r--ui/views/views.gyp3
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/views/views.gyp b/ui/views/views.gyp
index 59f8c5a..883c035 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -700,8 +700,7 @@
'../../base/allocator/allocator.gyp:allocator',
],
}],
- # 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"', {
# See http://crbug.com/162998#c4 for why this is needed.
'dependencies': [
'../../base/allocator/allocator.gyp:allocator',