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

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

Issue 868253005: AffiliationBackend: Implement the better part of on-demand fetching. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Tidy up NULL time related issues. 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.gypi ('k') | components/password_manager/core/browser/affiliation_backend.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 899dca9c7a7957b4bb6304641c94fb1941a511e7..824c5e5a59ebda735df44758491ff4cfbdd775ad 100644
--- a/components/password_manager/core/browser/BUILD.gn
+++ b/components/password_manager/core/browser/BUILD.gn
@@ -119,8 +119,12 @@ proto_library("proto") {
source_set("test_support") {
testonly = true
sources = [
+ "fake_affiliation_api.cc",
+ "fake_affiliation_api.h",
"fake_affiliation_fetcher.cc",
"fake_affiliation_fetcher.h",
+ "mock_affiliation_consumer.cc",
+ "mock_affiliation_consumer.h",
"mock_password_store.cc",
"mock_password_store.h",
"password_form_data.cc",
« no previous file with comments | « components/password_manager.gypi ('k') | components/password_manager/core/browser/affiliation_backend.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698