| 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 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 221 ], | 221 ], |
| 222 'include_dirs': [ | 222 'include_dirs': [ |
| 223 '..', | 223 '..', |
| 224 ], | 224 ], |
| 225 'sources': [ | 225 'sources': [ |
| 226 # Note: sources list duplicated in GN build. | 226 # Note: sources list duplicated in GN build. |
| 227 'password_manager/content/browser/content_credential_manager_dispatc
her.cc', | 227 'password_manager/content/browser/content_credential_manager_dispatc
her.cc', |
| 228 'password_manager/content/browser/content_credential_manager_dispatc
her.h', | 228 'password_manager/content/browser/content_credential_manager_dispatc
her.h', |
| 229 'password_manager/content/browser/content_password_manager_driver.cc
', | 229 'password_manager/content/browser/content_password_manager_driver.cc
', |
| 230 'password_manager/content/browser/content_password_manager_driver.h'
, | 230 'password_manager/content/browser/content_password_manager_driver.h'
, |
| 231 'password_manager/content/browser/content_password_manager_driver_fa
ctory.cc', |
| 232 'password_manager/content/browser/content_password_manager_driver_fa
ctory.h', |
| 231 'password_manager/content/browser/credential_manager_password_form_m
anager.cc', | 233 'password_manager/content/browser/credential_manager_password_form_m
anager.cc', |
| 232 'password_manager/content/browser/credential_manager_password_form_m
anager.h', | 234 'password_manager/content/browser/credential_manager_password_form_m
anager.h', |
| 233 'password_manager/content/browser/password_manager_internals_service
_factory.cc', | 235 'password_manager/content/browser/password_manager_internals_service
_factory.cc', |
| 234 'password_manager/content/browser/password_manager_internals_service
_factory.h', | 236 'password_manager/content/browser/password_manager_internals_service
_factory.h', |
| 235 ], | 237 ], |
| 236 }, | 238 }, |
| 237 ], | 239 ], |
| 238 }], | 240 }], |
| 239 ], | 241 ], |
| 240 } | 242 } |
| OLD | NEW |