| 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 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 228 '../ui/resources/ui_resources.gyp:ui_resources', | 228 '../ui/resources/ui_resources.gyp:ui_resources', |
| 229 'components_resources.gyp:components_resources', | 229 'components_resources.gyp:components_resources', |
| 230 'cryptauth', | 230 'cryptauth', |
| 231 'cryptauth_proto', | 231 'cryptauth_proto', |
| 232 'proximity_auth', | 232 'proximity_auth', |
| 233 ], | 233 ], |
| 234 'include_dirs': [ | 234 'include_dirs': [ |
| 235 '..', | 235 '..', |
| 236 ], | 236 ], |
| 237 'sources': [ | 237 'sources': [ |
| 238 'proximity_auth/webui/cryptauth_enroller_factory_impl.cc', | |
| 239 'proximity_auth/webui/cryptauth_enroller_factory_impl.h', | |
| 240 'proximity_auth/webui/proximity_auth_ui.cc', | 238 'proximity_auth/webui/proximity_auth_ui.cc', |
| 241 'proximity_auth/webui/proximity_auth_ui.h', | 239 'proximity_auth/webui/proximity_auth_ui.h', |
| 242 'proximity_auth/webui/proximity_auth_ui_delegate.h', | |
| 243 'proximity_auth/webui/proximity_auth_webui_handler.cc', | 240 'proximity_auth/webui/proximity_auth_webui_handler.cc', |
| 244 'proximity_auth/webui/proximity_auth_webui_handler.h', | 241 'proximity_auth/webui/proximity_auth_webui_handler.h', |
| 245 'proximity_auth/webui/reachable_phone_flow.cc', | 242 'proximity_auth/webui/reachable_phone_flow.cc', |
| 246 'proximity_auth/webui/reachable_phone_flow.h', | 243 'proximity_auth/webui/reachable_phone_flow.h', |
| 247 'proximity_auth/webui/url_constants.cc', | 244 'proximity_auth/webui/url_constants.cc', |
| 248 'proximity_auth/webui/url_constants.h', | 245 'proximity_auth/webui/url_constants.h', |
| 249 ], | 246 ], |
| 250 }, | 247 }, |
| 251 ], | 248 ], |
| 252 } | 249 } |
| OLD | NEW |