diff options
Diffstat (limited to 'cloud_print/cloud_print.gyp')
-rw-r--r-- | cloud_print/cloud_print.gyp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cloud_print/cloud_print.gyp b/cloud_print/cloud_print.gyp index 7d1b3ce..feb8311 100644 --- a/cloud_print/cloud_print.gyp +++ b/cloud_print/cloud_print.gyp @@ -52,7 +52,8 @@ ], }], # See http://crbug.com/162998#c4 for why this is needed. - ['OS=="linux" and linux_use_tcmalloc==1', { + # TODO(dmikurube): Kill linux_use_tcmalloc. http://crbug.com/345554 + ['OS=="linux" 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', ], |