| Index: base/allocator/allocator.gyp
|
| diff --git a/base/allocator/allocator.gyp b/base/allocator/allocator.gyp
|
| index 632e072c089c6eacf1a27585b6894e0baa4be32e..2de3aca450f939efc78037a4a28f5b000c2829e7 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',
|
|
|