Index: base/base.gypi |
diff --git a/base/base.gypi b/base/base.gypi |
index d592967a8e67eaf8ce32155492760b2b5b1a5948..c474fb5cb2ccc7ea6cb92716aa0e0d4fc9efa62b 100644 |
--- a/base/base.gypi |
+++ b/base/base.gypi |
@@ -509,6 +509,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', |
@@ -768,6 +769,11 @@ |
'memory/shared_memory_posix.cc', |
], |
}], |
+ ['OS == "mac"', { |
+ 'sources!': [ |
+ 'profiler/native_stack_sampler_posix.cc', |
+ ], |
+ }], |
['OS == "ios"', { |
'sources!': [ |
'memory/discardable_shared_memory.cc', |