| Index: ipc/BUILD.gn
|
| diff --git a/ipc/BUILD.gn b/ipc/BUILD.gn
|
| index cccbb585caa9d1662bab4208f5c11e7046075f48..9d9e49a4cbdc4cc6f79f78e236b01775287a1968 100644
|
| --- a/ipc/BUILD.gn
|
| +++ b/ipc/BUILD.gn
|
| @@ -114,8 +114,7 @@ if (!is_android) {
|
|
|
| # TODO(brettw) hook up tcmalloc to this target.
|
| #if (is_posix && !is_mac && !is_android) {
|
| - # # TODO(dmikurube): Kill linux_use_tcmalloc. http://crbug.com/345554
|
| - # if ((use_allocator!="none" && use_allocator!="see_use_tcmalloc") || (use_allocator=="see_use_tcmalloc" && linux_use_tcmalloc)) {
|
| + # if (use_allocator!="none") {
|
| # deps += "/base/allocator"
|
| # }
|
| #}
|
| @@ -145,8 +144,7 @@ if (!is_android) {
|
|
|
| # TODO(brettw) hook up tcmalloc to this target.
|
| #if (is_posix && !is_mac && !is_android) {
|
| - # # TODO(dmikurube): Kill linux_use_tcmalloc. http://crbug.com/345554
|
| - # if ((use_allocator!="none" && use_allocator!="see_use_tcmalloc") || (use_allocator=="see_use_tcmalloc" && linux_use_tcmalloc)) {
|
| + # if (use_allocator!="none") {
|
| # deps += "//base/allocator"
|
| # }
|
| #}
|
|
|