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 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
182 'type': 'static_library', | 182 'type': 'static_library', |
183 'include_dirs': [ | 183 'include_dirs': [ |
184 '..', | 184 '..', |
185 ], | 185 ], |
186 'dependencies': [ | 186 'dependencies': [ |
187 'cryptauth_proto', | 187 'cryptauth_proto', |
188 '../base/base.gyp:base', | 188 '../base/base.gyp:base', |
189 '../testing/gmock.gyp:gmock', | 189 '../testing/gmock.gyp:gmock', |
190 ], | 190 ], |
191 'sources': [ | 191 'sources': [ |
| 192 "proximity_auth/cryptauth/fake_cryptauth_gcm_manager.cc", |
| 193 "proximity_auth/cryptauth/fake_cryptauth_gcm_manager.h", |
192 "proximity_auth/cryptauth/fake_secure_message_delegate.cc", | 194 "proximity_auth/cryptauth/fake_secure_message_delegate.cc", |
193 "proximity_auth/cryptauth/fake_secure_message_delegate.h", | 195 "proximity_auth/cryptauth/fake_secure_message_delegate.h", |
194 "proximity_auth/cryptauth/mock_cryptauth_client.cc", | 196 "proximity_auth/cryptauth/mock_cryptauth_client.cc", |
195 "proximity_auth/cryptauth/mock_cryptauth_client.h", | 197 "proximity_auth/cryptauth/mock_cryptauth_client.h", |
196 "proximity_auth/cryptauth/mock_sync_scheduler.cc", | 198 "proximity_auth/cryptauth/mock_sync_scheduler.cc", |
197 "proximity_auth/cryptauth/mock_sync_scheduler.h", | 199 "proximity_auth/cryptauth/mock_sync_scheduler.h", |
198 ], | 200 ], |
199 'export_dependent_settings': [ | 201 'export_dependent_settings': [ |
200 'cryptauth_proto', | 202 'cryptauth_proto', |
201 ], | 203 ], |
(...skipping 20 matching lines...) Expand all Loading... |
222 'proximity_auth/webui/proximity_auth_ui.h', | 224 'proximity_auth/webui/proximity_auth_ui.h', |
223 'proximity_auth/webui/proximity_auth_ui_delegate.h', | 225 'proximity_auth/webui/proximity_auth_ui_delegate.h', |
224 'proximity_auth/webui/proximity_auth_webui_handler.cc', | 226 'proximity_auth/webui/proximity_auth_webui_handler.cc', |
225 'proximity_auth/webui/proximity_auth_webui_handler.h', | 227 'proximity_auth/webui/proximity_auth_webui_handler.h', |
226 'proximity_auth/webui/url_constants.cc', | 228 'proximity_auth/webui/url_constants.cc', |
227 'proximity_auth/webui/url_constants.h', | 229 'proximity_auth/webui/url_constants.h', |
228 ], | 230 ], |
229 }, | 231 }, |
230 ], | 232 ], |
231 } | 233 } |
OLD | NEW |