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 '../components/sync.gyp:sync', | 15 '../components/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 'sync_driver', | |
26 'url_formatter/url_formatter.gyp:url_formatter', | 25 'url_formatter/url_formatter.gyp:url_formatter', |
27 ], | 26 ], |
28 'include_dirs': [ | 27 'include_dirs': [ |
29 '..', | 28 '..', |
30 ], | 29 ], |
31 'sources': [ | 30 'sources': [ |
32 # Note: sources list duplicated in GN build. | 31 # Note: sources list duplicated in GN build. |
33 'password_manager/core/browser/affiliated_match_helper.cc', | 32 'password_manager/core/browser/affiliated_match_helper.cc', |
34 'password_manager/core/browser/affiliated_match_helper.h', | 33 'password_manager/core/browser/affiliated_match_helper.h', |
35 'password_manager/core/browser/affiliation_backend.cc', | 34 'password_manager/core/browser/affiliation_backend.cc', |
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
355 'password_manager/content/browser/credential_manager_impl.cc', | 354 'password_manager/content/browser/credential_manager_impl.cc', |
356 'password_manager/content/browser/credential_manager_impl.h', | 355 'password_manager/content/browser/credential_manager_impl.h', |
357 'password_manager/content/browser/password_manager_internals_service
_factory.cc', | 356 'password_manager/content/browser/password_manager_internals_service
_factory.cc', |
358 'password_manager/content/browser/password_manager_internals_service
_factory.h', | 357 'password_manager/content/browser/password_manager_internals_service
_factory.h', |
359 ], | 358 ], |
360 }, | 359 }, |
361 ], | 360 ], |
362 }], | 361 }], |
363 ], | 362 ], |
364 } | 363 } |
OLD | NEW |