ae6e8f236b
time right now. Tree is still locked! Reasons for the update: - good work that can be used now - only builds on i386/amd64, and they're fast - multiple security problems in old chrome - old chrome half working, can't break it more than it was. This one requires resources (see MESSAGE), but it's ways more stable. Again, discussed with sthen@, jasper@, naddy@, miod@
19 lines
637 B
Plaintext
19 lines
637 B
Plaintext
$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',
|
|
],
|