| 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", |
| 34 "proximity_auth/ble/bluetooth_low_energy_weave_defines.h", | 36 "proximity_auth/ble/bluetooth_low_energy_weave_defines.h", |
| 35 "proximity_auth/ble/bluetooth_low_energy_weave_packet_generator.cc", | 37 "proximity_auth/ble/bluetooth_low_energy_weave_packet_generator.cc", |
| 36 "proximity_auth/ble/bluetooth_low_energy_weave_packet_generator.h", | 38 "proximity_auth/ble/bluetooth_low_energy_weave_packet_generator.h", |
| 37 "proximity_auth/ble/bluetooth_low_energy_weave_packet_receiver.cc", | 39 "proximity_auth/ble/bluetooth_low_energy_weave_packet_receiver.cc", |
| 38 "proximity_auth/ble/bluetooth_low_energy_weave_packet_receiver.h", | 40 "proximity_auth/ble/bluetooth_low_energy_weave_packet_receiver.h", |
| 39 "proximity_auth/ble/remote_attribute.h", | 41 "proximity_auth/ble/remote_attribute.h", |
| 40 "proximity_auth/ble/fake_wire_message.cc", | 42 "proximity_auth/ble/fake_wire_message.cc", |
| 41 "proximity_auth/ble/fake_wire_message.h", | 43 "proximity_auth/ble/fake_wire_message.h", |
| 42 "proximity_auth/ble/pref_names.cc", | 44 "proximity_auth/ble/pref_names.cc", |
| 43 "proximity_auth/ble/pref_names.h", | 45 "proximity_auth/ble/pref_names.h", |
| (...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 259 'proximity_auth/webui/proximity_auth_webui_handler.cc', | 261 'proximity_auth/webui/proximity_auth_webui_handler.cc', |
| 260 'proximity_auth/webui/proximity_auth_webui_handler.h', | 262 'proximity_auth/webui/proximity_auth_webui_handler.h', |
| 261 'proximity_auth/webui/reachable_phone_flow.cc', | 263 'proximity_auth/webui/reachable_phone_flow.cc', |
| 262 'proximity_auth/webui/reachable_phone_flow.h', | 264 'proximity_auth/webui/reachable_phone_flow.h', |
| 263 'proximity_auth/webui/url_constants.cc', | 265 'proximity_auth/webui/url_constants.cc', |
| 264 'proximity_auth/webui/url_constants.h', | 266 'proximity_auth/webui/url_constants.h', |
| 265 ], | 267 ], |
| 266 }, | 268 }, |
| 267 ], | 269 ], |
| 268 } | 270 } |
| OLD | NEW |