| 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 c36ff02819b29c043b3ed5224864e4df33505fad..a28e927b50a770d938cf1a5bd558fb04d6acf2d0 100644
|
| --- a/components/password_manager/core/browser/BUILD.gn
|
| +++ b/components/password_manager/core/browser/BUILD.gn
|
| @@ -43,6 +43,8 @@ source_set("browser") {
|
| "import/csv_reader.cc",
|
| "import/csv_reader.h",
|
| "keychain_migration_status_mac.h",
|
| + "log_manager.cc",
|
| + "log_manager.h",
|
| "log_receiver.h",
|
| "log_router.cc",
|
| "log_router.h",
|
| @@ -144,6 +146,8 @@ proto_library("proto") {
|
| source_set("test_support") {
|
| testonly = true
|
| sources = [
|
| + "dummy_log_manager.cc",
|
| + "dummy_log_manager.h",
|
| "fake_affiliation_api.cc",
|
| "fake_affiliation_api.h",
|
| "fake_affiliation_fetcher.cc",
|
| @@ -187,6 +191,7 @@ source_set("unit_tests") {
|
| "export/csv_writer_unittest.cc",
|
| "facet_manager_unittest.cc",
|
| "import/csv_reader_unittest.cc",
|
| + "log_manager_unittest.cc",
|
| "log_router_unittest.cc",
|
| "login_database_unittest.cc",
|
| "login_model_unittest.cc",
|
|
|