1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 source_set("component_updater") {
7 "component_updater_paths.cc",
8 "component_updater_paths.h",
9 "component_updater_service.cc",
10 "component_updater_service.h",
11 "component_updater_service_internal.h",
12 "component_updater_switches.cc",
13 "component_updater_switches.h",
14 "component_updater_url_constants.cc",
15 "component_updater_url_constants.h",
16 "configurator_impl.cc",
17 "configurator_impl.h",
18 "default_component_installer.cc",
19 "default_component_installer.h",
28 "//components/update_client",
29 "//components/version_info",
35 source_set("unit_tests") {
38 "component_updater_service_unittest.cc",