[Sync] Componentize UIModelWorker.
[chromium-blink-merge.git] / components / proximity_auth.gypi
blobcabefe3b04c2c1bdd0d1a1935f5e8611961e50ce
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/proximity_auth and
9       # //components/proximity_auth/ble.
10       'target_name': 'proximity_auth',
11       'type': 'static_library',
12       'include_dirs': [
13         '..',
14       ],
15       'dependencies': [
16         ':cryptauth',
17         ':cryptauth_proto',
18         ':proximity_auth_logging',
19         '../base/base.gyp:base',
20         '../base/base.gyp:base_prefs',
21         '../device/bluetooth/bluetooth.gyp:device_bluetooth',
22         '../net/net.gyp:net',
23       ],
24       'sources': [
25         "proximity_auth/authenticator.h",
26         "proximity_auth/ble/bluetooth_low_energy_characteristics_finder.cc",
27         "proximity_auth/ble/bluetooth_low_energy_characteristics_finder.h",
28         "proximity_auth/ble/bluetooth_low_energy_connection.cc",
29         "proximity_auth/ble/bluetooth_low_energy_connection.h",
30         "proximity_auth/ble/bluetooth_low_energy_connection_finder.cc",
31         "proximity_auth/ble/bluetooth_low_energy_connection_finder.h",
32         "proximity_auth/ble/bluetooth_low_energy_device_whitelist.cc",
33         "proximity_auth/ble/bluetooth_low_energy_device_whitelist.h",
34         "proximity_auth/ble/remote_attribute.h",
35         "proximity_auth/ble/fake_wire_message.cc",
36         "proximity_auth/ble/fake_wire_message.h",
37         "proximity_auth/ble/pref_names.cc",
38         "proximity_auth/ble/pref_names.h",
39         "proximity_auth/ble/proximity_auth_ble_system.cc",
40         "proximity_auth/ble/proximity_auth_ble_system.h",
41         "proximity_auth/bluetooth_connection.cc",
42         "proximity_auth/bluetooth_connection.h",
43         "proximity_auth/bluetooth_connection_finder.cc",
44         "proximity_auth/bluetooth_connection_finder.h",
45         "proximity_auth/bluetooth_throttler.h",
46         "proximity_auth/bluetooth_throttler_impl.cc",
47         "proximity_auth/bluetooth_throttler_impl.h",
48         "proximity_auth/bluetooth_util.cc",
49         "proximity_auth/bluetooth_util.h",
50         "proximity_auth/bluetooth_util_chromeos.cc",
51         "proximity_auth/client.h",
52         "proximity_auth/client_impl.cc",
53         "proximity_auth/client_impl.h",
54         "proximity_auth/client_observer.h",
55         "proximity_auth/cryptauth_enroller_factory_impl.cc",
56         "proximity_auth/cryptauth_enroller_factory_impl.h",
57         "proximity_auth/connection.cc",
58         "proximity_auth/connection.h",
59         "proximity_auth/connection_finder.h",
60         "proximity_auth/connection_observer.h",
61         "proximity_auth/device_to_device_authenticator.cc",
62         "proximity_auth/device_to_device_authenticator.h",
63         "proximity_auth/device_to_device_initiator_operations.cc",
64         "proximity_auth/device_to_device_initiator_operations.h",
65         "proximity_auth/device_to_device_secure_context.cc",
66         "proximity_auth/device_to_device_secure_context.h",
67         "proximity_auth/metrics.cc",
68         "proximity_auth/metrics.h",
69         "proximity_auth/proximity_auth_client.h",
70         "proximity_auth/proximity_auth_system.cc",
71         "proximity_auth/proximity_auth_system.h",
72         "proximity_auth/proximity_monitor.h",
73         "proximity_auth/proximity_monitor_impl.cc",
74         "proximity_auth/proximity_monitor_impl.h",
75         "proximity_auth/proximity_monitor_observer.h",
76         "proximity_auth/remote_device.cc",
77         "proximity_auth/remote_device.h",
78         "proximity_auth/remote_device_life_cycle.h",
79         "proximity_auth/remote_device_life_cycle_impl.h",
80         "proximity_auth/remote_device_life_cycle_impl.cc",
81         "proximity_auth/remote_status_update.cc",
82         "proximity_auth/remote_status_update.h",
83         "proximity_auth/screenlock_bridge.cc",
84         "proximity_auth/screenlock_bridge.h",
85         "proximity_auth/screenlock_state.h",
86         "proximity_auth/secure_context.h",
87         "proximity_auth/switches.cc",
88         "proximity_auth/switches.h",
89         "proximity_auth/throttled_bluetooth_connection_finder.cc",
90         "proximity_auth/throttled_bluetooth_connection_finder.h",
91         "proximity_auth/unlock_manager.cc",
92         "proximity_auth/unlock_manager.h",
93         "proximity_auth/wire_message.cc",
94         "proximity_auth/wire_message.h",
95       ],
97       'export_dependent_settings': [
98         'cryptauth_proto',
99       ],
100     },
101     {
102       'target_name': 'proximity_auth_test_support',
103       'type': 'static_library',
104       'include_dirs': [
105         '..',
106       ],
107       'dependencies': [
108         ':cryptauth_test_support',
109         '../base/base.gyp:base',
110         '../testing/gmock.gyp:gmock',
111       ],
112       'sources': [
113         "proximity_auth/device_to_device_responder_operations.cc",
114         "proximity_auth/device_to_device_responder_operations.h",
115         "proximity_auth/mock_proximity_auth_client.cc",
116         "proximity_auth/mock_proximity_auth_client.h",
117       ],
118     },
119     {
120       # GN version: //components/proximity_auth/logging
121       'target_name': 'proximity_auth_logging',
122       'type': 'static_library',
123       'include_dirs': [
124         '..',
125       ],
126       'dependencies': [
127         '../base/base.gyp:base',
128       ],
129       'sources': [
130         "proximity_auth/logging/log_buffer.cc",
131         "proximity_auth/logging/log_buffer.h",
132         "proximity_auth/logging/logging.h",
133         "proximity_auth/logging/logging.cc",
134       ]
135     },
136     {
137       # GN version: //components/proximity_auth/cryptauth/proto
138       'target_name': 'cryptauth_proto',
139       'type': 'static_library',
140       'sources': [
141         'proximity_auth/cryptauth/proto/cryptauth_api.proto',
142         'proximity_auth/cryptauth/proto/securemessage.proto',
143       ],
144       'variables': {
145         'proto_in_dir': 'proximity_auth/cryptauth/proto',
146         'proto_out_dir': 'components/proximity_auth/cryptauth/proto',
147       },
148       'includes': [ '../build/protoc.gypi' ]
149     },
150     {
151       'target_name': 'cryptauth',
152       'type': 'static_library',
153       'include_dirs': [
154         '..',
155       ],
156       'dependencies': [
157         'cryptauth_proto',
158         '../base/base.gyp:base',
159         '../crypto/crypto.gyp:crypto',
160         '../components/components.gyp:gcm_driver',
161         '../google_apis/google_apis.gyp:google_apis',
162         '../net/net.gyp:net',
163       ],
164       'sources': [
165         "proximity_auth/cryptauth/base64url.cc",
166         "proximity_auth/cryptauth/base64url.h",
167         "proximity_auth/cryptauth/cryptauth_access_token_fetcher.h",
168         "proximity_auth/cryptauth/cryptauth_access_token_fetcher_impl.cc",
169         "proximity_auth/cryptauth/cryptauth_access_token_fetcher_impl.h",
170         "proximity_auth/cryptauth/cryptauth_api_call_flow.cc",
171         "proximity_auth/cryptauth/cryptauth_api_call_flow.h",
172         "proximity_auth/cryptauth/cryptauth_client.h",
173         "proximity_auth/cryptauth/cryptauth_client_impl.cc",
174         "proximity_auth/cryptauth/cryptauth_client_impl.h",
175         "proximity_auth/cryptauth/cryptauth_device_manager.cc",
176         "proximity_auth/cryptauth/cryptauth_device_manager.h",
177         "proximity_auth/cryptauth/cryptauth_enroller.h",
178         "proximity_auth/cryptauth/cryptauth_enroller_impl.cc",
179         "proximity_auth/cryptauth/cryptauth_enroller_impl.h",
180         "proximity_auth/cryptauth/cryptauth_enrollment_manager.cc",
181         "proximity_auth/cryptauth/cryptauth_enrollment_manager.h",
182         "proximity_auth/cryptauth/cryptauth_enrollment_utils.cc",
183         "proximity_auth/cryptauth/cryptauth_gcm_manager.cc",
184         "proximity_auth/cryptauth/cryptauth_gcm_manager.h",
185         "proximity_auth/cryptauth/cryptauth_gcm_manager_impl.cc",
186         "proximity_auth/cryptauth/cryptauth_gcm_manager_impl.h",
187         "proximity_auth/cryptauth/pref_names.cc",
188         "proximity_auth/cryptauth/pref_names.h",
189         "proximity_auth/cryptauth/secure_message_delegate.cc",
190         "proximity_auth/cryptauth/secure_message_delegate.h",
191         "proximity_auth/cryptauth/sync_scheduler.cc",
192         "proximity_auth/cryptauth/sync_scheduler.h",
193         "proximity_auth/cryptauth/sync_scheduler_impl.cc",
194         "proximity_auth/cryptauth/sync_scheduler_impl.h",
195       ],
196       'export_dependent_settings': [
197         'cryptauth_proto',
198       ],
199     },
200     {
201       'target_name': 'cryptauth_test_support',
202       'type': 'static_library',
203       'include_dirs': [
204         '..',
205       ],
206       'dependencies': [
207         'cryptauth_proto',
208         '../base/base.gyp:base',
209         '../testing/gmock.gyp:gmock',
210       ],
211       'sources': [
212         "proximity_auth/cryptauth/fake_cryptauth_gcm_manager.cc",
213         "proximity_auth/cryptauth/fake_cryptauth_gcm_manager.h",
214         "proximity_auth/cryptauth/fake_secure_message_delegate.cc",
215         "proximity_auth/cryptauth/fake_secure_message_delegate.h",
216         "proximity_auth/cryptauth/mock_cryptauth_client.cc",
217         "proximity_auth/cryptauth/mock_cryptauth_client.h",
218         "proximity_auth/cryptauth/mock_sync_scheduler.cc",
219         "proximity_auth/cryptauth/mock_sync_scheduler.h",
220       ],
221       'export_dependent_settings': [
222         'cryptauth_proto',
223       ],
224     },
225     {
226       # GN version: //components/proximity_auth/webui
227       'target_name': 'proximity_auth_webui',
228       'type': 'static_library',
229       'dependencies': [
230         '../base/base.gyp:base',
231         '../content/content.gyp:content_browser',
232         '../ui/resources/ui_resources.gyp:ui_resources',
233         'components_resources.gyp:components_resources',
234         'cryptauth',
235         'cryptauth_proto',
236         'proximity_auth',
237       ],
238       'include_dirs': [
239         '..',
240       ],
241       'sources': [
242         'proximity_auth/webui/proximity_auth_ui.cc',
243         'proximity_auth/webui/proximity_auth_ui.h',
244         'proximity_auth/webui/proximity_auth_webui_handler.cc',
245         'proximity_auth/webui/proximity_auth_webui_handler.h',
246         'proximity_auth/webui/reachable_phone_flow.cc',
247         'proximity_auth/webui/reachable_phone_flow.h',
248         'proximity_auth/webui/url_constants.cc',
249         'proximity_auth/webui/url_constants.h',
250       ],
251     },
252   ],