| 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 23d56b773860d376e2b7e49551a36795ce7c0c10..899dca9c7a7957b4bb6304641c94fb1941a511e7 100644
|
| --- a/components/password_manager/core/browser/BUILD.gn
|
| +++ b/components/password_manager/core/browser/BUILD.gn
|
| @@ -67,6 +67,7 @@ static_library("browser") {
|
| "password_store_sync.h",
|
| "psl_matching_helper.cc",
|
| "psl_matching_helper.h",
|
| + "test_affiliation_fetcher_factory.h",
|
| "webdata/logins_table.cc",
|
| "webdata/logins_table.h",
|
| "webdata/logins_table_win.cc",
|
| @@ -118,6 +119,8 @@ proto_library("proto") {
|
| source_set("test_support") {
|
| testonly = true
|
| sources = [
|
| + "fake_affiliation_fetcher.cc",
|
| + "fake_affiliation_fetcher.h",
|
| "mock_password_store.cc",
|
| "mock_password_store.h",
|
| "password_form_data.cc",
|
|
|