| Index: ui/app_list/app_list.gyp
|
| diff --git a/ui/app_list/app_list.gyp b/ui/app_list/app_list.gyp
|
| index 666574219036aae6bd558ef94456012c99ca1a7f..3dda480d6ad44ab68e616c44c59476e85d0f31ae 100644
|
| --- a/ui/app_list/app_list.gyp
|
| +++ b/ui/app_list/app_list.gyp
|
| @@ -258,8 +258,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',
|
| # The following two dependencies provide the missing
|
|
|