| Index: ui/views/views.gyp
|
| diff --git a/ui/views/views.gyp b/ui/views/views.gyp
|
| index 99033703dbf4039db2f2c026dc5b4725870b7b51..63c604e56d5a1cb299d77b2c5b5077519c6a0564 100644
|
| --- a/ui/views/views.gyp
|
| +++ b/ui/views/views.gyp
|
| @@ -699,8 +699,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',
|
|
|