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

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

Issue 2293443002: Implement logging of the Credential Manager API calls to chrome://password-manager-internals. (Closed)
Patch Set: nits Created 4 years, 4 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
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 2e551815d18c461af4f3d94ca2251b49e6d9b979..fdc195891f3e2fd56cf2ea132c0fe3ec4500a301 100644
--- a/components/password_manager/core/browser/BUILD.gn
+++ b/components/password_manager/core/browser/BUILD.gn
@@ -28,6 +28,8 @@ static_library("browser") {
"affiliation_utils.h",
"browser_save_password_progress_logger.cc",
"browser_save_password_progress_logger.h",
+ "credential_manager_logger.cc",
+ "credential_manager_logger.h",
"credential_manager_password_form_manager.cc",
"credential_manager_password_form_manager.h",
"credential_manager_pending_request_task.cc",
@@ -252,6 +254,7 @@ source_set("unit_tests") {
"affiliation_service_unittest.cc",
"affiliation_utils_unittest.cc",
"browser_save_password_progress_logger_unittest.cc",
+ "credential_manager_logger_unittest.cc",
"export/csv_writer_unittest.cc",
"export/password_csv_writer_unittest.cc",
"export/password_exporter_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698