| 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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 "proximity_auth/cryptauth/cryptauth_client.h", | 116 "proximity_auth/cryptauth/cryptauth_client.h", |
| 117 "proximity_auth/cryptauth/cryptauth_client_impl.cc", | 117 "proximity_auth/cryptauth/cryptauth_client_impl.cc", |
| 118 "proximity_auth/cryptauth/cryptauth_client_impl.h", | 118 "proximity_auth/cryptauth/cryptauth_client_impl.h", |
| 119 "proximity_auth/cryptauth/cryptauth_enroller.h", | 119 "proximity_auth/cryptauth/cryptauth_enroller.h", |
| 120 "proximity_auth/cryptauth/cryptauth_enroller_impl.cc", | 120 "proximity_auth/cryptauth/cryptauth_enroller_impl.cc", |
| 121 "proximity_auth/cryptauth/cryptauth_enroller_impl.h", | 121 "proximity_auth/cryptauth/cryptauth_enroller_impl.h", |
| 122 "proximity_auth/cryptauth/cryptauth_enrollment_utils.cc", | 122 "proximity_auth/cryptauth/cryptauth_enrollment_utils.cc", |
| 123 "proximity_auth/cryptauth/cryptauth_enrollment_utils.h", | 123 "proximity_auth/cryptauth/cryptauth_enrollment_utils.h", |
| 124 "proximity_auth/cryptauth/secure_message_delegate.cc", | 124 "proximity_auth/cryptauth/secure_message_delegate.cc", |
| 125 "proximity_auth/cryptauth/secure_message_delegate.h", | 125 "proximity_auth/cryptauth/secure_message_delegate.h", |
| 126 "proximity_auth/cryptauth/sync_scheduler.cc", | |
| 127 "proximity_auth/cryptauth/sync_scheduler.h", | |
| 128 "proximity_auth/cryptauth/sync_scheduler_impl.cc", | |
| 129 "proximity_auth/cryptauth/sync_scheduler_impl.h", | |
| 130 ], | 126 ], |
| 131 'export_dependent_settings': [ | 127 'export_dependent_settings': [ |
| 132 'cryptauth_proto', | 128 'cryptauth_proto', |
| 133 ], | 129 ], |
| 134 }, | 130 }, |
| 135 { | 131 { |
| 136 'target_name': 'cryptauth_test_support', | 132 'target_name': 'cryptauth_test_support', |
| 137 'type': 'static_library', | 133 'type': 'static_library', |
| 138 'include_dirs': [ | 134 'include_dirs': [ |
| 139 '..', | 135 '..', |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 171 'proximity_auth/webui/proximity_auth_ui.cc', | 167 'proximity_auth/webui/proximity_auth_ui.cc', |
| 172 'proximity_auth/webui/proximity_auth_ui.h', | 168 'proximity_auth/webui/proximity_auth_ui.h', |
| 173 'proximity_auth/webui/proximity_auth_webui_handler.cc', | 169 'proximity_auth/webui/proximity_auth_webui_handler.cc', |
| 174 'proximity_auth/webui/proximity_auth_webui_handler.h', | 170 'proximity_auth/webui/proximity_auth_webui_handler.h', |
| 175 'proximity_auth/webui/url_constants.cc', | 171 'proximity_auth/webui/url_constants.cc', |
| 176 'proximity_auth/webui/url_constants.h', | 172 'proximity_auth/webui/url_constants.h', |
| 177 ], | 173 ], |
| 178 }, | 174 }, |
| 179 ], | 175 ], |
| 180 } | 176 } |
| OLD | NEW |