Commit 06ca24d5 authored by tfarina's avatar tfarina Committed by Commit bot

Add missing export and import source files to password_manager's browser target.

This was found by looking at the output of gyp_flag_compare step in
http://build.chromium.org/p/chromium.linux/builders/Linux%20GN/builds/25653/steps/gyp_flag_compare/logs/stdio

BUG=461019
TEST=gn gen out-gn
R=isherman@chromium.org

Review URL: https://codereview.chromium.org/1032273005

Cr-Commit-Position: refs/heads/master@{#322468}
parent cc9f081b
...@@ -35,9 +35,13 @@ static_library("browser") { ...@@ -35,9 +35,13 @@ static_library("browser") {
"affiliation_utils.h", "affiliation_utils.h",
"browser_save_password_progress_logger.cc", "browser_save_password_progress_logger.cc",
"browser_save_password_progress_logger.h", "browser_save_password_progress_logger.h",
"export/csv_writer.cc",
"export/csv_writer.h",
"facet_manager.cc", "facet_manager.cc",
"facet_manager.h", "facet_manager.h",
"facet_manager_host.h", "facet_manager_host.h",
"import/csv_reader.cc",
"import/csv_reader.h",
"log_receiver.h", "log_receiver.h",
"log_router.cc", "log_router.cc",
"log_router.h", "log_router.h",
...@@ -92,6 +96,7 @@ static_library("browser") { ...@@ -92,6 +96,7 @@ static_library("browser") {
"//net", "//net",
"//sql", "//sql",
"//third_party/protobuf:protobuf_lite", "//third_party/protobuf:protobuf_lite",
"//third_party/re2",
"//url", "//url",
] ]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment