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

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

Issue 1318523011: [Password Manager] Copiable username and origin. Linkable origin elided from the left. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Tests compilation error fixed Created 5 years, 2 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 ceb54cd129a8c1f0fd603d17fa1eb73bb7a04425..8d162169e5745d66b4f14b73a6ab03c42f6a5af7 100644
--- a/components/password_manager/core/browser/BUILD.gn
+++ b/components/password_manager/core/browser/BUILD.gn
@@ -87,6 +87,8 @@ source_set("browser") {
"password_store_sync.h",
"password_syncable_service.cc",
"password_syncable_service.h",
+ "password_ui_utils.cc",
+ "password_ui_utils.h",
"psl_matching_helper.cc",
"psl_matching_helper.h",
"statistics_table.cc",
@@ -196,6 +198,7 @@ source_set("unit_tests") {
"password_store_default_unittest.cc",
"password_store_unittest.cc",
"password_syncable_service_unittest.cc",
+ "password_ui_utils_unittest.cc",
"psl_matching_helper_unittest.cc",
"statistics_table_unittest.cc",
]

Powered by Google App Engine
This is Rietveld 408576698