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

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: Fix typo 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
« no previous file with comments | « components/history/DEPS ('k') | components/history/core/browser/top_sites.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « components/history/DEPS ('k') | components/history/core/browser/top_sites.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698