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 static_library("component_updater") {
7 "component_installer.cc",
8 "component_installer.h",
9 "component_updater_paths.cc",
10 "component_updater_paths.h",
11 "component_updater_service.cc",
12 "component_updater_service.h",
13 "component_updater_service_internal.h",
14 "component_updater_switches.cc",
15 "component_updater_switches.h",
16 "component_updater_url_constants.cc",
17 "component_updater_url_constants.h",
18 "configurator_impl.cc",
19 "configurator_impl.h",
28 "//components/update_client",
29 "//components/version_info",
35 static_library("crl_set_remover") {
46 static_library("test_support") {
49 "mock_component_updater_service.cc",
50 "mock_component_updater_service.h",
60 source_set("unit_tests") {
63 "component_installer_unittest.cc",
64 "component_updater_service_unittest.cc",
65 "configurator_impl_unittest.cc",
72 "//base/test:test_support",
73 "//components/update_client:test_support",
74 "//services/service_manager/public/cpp",