Index: base/allocator/allocator.gyp |
diff --git a/base/allocator/allocator.gyp b/base/allocator/allocator.gyp |
index ef98d09482bb71c03ef9767f37ecf46beb7a67d7..930aa1d72e1b0b4de7f6eb7515054e033205ec78 100644 |
--- a/base/allocator/allocator.gyp |
+++ b/base/allocator/allocator.gyp |
@@ -390,6 +390,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', |