Index: cloud_print/cloud_print.gyp |
diff --git a/cloud_print/cloud_print.gyp b/cloud_print/cloud_print.gyp |
index feb8311c497a6b128ec0779f5339971cded4baef..e54dc86ff2ae84fb4a57119824428bb051772a68 100644 |
--- a/cloud_print/cloud_print.gyp |
+++ b/cloud_print/cloud_print.gyp |
@@ -52,8 +52,7 @@ |
], |
}], |
# See http://crbug.com/162998#c4 for why this is needed. |
- # 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))', { |
+ ['OS=="linux" and use_allocator!="none"', { |
'dependencies': [ |
'../base/allocator/allocator.gyp:allocator', |
], |