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

Unified Diff: components/metrics/BUILD.gn

Issue 2531123002: Record MetricsService's execution phase to the stability file (Closed)
Patch Set: fix issue with incorrect kStabilityExecutionPhase Created 4 years 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 | « components/browser_watcher/watcher_metrics_provider_win.cc ('k') | components/metrics/DEPS » ('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 ca83e679417882edbd9e09969497171c1c977cb2..765994f180289e9343107d65f7c85f35ada15d60 100644
--- a/components/metrics/BUILD.gn
+++ b/components/metrics/BUILD.gn
@@ -85,6 +85,8 @@ static_library("metrics") {
":call_stack_profile_params",
"//base",
"//base:base_static",
+ "//components/browser_watcher:stability",
+ "//components/browser_watcher:stability_data",
"//components/prefs",
"//components/variations",
"//third_party/zlib:compression_utils",
« no previous file with comments | « components/browser_watcher/watcher_metrics_provider_win.cc ('k') | components/metrics/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698