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

Unified Diff: components/components_tests.gyp

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 | « no previous file | components/password_manager.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 6c6b332851d1bf5181f86a488aaa54fea90f7dfc..4015ef02033401f922e99733c866f4943e6d5afe 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -195,6 +195,8 @@
'password_manager/core/browser/affiliation_fetcher_unittest.cc',
'password_manager/core/browser/affiliation_utils_unittest.cc',
'password_manager/core/browser/browser_save_password_progress_logger_unittest.cc',
+ 'password_manager/core/browser/export/csv_writer_unittest.cc',
+ 'password_manager/core/browser/import/csv_reader_unittest.cc',
'password_manager/core/browser/log_router_unittest.cc',
'password_manager/core/browser/login_database_unittest.cc',
'password_manager/core/browser/password_autofill_manager_unittest.cc',
« no previous file with comments | « no previous file | components/password_manager.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698