Index: components/history/core/browser/BUILD.gn |
diff --git a/components/history/core/browser/BUILD.gn b/components/history/core/browser/BUILD.gn |
index 977ea49792f034d783d61d326e64e3b554024ce2..6494dc50e3944cd937d8e24c4a2d9aea4757c888 100644 |
--- a/components/history/core/browser/BUILD.gn |
+++ b/components/history/core/browser/BUILD.gn |
@@ -6,6 +6,13 @@ import("//third_party/protobuf/proto_library.gni") |
static_library("browser") { |
sources = [ |
+ "download_constants.h", |
+ "download_database.cc", |
+ "download_database.h", |
+ "download_row.cc", |
+ "download_row.h", |
+ "download_types.cc", |
+ "download_types.h", |
"history_backend_notifier.h", |
"history_backend_observer.h", |
"history_client.cc", |