| 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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 "proximity_auth/bluetooth_util.h", | 49 "proximity_auth/bluetooth_util.h", |
| 50 "proximity_auth/bluetooth_util_chromeos.cc", | 50 "proximity_auth/bluetooth_util_chromeos.cc", |
| 51 "proximity_auth/client.h", | 51 "proximity_auth/client.h", |
| 52 "proximity_auth/client_impl.cc", | 52 "proximity_auth/client_impl.cc", |
| 53 "proximity_auth/client_impl.h", | 53 "proximity_auth/client_impl.h", |
| 54 "proximity_auth/client_observer.h", | 54 "proximity_auth/client_observer.h", |
| 55 "proximity_auth/connection.cc", | 55 "proximity_auth/connection.cc", |
| 56 "proximity_auth/connection.h", | 56 "proximity_auth/connection.h", |
| 57 "proximity_auth/connection_finder.h", | 57 "proximity_auth/connection_finder.h", |
| 58 "proximity_auth/connection_observer.h", | 58 "proximity_auth/connection_observer.h", |
| 59 "proximity_auth/controller.h", |
| 59 "proximity_auth/device_to_device_authenticator.cc", | 60 "proximity_auth/device_to_device_authenticator.cc", |
| 60 "proximity_auth/device_to_device_authenticator.h", | 61 "proximity_auth/device_to_device_authenticator.h", |
| 61 "proximity_auth/device_to_device_initiator_operations.cc", | 62 "proximity_auth/device_to_device_initiator_operations.cc", |
| 62 "proximity_auth/device_to_device_initiator_operations.h", | 63 "proximity_auth/device_to_device_initiator_operations.h", |
| 63 "proximity_auth/device_to_device_secure_context.cc", | 64 "proximity_auth/device_to_device_secure_context.cc", |
| 64 "proximity_auth/device_to_device_secure_context.h", | 65 "proximity_auth/device_to_device_secure_context.h", |
| 65 "proximity_auth/metrics.cc", | 66 "proximity_auth/metrics.cc", |
| 66 "proximity_auth/metrics.h", | 67 "proximity_auth/metrics.h", |
| 67 "proximity_auth/proximity_auth_client.h", | 68 "proximity_auth/proximity_auth_client.h", |
| 68 "proximity_auth/proximity_auth_system.cc", | 69 "proximity_auth/proximity_auth_system.cc", |
| 69 "proximity_auth/proximity_auth_system.h", | 70 "proximity_auth/proximity_auth_system.h", |
| 70 "proximity_auth/proximity_monitor.h", | 71 "proximity_auth/proximity_monitor.h", |
| 71 "proximity_auth/proximity_monitor_impl.cc", | 72 "proximity_auth/proximity_monitor_impl.cc", |
| 72 "proximity_auth/proximity_monitor_impl.h", | 73 "proximity_auth/proximity_monitor_impl.h", |
| 73 "proximity_auth/proximity_monitor_observer.h", | 74 "proximity_auth/proximity_monitor_observer.h", |
| 74 "proximity_auth/remote_device.cc", | 75 "proximity_auth/remote_device.cc", |
| 75 "proximity_auth/remote_device.h", | 76 "proximity_auth/remote_device.h", |
| 76 "proximity_auth/remote_status_update.cc", | 77 "proximity_auth/remote_status_update.cc", |
| 77 "proximity_auth/remote_status_update.h", | 78 "proximity_auth/remote_status_update.h", |
| 78 "proximity_auth/screenlock_bridge.cc", | 79 "proximity_auth/screenlock_bridge.cc", |
| 79 "proximity_auth/screenlock_bridge.h", | 80 "proximity_auth/screenlock_bridge.h", |
| 80 "proximity_auth/screenlock_state.h", | 81 "proximity_auth/screenlock_state.h", |
| 81 "proximity_auth/secure_context.h", | 82 "proximity_auth/secure_context.h", |
| 82 "proximity_auth/switches.cc", | 83 "proximity_auth/switches.cc", |
| 83 "proximity_auth/switches.h", | 84 "proximity_auth/switches.h", |
| 84 "proximity_auth/throttled_bluetooth_connection_finder.cc", | 85 "proximity_auth/throttled_bluetooth_connection_finder.cc", |
| 85 "proximity_auth/throttled_bluetooth_connection_finder.h", | 86 "proximity_auth/throttled_bluetooth_connection_finder.h", |
| 87 "proximity_auth/unlock_manager.cc", |
| 88 "proximity_auth/unlock_manager.h", |
| 86 "proximity_auth/wire_message.cc", | 89 "proximity_auth/wire_message.cc", |
| 87 "proximity_auth/wire_message.h", | 90 "proximity_auth/wire_message.h", |
| 88 ], | 91 ], |
| 89 | 92 |
| 90 'export_dependent_settings': [ | 93 'export_dependent_settings': [ |
| 91 'cryptauth_proto', | 94 'cryptauth_proto', |
| 92 ], | 95 ], |
| 93 }, | 96 }, |
| 94 { | 97 { |
| 95 'target_name': 'proximity_auth_test_support', | 98 'target_name': 'proximity_auth_test_support', |
| (...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 237 'proximity_auth/webui/proximity_auth_webui_handler.cc', | 240 'proximity_auth/webui/proximity_auth_webui_handler.cc', |
| 238 'proximity_auth/webui/proximity_auth_webui_handler.h', | 241 'proximity_auth/webui/proximity_auth_webui_handler.h', |
| 239 'proximity_auth/webui/reachable_phone_flow.cc', | 242 'proximity_auth/webui/reachable_phone_flow.cc', |
| 240 'proximity_auth/webui/reachable_phone_flow.h', | 243 'proximity_auth/webui/reachable_phone_flow.h', |
| 241 'proximity_auth/webui/url_constants.cc', | 244 'proximity_auth/webui/url_constants.cc', |
| 242 'proximity_auth/webui/url_constants.h', | 245 'proximity_auth/webui/url_constants.h', |
| 243 ], | 246 ], |
| 244 }, | 247 }, |
| 245 ], | 248 ], |
| 246 } | 249 } |
| OLD | NEW |