| Index: components/components_tests.gyp
|
| diff --git a/components/components_tests.gyp b/components/components_tests.gyp
|
| index 5c9e947b0858b585699085f6bf0ae5ad16a51299..a819ac46e3976dcc3b5c60bcdf409025b9d3d9ed 100644
|
| --- a/components/components_tests.gyp
|
| +++ b/components/components_tests.gyp
|
| @@ -396,6 +396,7 @@
|
| 'password_manager/core/browser/psl_matching_helper_unittest.cc',
|
| 'password_manager/core/browser/statistics_table_unittest.cc',
|
| 'password_manager/core/common/credential_manager_types_unittest.cc',
|
| + 'password_manager/sync/browser/sync_store_result_filter_unittest.cc',
|
| ],
|
| 'policy_unittest_sources': [
|
| 'policy/core/browser/android/android_combined_policy_provider_unittest.cc',
|
| @@ -856,8 +857,8 @@
|
| 'components.gyp:os_crypt',
|
| 'components.gyp:packed_ct_ev_whitelist',
|
| 'components.gyp:password_manager_core_browser',
|
| - 'components.gyp:password_manager_core_browser',
|
| 'components.gyp:password_manager_core_browser_test_support',
|
| + 'components.gyp:password_manager_sync_browser',
|
| 'components.gyp:precache_core',
|
| 'components.gyp:pref_registry_test_support',
|
| 'components.gyp:proxy_config',
|
|
|