Make checkdeps.py check third_party.
[chromium-blink-merge.git] / components / component_updater.gypi
blobcfc5a9fda26d88201c501089d4cac7b9b98f6150
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       # GN version: //components/component_updater
9       'target_name': 'component_updater',
10       'type': 'static_library',
11       'dependencies': [
12         '../base/base.gyp:base',
13         '../ui/base/ui_base.gyp:ui_base',
14         '../url/url.gyp:url_lib',
15         'update_client',
16       ],
17       'include_dirs': [
18         '..',
19       ],
20       'sources': [
21         'component_updater/component_updater_paths.cc',
22         'component_updater/component_updater_paths.h',
23         'component_updater/component_updater_service.cc',
24         'component_updater/component_updater_service.h',
25         'component_updater/component_updater_switches.cc',
26         'component_updater/component_updater_switches.h',
27         'component_updater/default_component_installer.cc',
28         'component_updater/default_component_installer.h',
29         'component_updater/pref_names.cc',
30         'component_updater/pref_names.h',
31       ],
32     },
33   ],