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, 2 insertions, 1 deletions
diff --git a/url/BUILD.gn b/url/BUILD.gn
index 941ba7d..e32d434 100644
--- a/url/BUILD.gn
+++ b/url/BUILD.gn
@@ -67,7 +67,8 @@ test("url_unittests") {
]
#if (is_posix && !is_mac && !is_ios) {
- # if (linux_use_tcmalloc) {
+ # # 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) {
# deps += "//base/allocator"
# }
#}