Index: chrome/installer/util/BUILD.gn |
diff --git a/chrome/installer/util/BUILD.gn b/chrome/installer/util/BUILD.gn |
index e21ff8cfda1eaabdfe2218623fcd518ee14a28b9..987cb291d7e9e68baec594279a967869bf2d6044 100644 |
--- a/chrome/installer/util/BUILD.gn |
+++ b/chrome/installer/util/BUILD.gn |
@@ -150,6 +150,8 @@ static_library("util") { |
"self_reg_work_item.h", |
"set_reg_value_work_item.cc", |
"set_reg_value_work_item.h", |
+ "update_active_setup_version_work_item.cc", |
grt (UTC plus 2)
2015/07/09 14:23:53
move to installer/setup/BUILD.gn for the unittest.
gab
2015/07/09 20:36:37
Same argument as the other ones.
|
+ "update_active_setup_version_work_item.h", |
"updating_app_registration_data.cc", |
"updating_app_registration_data.h", |
"util_constants.cc", |
@@ -256,6 +258,7 @@ if (is_win) { |
"test_app_registration_data.cc", |
"test_app_registration_data.h", |
"uninstall_metrics_unittest.cc", |
+ "update_active_setup_version_work_item_unittest.cc", |
grt (UTC plus 2)
2015/07/09 14:23:53
move to installer/setup/BUILD.gn
gab
2015/07/09 20:36:37
Same.
|
"wmi_unittest.cc", |
"work_item_list_unittest.cc", |
] |