summaryrefslogtreecommitdiffstats
path: root/url/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'url/BUILD.gn')
-rw-r--r--url/BUILD.gn3
1 files changed, 1 insertions, 2 deletions
diff --git a/url/BUILD.gn b/url/BUILD.gn
index df7da69..3736b9c 100644
--- a/url/BUILD.gn
+++ b/url/BUILD.gn
@@ -101,8 +101,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"
# }
#}