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

Unified Diff: components/password_manager.gypi

Issue 447763002: Implement CSVReader and CSVWriter to be used for password import and export. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add build config header. Created 5 years, 11 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
« no previous file with comments | « components/components_tests.gyp ('k') | components/password_manager/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/password_manager.gypi
diff --git a/components/password_manager.gypi b/components/password_manager.gypi
index f9c5d8f421f35841ef45b35aa2e7b29c0e6207d8..bd3f375efe070bc846f723e4d113e830f0dea950 100644
--- a/components/password_manager.gypi
+++ b/components/password_manager.gypi
@@ -18,6 +18,7 @@
'components_strings.gyp:components_strings',
'keyed_service_core',
'os_crypt',
+ '../third_party/re2/re2.gyp:re2',
'password_manager_core_common',
'password_manager_core_browser_proto',
],
@@ -34,6 +35,10 @@
'password_manager/core/browser/browser_save_password_progress_logger.cc',
'password_manager/core/browser/browser_save_password_progress_logger.h',
'password_manager/core/browser/credential_manager_dispatcher.h',
+ 'password_manager/core/browser/export/csv_writer.cc',
+ 'password_manager/core/browser/export/csv_writer.h',
+ 'password_manager/core/browser/import/csv_reader.cc',
+ 'password_manager/core/browser/import/csv_reader.h',
'password_manager/core/browser/log_receiver.h',
'password_manager/core/browser/log_router.cc',
'password_manager/core/browser/log_router.h',
« no previous file with comments | « components/components_tests.gyp ('k') | components/password_manager/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698