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("update_client") {
11 "action_update_check.cc",
12 "action_update_check.h",
15 "background_downloader_win.cc",
16 "background_downloader_win.h",
17 "component_patcher.cc",
18 "component_patcher.h",
19 "component_patcher_operation.cc",
20 "component_patcher_operation.h",
21 "component_unpacker.cc",
22 "component_unpacker.h",
38 "update_client_internal.h",
41 "update_query_params.cc",
42 "update_query_params.h",
43 "update_query_params_delegate.cc",
44 "update_query_params_delegate.h",
47 "url_fetcher_downloader.cc",
48 "url_fetcher_downloader.h",
55 "//components/crx_file",
56 "//courgette:courgette_lib",
58 "//third_party/libxml",
59 "//third_party/zlib:zip",
66 source_set("test_support") {
69 "test_configurator.cc",
70 "test_configurator.h",
73 "url_request_post_interceptor.cc",
74 "url_request_post_interceptor.h",
87 source_set("unit_tests") {
90 "component_patcher_unittest.cc",
91 "crx_downloader_unittest.cc",
92 "ping_manager_unittest.cc",
93 "request_sender_unittest.cc",
94 "update_checker_unittest.cc",
95 "update_client_unittest.cc",
96 "update_query_params_unittest.cc",
97 "update_response_unittest.cc",
104 "//courgette:courgette_lib",
105 "//net:test_support",
108 "//third_party/libxml",