| Index: components/history/core/browser/BUILD.gn
|
| diff --git a/components/history/core/browser/BUILD.gn b/components/history/core/browser/BUILD.gn
|
| index a84de5bb746da134dc21d17fd845bb970b7bb91b..bcb95aabf9c9ca750b550d50311803ee8f2d8e74 100644
|
| --- a/components/history/core/browser/BUILD.gn
|
| +++ b/components/history/core/browser/BUILD.gn
|
| @@ -41,8 +41,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",
|
| @@ -66,6 +72,7 @@ static_library("browser") {
|
| "//components/keyed_service/core",
|
| "//components/query_parser",
|
| "//net",
|
| + "//skia",
|
| "//sql",
|
| "//third_party/sqlite",
|
| "//ui/base",
|
|
|