mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 11:59:15 -04:00
- now use system tcmalloc Submitted by: George Liaskos Obtained from: Chromium development repository With hat: chromium@
14 lines
379 B
Python
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',
|