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 |
| 9 # //components/proximity_auth/ble. |
8 'target_name': 'proximity_auth', | 10 'target_name': 'proximity_auth', |
9 'type': 'static_library', | 11 'type': 'static_library', |
10 'include_dirs': [ | 12 'include_dirs': [ |
11 '..', | 13 '..', |
12 ], | 14 ], |
13 'dependencies': [ | 15 'dependencies': [ |
14 '../base/base.gyp:base', | 16 '../base/base.gyp:base', |
| 17 '../content/content.gyp:content_browser', |
15 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 18 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
16 '../net/net.gyp:net', | 19 '../net/net.gyp:net', |
17 ], | 20 ], |
18 'sources': [ | 21 'sources': [ |
19 "proximity_auth/ble/bluetooth_low_energy_connection_finder.cc", | 22 "proximity_auth/ble/bluetooth_low_energy_connection_finder.cc", |
20 "proximity_auth/ble/bluetooth_low_energy_connection_finder.h", | 23 "proximity_auth/ble/bluetooth_low_energy_connection_finder.h", |
21 "proximity_auth/ble/proximity_auth_ble_system.cc", | 24 "proximity_auth/ble/proximity_auth_ble_system.cc", |
22 "proximity_auth/ble/proximity_auth_ble_system.h", | 25 "proximity_auth/ble/proximity_auth_ble_system.h", |
23 "proximity_auth/bluetooth_connection.cc", | 26 "proximity_auth/bluetooth_connection.cc", |
24 "proximity_auth/bluetooth_connection.h", | 27 "proximity_auth/bluetooth_connection.h", |
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
142 'proximity_auth/webui/proximity_auth_ui.cc', | 145 'proximity_auth/webui/proximity_auth_ui.cc', |
143 'proximity_auth/webui/proximity_auth_ui.h', | 146 'proximity_auth/webui/proximity_auth_ui.h', |
144 'proximity_auth/webui/proximity_auth_webui_handler.cc', | 147 'proximity_auth/webui/proximity_auth_webui_handler.cc', |
145 'proximity_auth/webui/proximity_auth_webui_handler.h', | 148 'proximity_auth/webui/proximity_auth_webui_handler.h', |
146 'proximity_auth/webui/url_constants.cc', | 149 'proximity_auth/webui/url_constants.cc', |
147 'proximity_auth/webui/url_constants.h', | 150 'proximity_auth/webui/url_constants.h', |
148 ], | 151 ], |
149 }, | 152 }, |
150 ], | 153 ], |
151 } | 154 } |
OLD | NEW |