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",
65 source_set("test_support") {
68 "test_configurator.cc",
69 "test_configurator.h",
72 "url_request_post_interceptor.cc",
73 "url_request_post_interceptor.h",
86 source_set("unit_tests") {
89 "component_patcher_unittest.cc",
90 "crx_downloader_unittest.cc",
91 "ping_manager_unittest.cc",
92 "request_sender_unittest.cc",
93 "update_checker_unittest.cc",
94 "update_client_unittest.cc",
95 "update_response_unittest.cc",
102 "//courgette:courgette_lib",
103 "//net:test_support",
106 "//third_party/libxml",