| 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', |
| 11 'type': 'static_library', | 11 'type': 'static_library', |
| 12 'include_dirs': [ | 12 'include_dirs': [ |
| 13 '..', | 13 '..', |
| 14 ], | 14 ], |
| 15 'dependencies': [ | 15 'dependencies': [ |
| 16 ':cryptauth', | 16 ':cryptauth', |
| 17 ':cryptauth_proto', |
| 17 ':proximity_auth_logging', | 18 ':proximity_auth_logging', |
| 18 '../base/base.gyp:base', | 19 '../base/base.gyp:base', |
| 19 '../base/base.gyp:base_prefs', | 20 '../base/base.gyp:base_prefs', |
| 20 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 21 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
| 21 '../net/net.gyp:net', | 22 '../net/net.gyp:net', |
| 22 ], | 23 ], |
| 23 'sources': [ | 24 'sources': [ |
| 24 "proximity_auth/authenticator.h", | 25 "proximity_auth/authenticator.h", |
| 25 "proximity_auth/ble/bluetooth_low_energy_characteristics_finder.cc", | 26 "proximity_auth/ble/bluetooth_low_energy_characteristics_finder.cc", |
| 26 "proximity_auth/ble/bluetooth_low_energy_characteristics_finder.h", | 27 "proximity_auth/ble/bluetooth_low_energy_characteristics_finder.h", |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 "proximity_auth/screenlock_bridge.h", | 79 "proximity_auth/screenlock_bridge.h", |
| 79 "proximity_auth/screenlock_state.h", | 80 "proximity_auth/screenlock_state.h", |
| 80 "proximity_auth/secure_context.h", | 81 "proximity_auth/secure_context.h", |
| 81 "proximity_auth/switches.cc", | 82 "proximity_auth/switches.cc", |
| 82 "proximity_auth/switches.h", | 83 "proximity_auth/switches.h", |
| 83 "proximity_auth/throttled_bluetooth_connection_finder.cc", | 84 "proximity_auth/throttled_bluetooth_connection_finder.cc", |
| 84 "proximity_auth/throttled_bluetooth_connection_finder.h", | 85 "proximity_auth/throttled_bluetooth_connection_finder.h", |
| 85 "proximity_auth/wire_message.cc", | 86 "proximity_auth/wire_message.cc", |
| 86 "proximity_auth/wire_message.h", | 87 "proximity_auth/wire_message.h", |
| 87 ], | 88 ], |
| 89 |
| 90 'export_dependent_settings': [ |
| 91 'cryptauth_proto', |
| 92 ], |
| 88 }, | 93 }, |
| 89 { | 94 { |
| 90 'target_name': 'proximity_auth_test_support', | 95 'target_name': 'proximity_auth_test_support', |
| 91 'type': 'static_library', | 96 'type': 'static_library', |
| 92 'include_dirs': [ | 97 'include_dirs': [ |
| 93 '..', | 98 '..', |
| 94 ], | 99 ], |
| 95 'dependencies': [ | 100 'dependencies': [ |
| 96 ':cryptauth_test_support', | 101 ':cryptauth_test_support', |
| 97 '../base/base.gyp:base', | 102 '../base/base.gyp:base', |
| (...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 210 { | 215 { |
| 211 # GN version: //components/proximity_auth/webui | 216 # GN version: //components/proximity_auth/webui |
| 212 'target_name': 'proximity_auth_webui', | 217 'target_name': 'proximity_auth_webui', |
| 213 'type': 'static_library', | 218 'type': 'static_library', |
| 214 'dependencies': [ | 219 'dependencies': [ |
| 215 '../base/base.gyp:base', | 220 '../base/base.gyp:base', |
| 216 '../content/content.gyp:content_browser', | 221 '../content/content.gyp:content_browser', |
| 217 '../ui/resources/ui_resources.gyp:ui_resources', | 222 '../ui/resources/ui_resources.gyp:ui_resources', |
| 218 'components_resources.gyp:components_resources', | 223 'components_resources.gyp:components_resources', |
| 219 'cryptauth', | 224 'cryptauth', |
| 225 'cryptauth_proto', |
| 220 'proximity_auth', | 226 'proximity_auth', |
| 221 ], | 227 ], |
| 222 'include_dirs': [ | 228 'include_dirs': [ |
| 223 '..', | 229 '..', |
| 224 ], | 230 ], |
| 225 'sources': [ | 231 'sources': [ |
| 226 'proximity_auth/webui/cryptauth_enroller_factory_impl.cc', | 232 'proximity_auth/webui/cryptauth_enroller_factory_impl.cc', |
| 227 'proximity_auth/webui/cryptauth_enroller_factory_impl.h', | 233 'proximity_auth/webui/cryptauth_enroller_factory_impl.h', |
| 228 'proximity_auth/webui/proximity_auth_ui.cc', | 234 'proximity_auth/webui/proximity_auth_ui.cc', |
| 229 'proximity_auth/webui/proximity_auth_ui.h', | 235 'proximity_auth/webui/proximity_auth_ui.h', |
| 230 'proximity_auth/webui/proximity_auth_ui_delegate.h', | 236 'proximity_auth/webui/proximity_auth_ui_delegate.h', |
| 231 'proximity_auth/webui/proximity_auth_webui_handler.cc', | 237 'proximity_auth/webui/proximity_auth_webui_handler.cc', |
| 232 'proximity_auth/webui/proximity_auth_webui_handler.h', | 238 'proximity_auth/webui/proximity_auth_webui_handler.h', |
| 233 'proximity_auth/webui/url_constants.cc', | 239 'proximity_auth/webui/url_constants.cc', |
| 234 'proximity_auth/webui/url_constants.h', | 240 'proximity_auth/webui/url_constants.h', |
| 235 ], | 241 ], |
| 236 }, | 242 }, |
| 237 ], | 243 ], |
| 238 } | 244 } |
| OLD | NEW |