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

Unified Diff: base/BUILD.gn

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
« no previous file with comments | « no previous file | base/base.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index 616e4047c07032db75249b1063ae1ff493d69c26..e022e4c496ed46bb95848d7064d41108339c8080 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -517,6 +517,10 @@ component("base") {
"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 | « no previous file | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698