Index: components/history/core/browser/BUILD.gn |
diff --git a/components/history/core/browser/BUILD.gn b/components/history/core/browser/BUILD.gn |
index b524e8601c9d93a8f8a7c6d15f9ec89d4141bc45..1520ae8bb2f8a910bb4759232c880e5868691e00 100644 |
--- a/components/history/core/browser/BUILD.gn |
+++ b/components/history/core/browser/BUILD.gn |
@@ -43,8 +43,14 @@ static_library("browser") { |
"page_usage_data.h", |
"thumbnail_database.cc", |
"thumbnail_database.h", |
+ "top_sites.cc", |
+ "top_sites.h", |
+ "top_sites_backend.cc", |
+ "top_sites_backend.h", |
"top_sites_cache.cc", |
"top_sites_cache.h", |
+ "top_sites_database.cc", |
+ "top_sites_database.h", |
"top_sites_observer.h", |
"url_database.cc", |
"url_database.h", |
@@ -68,6 +74,7 @@ static_library("browser") { |
"//components/keyed_service/core", |
"//components/query_parser", |
"//net", |
+ "//skia", |
"//sql", |
"//third_party/sqlite", |
"//ui/base", |