| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index 66d66795b72ef7badd4c519b2d7d4b588b1d4449..f5d30f27dbe69adaa91e8b90df1eeb205ba1ddc5 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -1410,10 +1410,9 @@
|
| '<(angle_path)/src/build_angle.gyp:libGLESv2',
|
| ],
|
| }],
|
| - # TODO(dmikurube): Kill linux_use_tcmalloc. http://crbug.com/345554
|
| ['(OS=="win" and win_use_allocator_shim==1) or '
|
| '(os_posix == 1 and OS != "android" and '
|
| - ' ((use_allocator!="none" and use_allocator!="see_use_tcmalloc") or (use_allocator=="see_use_tcmalloc" and linux_use_tcmalloc==1)))', {
|
| + ' use_allocator!="none")', {
|
| 'dependencies': [
|
| '../base/allocator/allocator.gyp:allocator',
|
| ],
|
|
|