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

Unified Diff: components/password_manager.gypi

Issue 767163005: Add AffiliationFetcher to fetch authoritative affiliation information regarding facets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor improvements to phrasing. Created 6 years 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 f5728812168a548f59321bb2479e3d7c6f1c4e63..5dd34727ad414bf3d742e4070c3cde1fef49b6ed 100644
--- a/components/password_manager.gypi
+++ b/components/password_manager.gypi
@@ -23,6 +23,9 @@
],
'sources': [
# Note: sources list duplicated in GN build.
+ 'password_manager/core/browser/affiliation_fetcher_delegate.h',
+ 'password_manager/core/browser/affiliation_fetcher.cc',
+ 'password_manager/core/browser/affiliation_fetcher.h',
'password_manager/core/browser/affiliation_utils.cc',
'password_manager/core/browser/affiliation_utils.h',
'password_manager/core/browser/browser_save_password_progress_logger.cc',

Powered by Google App Engine
This is Rietveld 408576698