| 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",
|
|
|