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

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

Issue 2872583002: Adding ExperimentLabels helper class. (Closed)
Patch Set: pmonette comments Created 3 years, 7 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_labels.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 8d04ce75b23509bb956123c3ac77aa5f1f01ccc3..ca2c3f1646f153f75d2d9ca2b53d38e758d74e7b 100644
--- a/chrome/installer/util/BUILD.gn
+++ b/chrome/installer/util/BUILD.gn
@@ -57,6 +57,8 @@ static_library("with_no_strings") {
"chrome_browser_operations.h",
"delete_after_reboot_helper.cc",
"delete_after_reboot_helper.h",
+ "experiment_labels.cc",
+ "experiment_labels.h",
"google_chrome_distribution.cc",
"google_chrome_distribution.h",
"html_dialog.h",
@@ -289,6 +291,7 @@ if (is_win) {
"delete_reg_value_work_item_unittest.cc",
"delete_tree_work_item_unittest.cc",
"duplicate_tree_detector_unittest.cc",
+ "experiment_labels_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_labels.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698