Roll BoringSSL.
[chromium-blink-merge.git] / components / component_updater.gypi
blob7c0110d385bb443ad172498035bf32897ff581de
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.
6   'targets': [
7     {
8       'target_name': 'component_updater',
9       'type': 'static_library',
10       'dependencies': [
11         '../base/base.gyp:base',
12         '../courgette/courgette.gyp:courgette_lib',
13         '../crypto/crypto.gyp:crypto',
14         '../third_party/libxml/libxml.gyp:libxml',
15         '../third_party/zlib/zlib.gyp:zlib',
16         '../net/net.gyp:net',
17         '../ui/base/ui_base.gyp:ui_base',
18         'crx_file',
19         'omaha_query_params',
20       ],
21       'include_dirs': [
22         '..',
23       ],
24       'sources': [
25         'component_updater/background_downloader_win.cc',
26         'component_updater/background_downloader_win.h',
27         'component_updater/component_patcher.cc',
28         'component_updater/component_patcher.h',
29         'component_updater/component_patcher_operation.cc',
30         'component_updater/component_patcher_operation.h',
31         'component_updater/component_updater_configurator.h',
32         'component_updater/component_unpacker.cc',
33         'component_updater/component_unpacker.h',
34         'component_updater/component_updater_paths.cc',
35         'component_updater/component_updater_paths.h',
36         'component_updater/component_updater_ping_manager.cc',
37         'component_updater/component_updater_ping_manager.h',
38         'component_updater/component_updater_service.cc',
39         'component_updater/component_updater_service.h',
40         'component_updater/component_updater_switches.cc',
41         'component_updater/component_updater_switches.h',
42         'component_updater/component_updater_utils.cc',
43         'component_updater/component_updater_utils.h',
44         'component_updater/crx_update_item.h',
45         'component_updater/crx_downloader.cc',
46         'component_updater/crx_downloader.h',
47         'component_updater/default_component_installer.cc',
48         'component_updater/default_component_installer.h',
49         'component_updater/pref_names.cc',
50         'component_updater/pref_names.h',
51         'component_updater/update_checker.cc',
52         'component_updater/update_checker.h',
53         'component_updater/update_response.cc',
54         'component_updater/update_response.h',
55         'component_updater/url_fetcher_downloader.cc',
56         'component_updater/url_fetcher_downloader.h',
57       ],
58     },
59   ],