Index: ui/message_center/message_center.gyp |
diff --git a/ui/message_center/message_center.gyp b/ui/message_center/message_center.gyp |
index 8812eb996da5bd004ad899106077026bb9c2288d..0ae2876d5ac79d339f2769229ad87a62b949c5ab 100644 |
--- a/ui/message_center/message_center.gyp |
+++ b/ui/message_center/message_center.gyp |
@@ -235,8 +235,7 @@ |
], |
}], |
# See http://crbug.com/162998#c4 for why this is needed. |
- # 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', |
], |