Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(435)

Unified Diff: components/history/core/browser/BUILD.gn

Issue 870063002: Componentize TopSites, TopSitesBackend, TopSitesDatabase (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@815983002
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",

Powered by Google App Engine
This is Rietveld 408576698