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

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

Issue 1032273005: Add missing export and import source files to password_manager's browser target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add missing re2 dep Created 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 acccc0dc87507d2cf2e83f2feb11b398708ee797..ef53abbfa216909d158e077d059a61c87337d44b 100644
--- a/components/password_manager/core/browser/BUILD.gn
+++ b/components/password_manager/core/browser/BUILD.gn
@@ -35,9 +35,13 @@ static_library("browser") {
"affiliation_utils.h",
"browser_save_password_progress_logger.cc",
"browser_save_password_progress_logger.h",
+ "export/csv_writer.cc",
+ "export/csv_writer.h",
"facet_manager.cc",
"facet_manager.h",
"facet_manager_host.h",
+ "import/csv_reader.cc",
+ "import/csv_reader.h",
"log_receiver.h",
"log_router.cc",
"log_router.h",
@@ -92,6 +96,7 @@ static_library("browser") {
"//net",
"//sql",
"//third_party/protobuf:protobuf_lite",
+ "//third_party/re2",
"//url",
]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698