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

Unified Diff: components/metrics/BUILD.gn

Issue 2927593002: Make stack sampling profiler sample beyond startup. (Closed)
Patch Set: fix some lint warnings 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
Index: components/metrics/BUILD.gn
diff --git a/components/metrics/BUILD.gn b/components/metrics/BUILD.gn
index 0dcac70705729fedcc370f1516c5bea1b04ce63e..5a7877cafcdda66d01b11f0ec5b483bba9a6e403 100644
--- a/components/metrics/BUILD.gn
+++ b/components/metrics/BUILD.gn
@@ -274,6 +274,10 @@ source_set("call_stack_profile_params") {
"call_stack_profile_params.cc",
"call_stack_profile_params.h",
]
+
+ deps = [
+ "//base:base",
+ ]
}
source_set("call_stacks") {

Powered by Google App Engine
This is Rietveld 408576698