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

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

Issue 1193143003: Enable import/export of passwords into/from Password Manager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed import-complete dialog. Created 4 years, 9 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 c672db00b7ba72121571dffb3a2222a971c13b8f..1077e2ddb415a0969acce260436735637c251c5d 100644
--- a/components/password_manager/core/browser/BUILD.gn
+++ b/components/password_manager/core/browser/BUILD.gn
@@ -37,11 +37,15 @@ source_set("browser") {
"credentials_filter.h",
"export/csv_writer.cc",
"export/csv_writer.h",
+ "export/password_exporter.cc",
+ "export/password_exporter.h",
"facet_manager.cc",
"facet_manager.h",
"facet_manager_host.h",
"import/csv_reader.cc",
"import/csv_reader.h",
+ "import/password_importer.cc",
+ "import/password_importer.h",
"keychain_migration_status_mac.h",
"log_manager.cc",
"log_manager.h",
@@ -100,6 +104,7 @@ source_set("browser") {
"statistics_table.cc",
"statistics_table.h",
"test_affiliation_fetcher_factory.h",
+ "types.h",
"webdata/logins_table.cc",
"webdata/logins_table.h",
"webdata/logins_table_win.cc",

Powered by Google App Engine
This is Rietveld 408576698