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

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

Issue 2292293002: Add installer::SetupSingleton. (Closed)
Patch Set: cleanup diff Created 4 years, 4 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/setup_main.cc » ('j') | chrome/installer/setup/setup_main.cc » ('J')
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 012de671daeaed680b92f166d70a35d4769330ce..1668b2a8e4f87cae7268f931208c33b06b3f94c0 100644
--- a/chrome/installer/setup/BUILD.gn
+++ b/chrome/installer/setup/BUILD.gn
@@ -50,6 +50,8 @@ if (is_win) {
"installer_metrics.h",
"setup_constants.cc",
"setup_constants.h",
+ "setup_singleton.cc",
+ "setup_singleton.h",
"setup_util.cc",
"setup_util.h",
"update_active_setup_version_work_item.cc",
@@ -89,6 +91,7 @@ if (is_win) {
"install_worker_unittest.cc",
"memory_unittest.cc",
"run_all_unittests.cc",
+ "setup_singleton_unittest.cc",
"setup_util_unittest.cc",
"setup_util_unittest.h",
"update_active_setup_version_work_item_unittest.cc",
« no previous file with comments | « no previous file | chrome/installer/setup/setup_main.cc » ('j') | chrome/installer/setup/setup_main.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698