| 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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 "proximity_auth/metrics.h", | 68 "proximity_auth/metrics.h", |
| 69 "proximity_auth/proximity_auth_client.h", | 69 "proximity_auth/proximity_auth_client.h", |
| 70 "proximity_auth/proximity_auth_system.cc", | 70 "proximity_auth/proximity_auth_system.cc", |
| 71 "proximity_auth/proximity_auth_system.h", | 71 "proximity_auth/proximity_auth_system.h", |
| 72 "proximity_auth/proximity_monitor.h", | 72 "proximity_auth/proximity_monitor.h", |
| 73 "proximity_auth/proximity_monitor_impl.cc", | 73 "proximity_auth/proximity_monitor_impl.cc", |
| 74 "proximity_auth/proximity_monitor_impl.h", | 74 "proximity_auth/proximity_monitor_impl.h", |
| 75 "proximity_auth/proximity_monitor_observer.h", | 75 "proximity_auth/proximity_monitor_observer.h", |
| 76 "proximity_auth/remote_device.cc", | 76 "proximity_auth/remote_device.cc", |
| 77 "proximity_auth/remote_device.h", | 77 "proximity_auth/remote_device.h", |
| 78 "proximity_auth/remote_device_loader.cc", |
| 79 "proximity_auth/remote_device_loader.h", |
| 78 "proximity_auth/remote_device_life_cycle.h", | 80 "proximity_auth/remote_device_life_cycle.h", |
| 79 "proximity_auth/remote_device_life_cycle_impl.h", | 81 "proximity_auth/remote_device_life_cycle_impl.h", |
| 80 "proximity_auth/remote_device_life_cycle_impl.cc", | 82 "proximity_auth/remote_device_life_cycle_impl.cc", |
| 81 "proximity_auth/remote_status_update.cc", | 83 "proximity_auth/remote_status_update.cc", |
| 82 "proximity_auth/remote_status_update.h", | 84 "proximity_auth/remote_status_update.h", |
| 83 "proximity_auth/screenlock_bridge.cc", | 85 "proximity_auth/screenlock_bridge.cc", |
| 84 "proximity_auth/screenlock_bridge.h", | 86 "proximity_auth/screenlock_bridge.h", |
| 85 "proximity_auth/screenlock_state.h", | 87 "proximity_auth/screenlock_state.h", |
| 86 "proximity_auth/secure_context.h", | 88 "proximity_auth/secure_context.h", |
| 87 "proximity_auth/switches.cc", | 89 "proximity_auth/switches.cc", |
| (...skipping 21 matching lines...) Expand all Loading... |
| 109 '../base/base.gyp:base', | 111 '../base/base.gyp:base', |
| 110 '../testing/gmock.gyp:gmock', | 112 '../testing/gmock.gyp:gmock', |
| 111 ], | 113 ], |
| 112 'sources': [ | 114 'sources': [ |
| 113 "proximity_auth/device_to_device_responder_operations.cc", | 115 "proximity_auth/device_to_device_responder_operations.cc", |
| 114 "proximity_auth/device_to_device_responder_operations.h", | 116 "proximity_auth/device_to_device_responder_operations.h", |
| 115 "proximity_auth/fake_connection.cc", | 117 "proximity_auth/fake_connection.cc", |
| 116 "proximity_auth/fake_connection.h", | 118 "proximity_auth/fake_connection.h", |
| 117 "proximity_auth/mock_proximity_auth_client.cc", | 119 "proximity_auth/mock_proximity_auth_client.cc", |
| 118 "proximity_auth/mock_proximity_auth_client.h", | 120 "proximity_auth/mock_proximity_auth_client.h", |
| 121 "proximity_auth/proximity_auth_test_util.cc", |
| 122 "proximity_auth/proximity_auth_test_util.h", |
| 119 ], | 123 ], |
| 120 }, | 124 }, |
| 121 { | 125 { |
| 122 # GN version: //components/proximity_auth/logging | 126 # GN version: //components/proximity_auth/logging |
| 123 'target_name': 'proximity_auth_logging', | 127 'target_name': 'proximity_auth_logging', |
| 124 'type': 'static_library', | 128 'type': 'static_library', |
| 125 'include_dirs': [ | 129 'include_dirs': [ |
| 126 '..', | 130 '..', |
| 127 ], | 131 ], |
| 128 'dependencies': [ | 132 'dependencies': [ |
| (...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 246 'proximity_auth/webui/proximity_auth_webui_handler.cc', | 250 'proximity_auth/webui/proximity_auth_webui_handler.cc', |
| 247 'proximity_auth/webui/proximity_auth_webui_handler.h', | 251 'proximity_auth/webui/proximity_auth_webui_handler.h', |
| 248 'proximity_auth/webui/reachable_phone_flow.cc', | 252 'proximity_auth/webui/reachable_phone_flow.cc', |
| 249 'proximity_auth/webui/reachable_phone_flow.h', | 253 'proximity_auth/webui/reachable_phone_flow.h', |
| 250 'proximity_auth/webui/url_constants.cc', | 254 'proximity_auth/webui/url_constants.cc', |
| 251 'proximity_auth/webui/url_constants.h', | 255 'proximity_auth/webui/url_constants.h', |
| 252 ], | 256 ], |
| 253 }, | 257 }, |
| 254 ], | 258 ], |
| 255 } | 259 } |
| OLD | NEW |