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

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

Issue 2889323004: Win 10 Inactive toast experiment metrics and storage modifications. (Closed)
Patch Set: Apply some comments and try bots errors Created 3 years, 6 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/util/experiment.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/BUILD.gn
diff --git a/chrome/installer/util/BUILD.gn b/chrome/installer/util/BUILD.gn
index ca2c3f1646f153f75d2d9ca2b53d38e758d74e7b..8ddf5cacf76cf0715124eb8a1abbe7e9ecd81c7a 100644
--- a/chrome/installer/util/BUILD.gn
+++ b/chrome/installer/util/BUILD.gn
@@ -57,8 +57,14 @@ static_library("with_no_strings") {
"chrome_browser_operations.h",
"delete_after_reboot_helper.cc",
"delete_after_reboot_helper.h",
+ "experiment.cc",
+ "experiment.h",
"experiment_labels.cc",
"experiment_labels.h",
+ "experiment_metrics.cc",
+ "experiment_metrics.h",
+ "experiment_storage.cc",
+ "experiment_storage.h",
"google_chrome_distribution.cc",
"google_chrome_distribution.h",
"html_dialog.h",
@@ -292,6 +298,8 @@ if (is_win) {
"delete_tree_work_item_unittest.cc",
"duplicate_tree_detector_unittest.cc",
"experiment_labels_unittest.cc",
+ "experiment_storage_unittest.cc",
+ "experiment_unittest.cc",
"google_update_settings_unittest.cc",
"install_util_unittest.cc",
"installer_util_test_common.cc",
« no previous file with comments | « no previous file | chrome/installer/util/experiment.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698