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

Unified Diff: components/metrics/BUILD.gn

Issue 2927593002: Make stack sampling profiler sample beyond startup. (Closed)
Patch Set: Remove debug log statements. Created 3 years, 5 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 | « chrome/browser/chrome_browser_main.cc ('k') | components/metrics/call_stack_profile_collector.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/metrics/BUILD.gn
diff --git a/components/metrics/BUILD.gn b/components/metrics/BUILD.gn
index 0dcac70705729fedcc370f1516c5bea1b04ce63e..27759813c35996c12c88390f36331de43fcfe024 100644
--- a/components/metrics/BUILD.gn
+++ b/components/metrics/BUILD.gn
@@ -271,9 +271,12 @@ static_library("single_sample_metrics") {
source_set("call_stack_profile_params") {
sources = [
- "call_stack_profile_params.cc",
"call_stack_profile_params.h",
]
+
+ deps = [
+ "//base:base",
+ ]
}
source_set("call_stacks") {
« no previous file with comments | « chrome/browser/chrome_browser_main.cc ('k') | components/metrics/call_stack_profile_collector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698