| Index: components/component_updater/BUILD.gn
|
| diff --git a/components/component_updater/BUILD.gn b/components/component_updater/BUILD.gn
|
| index 46fea6a9d14b26da8595cdf63eb265c884fa6a3a..c75b5096baa4cd5cef9cc9bd972d51cdedeb75b7 100644
|
| --- a/components/component_updater/BUILD.gn
|
| +++ b/components/component_updater/BUILD.gn
|
| @@ -11,6 +11,10 @@ source_set("component_updater") {
|
| "component_updater_service_internal.h",
|
| "component_updater_switches.cc",
|
| "component_updater_switches.h",
|
| + "component_updater_url_constants.cc",
|
| + "component_updater_url_constants.h",
|
| + "configurator_impl.cc",
|
| + "configurator_impl.h",
|
| "default_component_installer.cc",
|
| "default_component_installer.h",
|
| "pref_names.cc",
|
| @@ -22,6 +26,7 @@ source_set("component_updater") {
|
| deps = [
|
| "//base",
|
| "//components/update_client",
|
| + "//components/version_info",
|
| "//ui/base",
|
| "//url",
|
| ]
|
|
|