summaryrefslogtreecommitdiffstats
path: root/components/password_manager.gypi
diff options
context:
space:
mode:
authorengedy <engedy@chromium.org>2015-03-10 13:49:30 -0700
committerCommit bot <commit-bot@chromium.org>2015-03-10 20:50:23 +0000
commit89e07c277ad9986bc814fea1b61f835cebda730a (patch)
treef258006694fe338ca9395b3d70bd128eb436873c /components/password_manager.gypi
parent7748e1c675b2e90b3e207519952852c509710c5d (diff)
downloadchromium_src-89e07c277ad9986bc814fea1b61f835cebda730a.zip
chromium_src-89e07c277ad9986bc814fea1b61f835cebda730a.tar.gz
chromium_src-89e07c277ad9986bc814fea1b61f835cebda730a.tar.bz2
Add AffiliatedMatchHelper.
When integrated into the PasswordStore, AffiliatedMatchHelper will act as the glue component between that and the AffiliationService. This can be landed only after https://codereview.chromium.org/947563002/. BUG=437865 Review URL: https://codereview.chromium.org/963123002 Cr-Commit-Position: refs/heads/master@{#319965}
Diffstat (limited to 'components/password_manager.gypi')
-rw-r--r--components/password_manager.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/password_manager.gypi b/components/password_manager.gypi
index 9f86ba4..19dde01 100644
--- a/components/password_manager.gypi
+++ b/components/password_manager.gypi
@@ -27,6 +27,8 @@
],
'sources': [
# Note: sources list duplicated in GN build.
+ 'password_manager/core/browser/affiliated_match_helper.cc',
+ 'password_manager/core/browser/affiliated_match_helper.h',
'password_manager/core/browser/affiliation_backend.cc',
'password_manager/core/browser/affiliation_backend.h',
'password_manager/core/browser/affiliation_database.cc',