OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 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 | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 # GN version: //components/proximity_auth and | 8 # GN version: //components/proximity_auth and |
9 # //components/proximity_auth/ble. | 9 # //components/proximity_auth/ble. |
10 'target_name': 'proximity_auth', | 10 'target_name': 'proximity_auth', |
(...skipping 13 matching lines...) Expand all Loading... |
24 'sources': [ | 24 'sources': [ |
25 "proximity_auth/authenticator.h", | 25 "proximity_auth/authenticator.h", |
26 "proximity_auth/ble/bluetooth_low_energy_characteristics_finder.cc", | 26 "proximity_auth/ble/bluetooth_low_energy_characteristics_finder.cc", |
27 "proximity_auth/ble/bluetooth_low_energy_characteristics_finder.h", | 27 "proximity_auth/ble/bluetooth_low_energy_characteristics_finder.h", |
28 "proximity_auth/ble/bluetooth_low_energy_connection.cc", | 28 "proximity_auth/ble/bluetooth_low_energy_connection.cc", |
29 "proximity_auth/ble/bluetooth_low_energy_connection.h", | 29 "proximity_auth/ble/bluetooth_low_energy_connection.h", |
30 "proximity_auth/ble/bluetooth_low_energy_connection_finder.cc", | 30 "proximity_auth/ble/bluetooth_low_energy_connection_finder.cc", |
31 "proximity_auth/ble/bluetooth_low_energy_connection_finder.h", | 31 "proximity_auth/ble/bluetooth_low_energy_connection_finder.h", |
32 "proximity_auth/ble/bluetooth_low_energy_device_whitelist.cc", | 32 "proximity_auth/ble/bluetooth_low_energy_device_whitelist.cc", |
33 "proximity_auth/ble/bluetooth_low_energy_device_whitelist.h", | 33 "proximity_auth/ble/bluetooth_low_energy_device_whitelist.h", |
34 "proximity_auth/ble/bluetooth_low_energy_weave_client_connection.cc", | |
35 "proximity_auth/ble/bluetooth_low_energy_weave_client_connection.h", | |
36 "proximity_auth/ble/bluetooth_low_energy_weave_defines.h", | 34 "proximity_auth/ble/bluetooth_low_energy_weave_defines.h", |
37 "proximity_auth/ble/bluetooth_low_energy_weave_packet_generator.cc", | 35 "proximity_auth/ble/bluetooth_low_energy_weave_packet_generator.cc", |
38 "proximity_auth/ble/bluetooth_low_energy_weave_packet_generator.h", | 36 "proximity_auth/ble/bluetooth_low_energy_weave_packet_generator.h", |
39 "proximity_auth/ble/bluetooth_low_energy_weave_packet_receiver.cc", | 37 "proximity_auth/ble/bluetooth_low_energy_weave_packet_receiver.cc", |
40 "proximity_auth/ble/bluetooth_low_energy_weave_packet_receiver.h", | 38 "proximity_auth/ble/bluetooth_low_energy_weave_packet_receiver.h", |
41 "proximity_auth/ble/remote_attribute.h", | 39 "proximity_auth/ble/remote_attribute.h", |
42 "proximity_auth/ble/fake_wire_message.cc", | 40 "proximity_auth/ble/fake_wire_message.cc", |
43 "proximity_auth/ble/fake_wire_message.h", | 41 "proximity_auth/ble/fake_wire_message.h", |
44 "proximity_auth/ble/pref_names.cc", | 42 "proximity_auth/ble/pref_names.cc", |
45 "proximity_auth/ble/pref_names.h", | 43 "proximity_auth/ble/pref_names.h", |
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
261 'proximity_auth/webui/proximity_auth_webui_handler.cc', | 259 'proximity_auth/webui/proximity_auth_webui_handler.cc', |
262 'proximity_auth/webui/proximity_auth_webui_handler.h', | 260 'proximity_auth/webui/proximity_auth_webui_handler.h', |
263 'proximity_auth/webui/reachable_phone_flow.cc', | 261 'proximity_auth/webui/reachable_phone_flow.cc', |
264 'proximity_auth/webui/reachable_phone_flow.h', | 262 'proximity_auth/webui/reachable_phone_flow.h', |
265 'proximity_auth/webui/url_constants.cc', | 263 'proximity_auth/webui/url_constants.cc', |
266 'proximity_auth/webui/url_constants.h', | 264 'proximity_auth/webui/url_constants.h', |
267 ], | 265 ], |
268 }, | 266 }, |
269 ], | 267 ], |
270 } | 268 } |
OLD | NEW |