2011-02-08 04:43:02 -05:00
|
|
|
$OpenBSD: patch-chrome_chrome_renderer_gypi,v 1.2 2011/02/08 09:43:02 espie Exp $
|
|
|
|
--- chrome/chrome_renderer.gypi.orig Sun Jan 23 23:31:38 2011
|
|
|
|
+++ chrome/chrome_renderer.gypi Sun Jan 23 23:33:16 2011
|
|
|
|
@@ -282,6 +282,14 @@
|
|
|
|
}],
|
|
|
|
# BSD-specific rules.
|
|
|
|
['OS=="openbsd" or OS=="freebsd"', {
|
|
|
|
+ 'conditions': [
|
|
|
|
+ [ 'linux_use_tcmalloc==1', {
|
|
|
|
+ 'dependencies': [
|
|
|
|
+ '../base/allocator/allocator.gyp:allocator',
|
|
|
|
+ ],
|
|
|
|
+ },
|
|
|
|
+ ],
|
|
|
|
+ ],
|
|
|
|
'dependencies': [
|
|
|
|
'../build/linux/system.gyp:gtk',
|
|
|
|
],
|