| 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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 164 'type': 'static_library', | 164 'type': 'static_library', |
| 165 'include_dirs': [ | 165 'include_dirs': [ |
| 166 '..', | 166 '..', |
| 167 ], | 167 ], |
| 168 'dependencies': [ | 168 'dependencies': [ |
| 169 'cryptauth_proto', | 169 'cryptauth_proto', |
| 170 '../base/base.gyp:base', | 170 '../base/base.gyp:base', |
| 171 '../testing/gmock.gyp:gmock', | 171 '../testing/gmock.gyp:gmock', |
| 172 ], | 172 ], |
| 173 'sources': [ | 173 'sources': [ |
| 174 "proximity_auth/cryptauth/fake_cryptauth_gcm_manager.cc", |
| 175 "proximity_auth/cryptauth/fake_cryptauth_gcm_manager.h", |
| 174 "proximity_auth/cryptauth/fake_secure_message_delegate.cc", | 176 "proximity_auth/cryptauth/fake_secure_message_delegate.cc", |
| 175 "proximity_auth/cryptauth/fake_secure_message_delegate.h", | 177 "proximity_auth/cryptauth/fake_secure_message_delegate.h", |
| 176 "proximity_auth/cryptauth/mock_cryptauth_client.cc", | 178 "proximity_auth/cryptauth/mock_cryptauth_client.cc", |
| 177 "proximity_auth/cryptauth/mock_cryptauth_client.h", | 179 "proximity_auth/cryptauth/mock_cryptauth_client.h", |
| 178 "proximity_auth/cryptauth/mock_sync_scheduler.cc", | 180 "proximity_auth/cryptauth/mock_sync_scheduler.cc", |
| 179 "proximity_auth/cryptauth/mock_sync_scheduler.h", | 181 "proximity_auth/cryptauth/mock_sync_scheduler.h", |
| 180 ], | 182 ], |
| 181 'export_dependent_settings': [ | 183 'export_dependent_settings': [ |
| 182 'cryptauth_proto', | 184 'cryptauth_proto', |
| 183 ], | 185 ], |
| (...skipping 20 matching lines...) Expand all Loading... |
| 204 'proximity_auth/webui/proximity_auth_ui.h', | 206 'proximity_auth/webui/proximity_auth_ui.h', |
| 205 'proximity_auth/webui/proximity_auth_ui_delegate.h', | 207 'proximity_auth/webui/proximity_auth_ui_delegate.h', |
| 206 'proximity_auth/webui/proximity_auth_webui_handler.cc', | 208 'proximity_auth/webui/proximity_auth_webui_handler.cc', |
| 207 'proximity_auth/webui/proximity_auth_webui_handler.h', | 209 'proximity_auth/webui/proximity_auth_webui_handler.h', |
| 208 'proximity_auth/webui/url_constants.cc', | 210 'proximity_auth/webui/url_constants.cc', |
| 209 'proximity_auth/webui/url_constants.h', | 211 'proximity_auth/webui/url_constants.h', |
| 210 ], | 212 ], |
| 211 }, | 213 }, |
| 212 ], | 214 ], |
| 213 } | 215 } |
| OLD | NEW |