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

Unified Diff: chrome/installer/setup/BUILD.gn

Issue 2335313002: Always persist histograms from setup.exe. (Closed)
Patch Set: CR grt/bcwhite #4-5 Created 4 years, 3 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 | chrome/installer/setup/install_worker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/setup/BUILD.gn
diff --git a/chrome/installer/setup/BUILD.gn b/chrome/installer/setup/BUILD.gn
index 1668b2a8e4f87cae7268f931208c33b06b3f94c0..8c92d2189da6bcdbc76860ed9268746026343e91 100644
--- a/chrome/installer/setup/BUILD.gn
+++ b/chrome/installer/setup/BUILD.gn
@@ -46,8 +46,8 @@ if (is_win) {
"installer_crash_reporter_client.h",
"installer_crash_reporting.cc",
"installer_crash_reporting.h",
- "installer_metrics.cc",
- "installer_metrics.h",
+ "persistent_histogram_storage.cc",
+ "persistent_histogram_storage.h",
"setup_constants.cc",
"setup_constants.h",
"setup_singleton.cc",
« no previous file with comments | « no previous file | chrome/installer/setup/install_worker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698