$OpenBSD: patch-chrome_chrome_renderer_gypi,v 1.5 2011/06/08 20:36:56 robert Exp $ --- chrome/chrome_renderer.gypi.orig Mon Jun 6 11:12:14 2011 +++ chrome/chrome_renderer.gypi Wed Jun 8 09:58:36 2011 @@ -198,6 +198,14 @@ ], }], ['OS=="openbsd" or OS=="freebsd"', { + 'conditions': [ + [ 'linux_use_tcmalloc==1', { + 'dependencies': [ + '../base/allocator/allocator.gyp:allocator', + ], + }, + ], + ], 'dependencies': [ '../build/linux/system.gyp:gtk', ],