| 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/password_manager/core/browser | 8 # GN version: //components/password_manager/core/browser |
| 9 'target_name': 'password_manager_core_browser', | 9 'target_name': 'password_manager_core_browser', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 218 'autofill_core_common', | 218 'autofill_core_common', |
| 219 'password_manager_core_browser', | 219 'password_manager_core_browser', |
| 220 ], | 220 ], |
| 221 'include_dirs': [ | 221 'include_dirs': [ |
| 222 '..', | 222 '..', |
| 223 ], | 223 ], |
| 224 'sources': [ | 224 'sources': [ |
| 225 # Note: sources list duplicated in GN build. | 225 # Note: sources list duplicated in GN build. |
| 226 'password_manager/sync/browser/password_data_type_controller.cc', | 226 'password_manager/sync/browser/password_data_type_controller.cc', |
| 227 'password_manager/sync/browser/password_data_type_controller.h', | 227 'password_manager/sync/browser/password_data_type_controller.h', |
| 228 'password_manager/sync/browser/password_manager_setting_migrator_service
.cc', |
| 229 'password_manager/sync/browser/password_manager_setting_migrator_service
.h', |
| 228 'password_manager/sync/browser/password_model_worker.cc', | 230 'password_manager/sync/browser/password_model_worker.cc', |
| 229 'password_manager/sync/browser/password_model_worker.h', | 231 'password_manager/sync/browser/password_model_worker.h', |
| 230 'password_manager/sync/browser/password_sync_util.cc', | 232 'password_manager/sync/browser/password_sync_util.cc', |
| 231 'password_manager/sync/browser/password_sync_util.h', | 233 'password_manager/sync/browser/password_sync_util.h', |
| 232 'password_manager/sync/browser/sync_store_result_filter.cc', | 234 'password_manager/sync/browser/sync_store_result_filter.cc', |
| 233 'password_manager/sync/browser/sync_store_result_filter.h', | 235 'password_manager/sync/browser/sync_store_result_filter.h', |
| 234 ], | 236 ], |
| 235 }, | 237 }, |
| 236 ], | 238 ], |
| 237 'conditions': [ | 239 'conditions': [ |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 310 'password_manager/content/browser/credential_manager_dispatcher.cc', | 312 'password_manager/content/browser/credential_manager_dispatcher.cc', |
| 311 'password_manager/content/browser/credential_manager_dispatcher.h', | 313 'password_manager/content/browser/credential_manager_dispatcher.h', |
| 312 'password_manager/content/browser/password_manager_internals_service
_factory.cc', | 314 'password_manager/content/browser/password_manager_internals_service
_factory.cc', |
| 313 'password_manager/content/browser/password_manager_internals_service
_factory.h', | 315 'password_manager/content/browser/password_manager_internals_service
_factory.h', |
| 314 ], | 316 ], |
| 315 }, | 317 }, |
| 316 ], | 318 ], |
| 317 }], | 319 }], |
| 318 ], | 320 ], |
| 319 } | 321 } |
| OLD | NEW |