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") {
7 "background_downloader_win.cc",
8 "background_downloader_win.h",
9 "component_patcher.cc",
10 "component_patcher.h",
11 "component_patcher_operation.cc",
12 "component_patcher_operation.h",
13 "component_unpacker.cc",
14 "component_unpacker.h",
27 "update_query_params.cc",
28 "update_query_params.h",
29 "update_query_params_delegate.cc",
30 "update_query_params_delegate.h",
33 "url_fetcher_downloader.cc",
34 "url_fetcher_downloader.h",
41 "//components/crx_file",
42 "//courgette:courgette_lib",
44 "//third_party/libxml",
45 "//third_party/zlib:zip",
51 source_set("test_support") {
54 "test/test_configurator.cc",
55 "test/test_configurator.h",
56 "test/test_installer.cc",
57 "test/test_installer.h",
58 "test/url_request_post_interceptor.cc",
59 "test/url_request_post_interceptor.h",
72 source_set("unit_tests") {
75 "test/component_patcher_unittest.cc",
76 "test/crx_downloader_unittest.cc",
77 "test/ping_manager_unittest.cc",
78 "test/request_sender_unittest.cc",
79 "test/update_checker_unittest.cc",
80 "test/update_response_unittest.cc",
87 "//courgette:courgette_lib",
91 "//third_party/libxml",