Index: components/history/core/browser/BUILD.gn |
diff --git a/components/history/core/browser/BUILD.gn b/components/history/core/browser/BUILD.gn |
index ac47a12ddc68494273731d125766544d3f992fc9..cf43ec0d6968ec8b6d825522ddc612a77eb71259 100644 |
--- a/components/history/core/browser/BUILD.gn |
+++ b/components/history/core/browser/BUILD.gn |
@@ -9,6 +9,8 @@ static_library("browser") { |
"download_constants.h", |
"download_database.cc", |
"download_database.h", |
+ "download_job_info.cc", |
+ "download_job_info.h", |
"download_row.cc", |
"download_row.h", |
"download_types.cc", |
@@ -179,6 +181,7 @@ bundle_data("unit_tests_bundle_data") { |
source_set("unit_tests") { |
testonly = true |
sources = [ |
+ "download_job_info_unittest.cc", |
"expire_history_backend_unittest.cc", |
"history_backend_db_unittest.cc", |
"history_backend_unittest.cc", |