Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(761)

Side by Side Diff: components/component_updater.gypi

Issue 2306443002: Remove GYP files from components. (Closed)
Patch Set: Remove compiled resources Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « components/cloud_devices.gypi ('k') | components/components.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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.
4
5 {
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 'version_info',
17 ],
18 'include_dirs': [
19 '..',
20 ],
21 'sources': [
22 'component_updater/component_updater_paths.cc',
23 'component_updater/component_updater_paths.h',
24 'component_updater/component_updater_service.cc',
25 'component_updater/component_updater_service.h',
26 'component_updater/component_updater_service_internal.h',
27 'component_updater/component_updater_switches.cc',
28 'component_updater/component_updater_switches.h',
29 'component_updater/component_updater_url_constants.cc',
30 'component_updater/component_updater_url_constants.h',
31 'component_updater/configurator_impl.cc',
32 'component_updater/configurator_impl.h',
33 'component_updater/default_component_installer.cc',
34 'component_updater/default_component_installer.h',
35 'component_updater/pref_names.cc',
36 'component_updater/pref_names.h',
37 'component_updater/timer.cc',
38 'component_updater/timer.h',
39 'component_updater/updater_state_win.cc',
40 'component_updater/updater_state_win.h',
41 ],
42 },
43 {
44 # GN version: //components/component_updater:test_support
45 'target_name': 'component_updater_test_support',
46 'type': 'static_library',
47 'dependencies': [
48 '../base/base.gyp:base',
49 '../testing/gmock.gyp:gmock',
50 'component_updater',
51 ],
52 'include_dirs': [
53 '..',
54 ],
55 'sources': [
56 'component_updater/mock_component_updater_service.cc',
57 'component_updater/mock_component_updater_service.h',
58 ],
59 },
60 ],
61 }
OLDNEW
« no previous file with comments | « components/cloud_devices.gypi ('k') | components/components.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698