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

Unified Diff: components/password_manager.gypi

Issue 866733002: Add FakeAffiliationFetcher and factory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Missing file. 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 | « no previous file | components/password_manager/core/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/password_manager.gypi
diff --git a/components/password_manager.gypi b/components/password_manager.gypi
index 3aeb95e85e4c68e87fc8c3fdfab753d8cbc34673..37490f9d30e3262d8beed414dd86e1f22febbe73 100644
--- a/components/password_manager.gypi
+++ b/components/password_manager.gypi
@@ -81,6 +81,7 @@
'password_manager/core/browser/password_store_sync.h',
'password_manager/core/browser/psl_matching_helper.cc',
'password_manager/core/browser/psl_matching_helper.h',
+ 'password_manager/core/browser/test_affiliation_fetcher_factory.h',
'password_manager/core/browser/webdata/logins_table.cc',
'password_manager/core/browser/webdata/logins_table.h',
'password_manager/core/browser/webdata/logins_table_win.cc',
@@ -155,6 +156,8 @@
],
'sources': [
# Note: sources list duplicated in GN build.
+ 'password_manager/core/browser/fake_affiliation_fetcher.cc',
+ 'password_manager/core/browser/fake_affiliation_fetcher.h',
'password_manager/core/browser/mock_password_store.cc',
'password_manager/core/browser/mock_password_store.h',
'password_manager/core/browser/password_form_data.cc',
« no previous file with comments | « no previous file | components/password_manager/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698