Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2073)

Unified Diff: base/base.gypi

Issue 1346453004: NativeStackSampler implementation for Mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adjusted comments. Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',

Powered by Google App Engine
This is Rietveld 408576698