| Index: url/url.gyp
|
| diff --git a/url/url.gyp b/url/url.gyp
|
| index 93bbee2e17135802680bb9245edf6ec070983f0e..b2308bf666d39e1be8ea4d270f7eab33e6705e02 100644
|
| --- a/url/url.gyp
|
| +++ b/url/url.gyp
|
| @@ -55,8 +55,7 @@
|
| 'url_util_unittest.cc',
|
| ],
|
| 'conditions': [
|
| - # 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))',
|
| + ['os_posix==1 and OS!="mac" and OS!="ios" and use_allocator!="none"',
|
| {
|
| 'dependencies': [
|
| '../base/allocator/allocator.gyp:allocator',
|
|
|