diff options
Diffstat (limited to 'base')
-rw-r--r-- | base/allocator/allocator.gyp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/base/allocator/allocator.gyp b/base/allocator/allocator.gyp index 632e072..2de3aca4 100644 --- a/base/allocator/allocator.gyp +++ b/base/allocator/allocator.gyp @@ -367,7 +367,10 @@ # included by allocator_shim.cc 'debugallocation_shim.cc', - + ], + }], + ['OS=="win" or profiling!=1', { + 'sources!': [ # cpuprofiler '<(tcmalloc_dir)/src/base/thread_lister.c', '<(tcmalloc_dir)/src/base/thread_lister.h', |