Chromium Code Reviews| Index: url/url.gyp |
| diff --git a/url/url.gyp b/url/url.gyp |
| index d47748cb54969f09c735ac701a1bfe3fb7bed633..bb617f1c13c5654bca3c3ab164eb6a867ecccd9f 100644 |
| --- a/url/url.gyp |
| +++ b/url/url.gyp |
| @@ -54,7 +54,8 @@ |
| 'url_util_unittest.cc', |
| ], |
| 'conditions': [ |
| - ['os_posix==1 and OS!="mac" and OS!="ios" and linux_use_tcmalloc==1', |
| + # TODO(dmikurube): Kill linux_use_tcmalloc. http://crbug.com/345554 |
| + ['os_posix==1 and OS!="mac" and OS!="ios" and ((use_allocator!="none" and use_allocator!="see_use_tcmalloc") or (use_allocator=="see_use_tcmalloc" and linux_use_tcmalloc==1))', |
| { |
| 'dependencies': [ |
| '../base/allocator/allocator.gyp:allocator', |