Index: printing/printing.gyp |
=================================================================== |
--- printing/printing.gyp (revision 34243) |
+++ printing/printing.gyp (working copy) |
@@ -112,6 +112,15 @@ |
'../build/linux/system.gyp:gtk', |
], |
}], |
+ ['OS=="linux" or OS=="freebsd"', { |
+ 'conditions': [ |
+ ['linux_use_tcmalloc==1', { |
+ 'dependencies': [ |
+ '../base/allocator/allocator.gyp:allocator', |
+ ], |
+ }], |
+ ], |
+ }], |
], |
}, |
], |