Index: components/history/core/browser/BUILD.gn |
diff --git a/components/history/core/browser/BUILD.gn b/components/history/core/browser/BUILD.gn |
index bbf27e046200e63ed5918a3187eeb53b02ef2592..824abf211baaf5e9ee83fb28d0e8588edd83bde3 100644 |
--- a/components/history/core/browser/BUILD.gn |
+++ b/components/history/core/browser/BUILD.gn |
@@ -6,6 +6,8 @@ static_library("browser") { |
sources = [ |
"history_client.cc", |
"history_client.h", |
+ "history_types.cc", |
+ "history_types.h", |
"history_match.cc", |
"history_match.h", |
"in_memory_database.cc", |
@@ -13,6 +15,8 @@ static_library("browser") { |
"keyword_id.h", |
"keyword_search_term.cc", |
"keyword_search_term.h", |
+ "page_usage_data.cc", |
+ "page_usage_data.h", |
"url_database.cc", |
"url_database.h", |
"url_row.cc", |
@@ -21,9 +25,11 @@ static_library("browser") { |
deps = [ |
"//base", |
+ "//components/favicon_base", |
"//components/keyed_service/core", |
"//components/query_parser", |
"//net", |
"//sql", |
+ "//ui/gfx", |
] |
} |