| Index: components/component_updater/BUILD.gn
|
| diff --git a/components/component_updater/BUILD.gn b/components/component_updater/BUILD.gn
|
| index 210a6be75ca839e8a52ca282c90bf5f335eec980..1b5b142a84f5919ddf62d693da103e4f8397a048 100644
|
| --- a/components/component_updater/BUILD.gn
|
| +++ b/components/component_updater/BUILD.gn
|
| @@ -21,6 +21,8 @@ static_library("component_updater") {
|
| "pref_names.h",
|
| "timer.cc",
|
| "timer.h",
|
| + "updater_state_win.cc",
|
| + "updater_state_win.h",
|
| ]
|
|
|
| deps = [
|
| @@ -53,6 +55,7 @@ source_set("unit_tests") {
|
| "configurator_impl_unittest.cc",
|
| "default_component_installer_unittest.cc",
|
| "timer_unittest.cc",
|
| + "updater_state_unittest_win.cc",
|
| ]
|
|
|
| deps = [
|
|
|