Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3646)

Unified Diff: components/password_manager.gypi

Issue 797983003: Implement AffiliationDatabase to cache affiliation information in a SQLite DB. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@aff_fetcher
Patch Set: Fix nits. Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/password_manager.gypi
diff --git a/components/password_manager.gypi b/components/password_manager.gypi
index f9c5d8f421f35841ef45b35aa2e7b29c0e6207d8..a7305bed86c663264e4f1396c288d16570363d41 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/affiliation_fetcher_delegate.h',
+ 'password_manager/core/browser/affiliation_database.cc',
+ 'password_manager/core/browser/affiliation_database.h',
'password_manager/core/browser/affiliation_fetcher.cc',
'password_manager/core/browser/affiliation_fetcher.h',
'password_manager/core/browser/affiliation_utils.cc',

Powered by Google App Engine
This is Rietveld 408576698