ports/www/chromium/files/patch-base__base.gyp
Baptiste Daroussin 4f90e2ad34 - update to 14.0.835.163
- now use system tcmalloc

Submitted by:	George Liaskos
Obtained from:	Chromium development repository
With hat:	chromium@
2011-09-18 17:11:32 +00:00

14 lines
379 B
Python

--- base/base.gyp.orig 2011-09-11 11:01:29.000000000 +0300
+++ base/base.gyp 2011-09-14 00:13:24.000000000 +0300
@@ -320,6 +320,11 @@
'test/scoped_locale.h',
],
}],
+ ['OS=="freebsd"', {
+ 'sources!': [
+ 'test/test_file_util_linux.cc',
+ ],
+ }],
],
'sources': [
'perftimer.cc',