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

Unified Diff: components/startup_metric_utils/browser/BUILD.gn

Issue 2530043002: Set process phases in the StackSamplingProfiler. (Closed)
Patch Set: move MainLoopStart milestone and histogram to top of utility method Created 3 years, 11 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/startup_metric_utils/browser/BUILD.gn
diff --git a/components/startup_metric_utils/browser/BUILD.gn b/components/startup_metric_utils/browser/BUILD.gn
index 2f9f4176f9e2a2fa52e355f2109c3984db2b0bf2..4da78e8252e1fbb2475de4f9207d6b76b8a837d0 100644
--- a/components/startup_metric_utils/browser/BUILD.gn
+++ b/components/startup_metric_utils/browser/BUILD.gn
@@ -25,6 +25,7 @@ static_library("lib") {
deps = [
"//base",
+ "//components/metrics:metrics",
"//components/prefs",
"//components/version_info",
]
@@ -39,6 +40,7 @@ static_library("host") {
deps = [
":lib",
"//base",
+ "//components/metrics:metrics",
fdoray 2017/01/12 16:56:56 not needed
bcwhite 2017/01/12 17:47:03 Done.
"//components/startup_metric_utils/common:interfaces",
"//content/public/browser",
]

Powered by Google App Engine
This is Rietveld 408576698