| Index: base/allocator/allocator.gyp
|
| diff --git a/base/allocator/allocator.gyp b/base/allocator/allocator.gyp
|
| index 4841f58c9a40a2101f629b5304ed246cbaf4e2f8..db4501bc6bba3840a43b6874256e2f95841475b1 100644
|
| --- a/base/allocator/allocator.gyp
|
| +++ b/base/allocator/allocator.gyp
|
| @@ -387,6 +387,9 @@
|
| '<(tcmalloc_dir)/src/profiler.cc',
|
| ],
|
| }],
|
| + ['win_use_allocator_shim==1', {
|
| + 'defines': [ 'WIN_USE_ALLOCATOR_SHIM' ]
|
| + }],
|
| ['OS=="linux" or OS=="freebsd" or OS=="solaris" or OS=="android"', {
|
| 'sources!': [
|
| '<(tcmalloc_dir)/src/system-alloc.h',
|
|
|