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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
105 '..', | 105 '..', |
106 ], | 106 ], |
107 'dependencies': [ | 107 'dependencies': [ |
108 ':cryptauth_test_support', | 108 ':cryptauth_test_support', |
109 '../base/base.gyp:base', | 109 '../base/base.gyp:base', |
110 '../testing/gmock.gyp:gmock', | 110 '../testing/gmock.gyp:gmock', |
111 ], | 111 ], |
112 'sources': [ | 112 'sources': [ |
113 "proximity_auth/device_to_device_responder_operations.cc", | 113 "proximity_auth/device_to_device_responder_operations.cc", |
114 "proximity_auth/device_to_device_responder_operations.h", | 114 "proximity_auth/device_to_device_responder_operations.h", |
| 115 "proximity_auth/fake_connection.cc", |
| 116 "proximity_auth/fake_connection.h", |
115 "proximity_auth/mock_proximity_auth_client.cc", | 117 "proximity_auth/mock_proximity_auth_client.cc", |
116 "proximity_auth/mock_proximity_auth_client.h", | 118 "proximity_auth/mock_proximity_auth_client.h", |
117 ], | 119 ], |
118 }, | 120 }, |
119 { | 121 { |
120 # GN version: //components/proximity_auth/logging | 122 # GN version: //components/proximity_auth/logging |
121 'target_name': 'proximity_auth_logging', | 123 'target_name': 'proximity_auth_logging', |
122 'type': 'static_library', | 124 'type': 'static_library', |
123 'include_dirs': [ | 125 'include_dirs': [ |
124 '..', | 126 '..', |
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
244 'proximity_auth/webui/proximity_auth_webui_handler.cc', | 246 'proximity_auth/webui/proximity_auth_webui_handler.cc', |
245 'proximity_auth/webui/proximity_auth_webui_handler.h', | 247 'proximity_auth/webui/proximity_auth_webui_handler.h', |
246 'proximity_auth/webui/reachable_phone_flow.cc', | 248 'proximity_auth/webui/reachable_phone_flow.cc', |
247 'proximity_auth/webui/reachable_phone_flow.h', | 249 'proximity_auth/webui/reachable_phone_flow.h', |
248 'proximity_auth/webui/url_constants.cc', | 250 'proximity_auth/webui/url_constants.cc', |
249 'proximity_auth/webui/url_constants.h', | 251 'proximity_auth/webui/url_constants.h', |
250 ], | 252 ], |
251 }, | 253 }, |
252 ], | 254 ], |
253 } | 255 } |
OLD | NEW |