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

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

Issue 1415533013: Fix password manager internals renderer reporting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Separate dummy log manager Created 5 years, 1 month 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/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",

Powered by Google App Engine
This is Rietveld 408576698