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

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: Addressed comments from shess@. 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
« no previous file with comments | « components/password_manager/DEPS ('k') | components/password_manager/core/browser/affiliation_database.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 b8c06a59a74c1d8efe1d518051943645195da03f..23d56b773860d376e2b7e49551a36795ce7c0c10 100644
--- a/components/password_manager/core/browser/BUILD.gn
+++ b/components/password_manager/core/browser/BUILD.gn
@@ -19,6 +19,8 @@ static_library("browser") {
sources = [
"affiliation_backend.cc",
"affiliation_backend.h",
+ "affiliation_database.cc",
+ "affiliation_database.h",
"affiliation_fetcher_delegate.h",
"affiliation_fetcher.cc",
"affiliation_fetcher.h",
« no previous file with comments | « components/password_manager/DEPS ('k') | components/password_manager/core/browser/affiliation_database.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698