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

Unified Diff: base/base.gypi

Issue 888923004: Temporary commit to evaluate perf impact of prototype CPU profiler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: address comments Created 5 years, 10 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 6cc177c079d7d2c025937185e76e710d99bc3e00..0aa038f60e78e2997ab3e83f66a93da527f2f08a 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -500,6 +500,10 @@
'process/process_win.cc',
'profiler/alternate_timer.cc',
'profiler/alternate_timer.h',
+ 'profiler/cpu_profiler.cc',
+ 'profiler/cpu_profiler.h',
+ 'profiler/cpu_profiler_posix.cc',
+ 'profiler/cpu_profiler_win.cc',
'profiler/scoped_profile.cc',
'profiler/scoped_profile.h',
'profiler/scoped_tracker.cc',
« no previous file with comments | « base/BUILD.gn ('k') | base/profiler/cpu_profiler.h » ('j') | base/profiler/cpu_profiler.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698