Chromium Code Reviews| Index: base/allocator/allocator.gyp |
| diff --git a/base/allocator/allocator.gyp b/base/allocator/allocator.gyp |
| index 82876ab65912d83e01baa2b5e8a4b505e99b39bd..c86c7e5049deb1d681c3036459993df2db0ca955 100644 |
| --- a/base/allocator/allocator.gyp |
| +++ b/base/allocator/allocator.gyp |
| @@ -310,7 +310,7 @@ |
| '<(tcmalloc_dir)/src/profiler.cc', |
| ], |
| }], |
| - ['OS=="linux"', { |
| + ['OS=="linux" or OS=="freebsd"', { |
| 'sources!': [ |
| '<(tcmalloc_dir)/src/system-alloc.h', |
| '<(tcmalloc_dir)/src/windows/port.cc', |