diff options
Diffstat (limited to 'url/BUILD.gn')
-rw-r--r-- | url/BUILD.gn | 3 |
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" # } #} |