Index: url/BUILD.gn |
diff --git a/url/BUILD.gn b/url/BUILD.gn |
index 941ba7df5e391a455dcc51ead2350dd7e3b20c77..e32d43436612c1ee6983b43845aec201daf58c54 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" |
# } |
#} |