| Index: url/BUILD.gn
|
| diff --git a/url/BUILD.gn b/url/BUILD.gn
|
| index 6445bfbb3d7dcbad895021085c7f3d14f11ccf69..8cec16370fa247d38f06f931a503fd51d4303f04 100644
|
| --- a/url/BUILD.gn
|
| +++ b/url/BUILD.gn
|
| @@ -66,8 +66,7 @@ if (!is_android) {
|
| ]
|
|
|
| #if (is_posix && !is_mac && !is_ios) {
|
| - # # 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"
|
| # }
|
| #}
|
|
|