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

Unified Diff: components/password_manager/core/browser/BUILD.gn

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/core/browser/BUILD.gn
diff --git a/components/password_manager/core/browser/BUILD.gn b/components/password_manager/core/browser/BUILD.gn
index 6fa22c32c476294481f4d997c4c5b3b09b6f6c92..af5b4442e3f7029b53ae2d202e34f2e664291a73 100644
--- a/components/password_manager/core/browser/BUILD.gn
+++ b/components/password_manager/core/browser/BUILD.gn
@@ -17,6 +17,8 @@ config("password_manager_config") {
static_library("browser") {
sources = [
+ "affiliation_database.cc",
+ "affiliation_database.h",
"affiliation_fetcher_delegate.h",
"affiliation_fetcher.cc",
"affiliation_fetcher.h",

Powered by Google App Engine
This is Rietveld 408576698