| 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', |
| 11 'dependencies': [ | 11 'dependencies': [ |
| 12 '../base/base.gyp:base', | 12 '../base/base.gyp:base', |
| 13 '../net/net.gyp:net', | 13 '../net/net.gyp:net', |
| 14 '../sql/sql.gyp:sql', | 14 '../sql/sql.gyp:sql', |
| 15 '../sync/sync.gyp:sync', | 15 '../sync/sync.gyp:sync', |
| 16 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 16 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
| 17 '../url/url.gyp:url_lib', | 17 '../url/url.gyp:url_lib', |
| 18 'autofill_core_common', | 18 'autofill_core_common', |
| 19 'components_strings.gyp:components_strings', | 19 'components_strings.gyp:components_strings', |
| 20 'keyed_service_core', | 20 'keyed_service_core', |
| 21 'os_crypt', | 21 'os_crypt', |
| 22 '../third_party/re2/re2.gyp:re2', | 22 '../third_party/re2/re2.gyp:re2', |
| 23 'password_manager_core_common', | 23 'password_manager_core_common', |
| 24 'password_manager_core_browser_proto', | 24 'password_manager_core_browser_proto', |
| 25 'url_formatter/url_formatter.gyp:url_formatter', | |
| 26 ], | 25 ], |
| 27 'include_dirs': [ | 26 'include_dirs': [ |
| 28 '..', | 27 '..', |
| 29 ], | 28 ], |
| 30 'sources': [ | 29 'sources': [ |
| 31 # Note: sources list duplicated in GN build. | 30 # Note: sources list duplicated in GN build. |
| 32 'password_manager/core/browser/affiliated_match_helper.cc', | 31 'password_manager/core/browser/affiliated_match_helper.cc', |
| 33 'password_manager/core/browser/affiliated_match_helper.h', | 32 'password_manager/core/browser/affiliated_match_helper.h', |
| 34 'password_manager/core/browser/affiliation_backend.cc', | 33 'password_manager/core/browser/affiliation_backend.cc', |
| 35 'password_manager/core/browser/affiliation_backend.h', | 34 'password_manager/core/browser/affiliation_backend.h', |
| (...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 269 'password_manager/content/browser/credential_manager_dispatcher.cc', | 268 'password_manager/content/browser/credential_manager_dispatcher.cc', |
| 270 'password_manager/content/browser/credential_manager_dispatcher.h', | 269 'password_manager/content/browser/credential_manager_dispatcher.h', |
| 271 'password_manager/content/browser/password_manager_internals_service
_factory.cc', | 270 'password_manager/content/browser/password_manager_internals_service
_factory.cc', |
| 272 'password_manager/content/browser/password_manager_internals_service
_factory.h', | 271 'password_manager/content/browser/password_manager_internals_service
_factory.h', |
| 273 ], | 272 ], |
| 274 }, | 273 }, |
| 275 ], | 274 ], |
| 276 }], | 275 }], |
| 277 ], | 276 ], |
| 278 } | 277 } |
| OLD | NEW |