| Index: base/base.gypi
|
| diff --git a/base/base.gypi b/base/base.gypi
|
| index ea021653259c56bc5f5e8285b5a00e44490b5bec..64c47a3dcffd6bfcafed762471a047c1ec314f35 100644
|
| --- a/base/base.gypi
|
| +++ b/base/base.gypi
|
| @@ -511,6 +511,7 @@
|
| 'profiler/alternate_timer.h',
|
| 'profiler/native_stack_sampler.cc',
|
| 'profiler/native_stack_sampler.h',
|
| + 'profiler/native_stack_sampler_mac.cc',
|
| 'profiler/native_stack_sampler_posix.cc',
|
| 'profiler/native_stack_sampler_win.cc',
|
| 'profiler/scoped_profile.cc',
|
| @@ -770,6 +771,11 @@
|
| 'memory/shared_memory_posix.cc',
|
| ],
|
| }],
|
| + ['OS == "mac"', {
|
| + 'sources!': [
|
| + 'profiler/native_stack_sampler_posix.cc',
|
| + ],
|
| + }],
|
| ['OS == "ios"', {
|
| 'sources!': [
|
| 'memory/discardable_shared_memory.cc',
|
|
|