| 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 "proximity_auth/bluetooth_throttler.h", | 45 "proximity_auth/bluetooth_throttler.h", |
| 46 "proximity_auth/bluetooth_throttler_impl.cc", | 46 "proximity_auth/bluetooth_throttler_impl.cc", |
| 47 "proximity_auth/bluetooth_throttler_impl.h", | 47 "proximity_auth/bluetooth_throttler_impl.h", |
| 48 "proximity_auth/bluetooth_util.cc", | 48 "proximity_auth/bluetooth_util.cc", |
| 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/cryptauth_enroller_factory_impl.cc", |
| 56 "proximity_auth/cryptauth_enroller_factory_impl.h", |
| 55 "proximity_auth/connection.cc", | 57 "proximity_auth/connection.cc", |
| 56 "proximity_auth/connection.h", | 58 "proximity_auth/connection.h", |
| 57 "proximity_auth/connection_finder.h", | 59 "proximity_auth/connection_finder.h", |
| 58 "proximity_auth/connection_observer.h", | 60 "proximity_auth/connection_observer.h", |
| 59 "proximity_auth/controller.h", | 61 "proximity_auth/controller.h", |
| 60 "proximity_auth/device_to_device_authenticator.cc", | 62 "proximity_auth/device_to_device_authenticator.cc", |
| 61 "proximity_auth/device_to_device_authenticator.h", | 63 "proximity_auth/device_to_device_authenticator.h", |
| 62 "proximity_auth/device_to_device_initiator_operations.cc", | 64 "proximity_auth/device_to_device_initiator_operations.cc", |
| 63 "proximity_auth/device_to_device_initiator_operations.h", | 65 "proximity_auth/device_to_device_initiator_operations.h", |
| 64 "proximity_auth/device_to_device_secure_context.cc", | 66 "proximity_auth/device_to_device_secure_context.cc", |
| (...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 240 'proximity_auth/webui/proximity_auth_webui_handler.cc', | 242 'proximity_auth/webui/proximity_auth_webui_handler.cc', |
| 241 'proximity_auth/webui/proximity_auth_webui_handler.h', | 243 'proximity_auth/webui/proximity_auth_webui_handler.h', |
| 242 'proximity_auth/webui/reachable_phone_flow.cc', | 244 'proximity_auth/webui/reachable_phone_flow.cc', |
| 243 'proximity_auth/webui/reachable_phone_flow.h', | 245 'proximity_auth/webui/reachable_phone_flow.h', |
| 244 'proximity_auth/webui/url_constants.cc', | 246 'proximity_auth/webui/url_constants.cc', |
| 245 'proximity_auth/webui/url_constants.h', | 247 'proximity_auth/webui/url_constants.h', |
| 246 ], | 248 ], |
| 247 }, | 249 }, |
| 248 ], | 250 ], |
| 249 } | 251 } |
| OLD | NEW |