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

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

Issue 2925383002: Move ScopedTokenPrivilege to chrome/installer/util (Closed)
Patch Set: Addressed Greg's comments. 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 | « chrome/installer/setup/user_hive_visitor.cc ('k') | chrome/installer/util/scoped_token_privilege.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..e545edff38cb534890638cb1028191d352a8a5ca 100644
--- a/chrome/installer/util/BUILD.gn
+++ b/chrome/installer/util/BUILD.gn
@@ -76,6 +76,8 @@ static_library("with_no_strings") {
"product_operations.h",
"registry_entry.cc",
"registry_entry.h",
+ "scoped_token_privilege.cc",
+ "scoped_token_privilege.h",
"scoped_user_protocol_entry.cc",
"scoped_user_protocol_entry.h",
"self_cleaning_temp_dir.cc",
@@ -310,6 +312,7 @@ if (is_win) {
"registry_test_data.cc",
"registry_test_data.h",
"run_all_unittests.cc",
+ "scoped_token_privilege_unittest.cc",
"scoped_user_protocol_entry_unittest.cc",
"self_cleaning_temp_dir_unittest.cc",
"set_reg_value_work_item_unittest.cc",
« no previous file with comments | « chrome/installer/setup/user_hive_visitor.cc ('k') | chrome/installer/util/scoped_token_privilege.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698