| 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..893ee66535704d9c67e43e7c4b06e198dab74b11 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.cc",
|
| + "download_constants.h",
|
| + "download_database.cc",
|
| + "download_database.h",
|
| + "download_row.cc",
|
| + "download_row.h",
|
| + "download_types.h",
|
| "history_backend_notifier.h",
|
| "history_backend_observer.h",
|
| "history_client.cc",
|
|
|