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

Unified Diff: base/base.gypi

Issue 1346453004: NativeStackSampler implementation for Mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Binding libraries and nits. 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
« no previous file with comments | « base/BUILD.gn ('k') | base/profiler/native_stack_sampler_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « base/BUILD.gn ('k') | base/profiler/native_stack_sampler_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698