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', |
15 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 17 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
16 '../net/net.gyp:net', | 18 '../net/net.gyp:net', |
17 ], | 19 ], |
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
142 'proximity_auth/webui/proximity_auth_ui.cc', | 144 'proximity_auth/webui/proximity_auth_ui.cc', |
143 'proximity_auth/webui/proximity_auth_ui.h', | 145 'proximity_auth/webui/proximity_auth_ui.h', |
144 'proximity_auth/webui/proximity_auth_webui_handler.cc', | 146 'proximity_auth/webui/proximity_auth_webui_handler.cc', |
145 'proximity_auth/webui/proximity_auth_webui_handler.h', | 147 'proximity_auth/webui/proximity_auth_webui_handler.h', |
146 'proximity_auth/webui/url_constants.cc', | 148 'proximity_auth/webui/url_constants.cc', |
147 'proximity_auth/webui/url_constants.h', | 149 'proximity_auth/webui/url_constants.h', |
148 ], | 150 ], |
149 }, | 151 }, |
150 ], | 152 ], |
151 } | 153 } |
OLD | NEW |