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

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

Issue 2027063002: Introduce UserHiveVisitor for performing operations on local users' registry hives. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: added missing :: Created 4 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
Index: chrome/installer/setup/BUILD.gn
diff --git a/chrome/installer/setup/BUILD.gn b/chrome/installer/setup/BUILD.gn
index b794137e3e73cbdd71d4b8c9e8c632d794c53fad..0fdb4bb4327de416fbaf46c9077e32877ab8a68b 100644
--- a/chrome/installer/setup/BUILD.gn
+++ b/chrome/installer/setup/BUILD.gn
@@ -53,6 +53,8 @@ if (is_win) {
"setup_util.h",
"update_active_setup_version_work_item.cc",
"update_active_setup_version_work_item.h",
+ "user_hive_visitor.cc",
+ "user_hive_visitor.h",
]
public_deps = [
@@ -88,6 +90,7 @@ if (is_win) {
"setup_util_unittest.cc",
"setup_util_unittest.h",
"update_active_setup_version_work_item_unittest.cc",
+ "user_hive_visitor_unittest.cc",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698