Chromium Code Reviews| Index: printing/printing.gyp |
| =================================================================== |
| --- printing/printing.gyp (revision 34057) |
| +++ 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', |
| + ], |
| + }], |
| + ], |
| + }], |
| ], |
| }, |
| ], |