Chromium Code Reviews| Index: base/allocator/allocator.gyp |
| diff --git a/base/allocator/allocator.gyp b/base/allocator/allocator.gyp |
| index b5d751eadd4a7bf48d95807740622e2341274ae3..3c16198d8d60beb26c8e7ffb676cbc81a12794a6 100644 |
| --- a/base/allocator/allocator.gyp |
| +++ b/base/allocator/allocator.gyp |
| @@ -345,7 +345,12 @@ |
| 'defines': [ |
| 'TCMALLOC_DONT_REPLACE_SYSTEM_ALLOC', |
| ], |
| - }] |
| + }], |
| + ['OS=="linux"', { |
| + 'defines': [ |
| + 'HAVE_FORK', |
| + ], |
| + }], |
| ], |
| 'configurations': { |
| 'Debug_Base': { |