summaryrefslogtreecommitdiffstats
path: root/components/components_tests.gyp
diff options
context:
space:
mode:
authorvabr <vabr@chromium.org>2015-08-07 04:02:04 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-07 11:02:34 +0000
commit5410d0bc855495b61ca084a8760d32613f684d01 (patch)
treef850d4da7b5ac7a1af6ae2da78ac8699a4f7e4af /components/components_tests.gyp
parent97b25ca5565f00404e32f4b3215d207b3a79399b (diff)
downloadchromium_src-5410d0bc855495b61ca084a8760d32613f684d01.zip
chromium_src-5410d0bc855495b61ca084a8760d32613f684d01.tar.gz
chromium_src-5410d0bc855495b61ca084a8760d32613f684d01.tar.bz2
Move ShouldFilterAutofillResult from ChromePasswordManagerClient to PasswordManager
The goal is to put as much of the platform-independent logic to the shared code, and leave the CPMC just a dumb redirector to the embedding system. This is one of many steps. Also, this CL removes IsPasswordManagementEnabledForCurrentPage() from the client mock in the client unit test. It is dangerous to mix mocking methods with testing the real implementations, and none of the tests actually needs this method mocked. BUG=474577, 515108 Review URL: https://codereview.chromium.org/1260263002 Cr-Commit-Position: refs/heads/master@{#342332}
Diffstat (limited to 'components/components_tests.gyp')
-rw-r--r--components/components_tests.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index a0bf076..2ab3b6a 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -397,6 +397,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',
@@ -863,6 +864,7 @@
'components.gyp:packed_ct_ev_whitelist',
'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',