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

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

Issue 1100763002: Inject CanAddURLToHistory into TopSitesImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@prefs
Patch Set: Fix error introduced during rebase Created 5 years, 8 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 b2ed448b39e6586d620716a38b1e5bc477c4cab4..d0f5008a975f49b44079181b99bf453506ae04d4 100644
--- a/components/history/core/browser/BUILD.gn
+++ b/components/history/core/browser/BUILD.gn
@@ -55,6 +55,8 @@ static_library("browser") {
"top_sites_cache.h",
"top_sites_database.cc",
"top_sites_database.h",
+ "top_sites_impl.cc",
+ "top_sites_impl.h",
"top_sites_observer.h",
"typed_url_syncable_service.cc",
"typed_url_syncable_service.h",
@@ -80,7 +82,10 @@ static_library("browser") {
deps = [
"//base",
+ "//base:i18n",
+ "//base:prefs",
"//components/favicon_base",
+ "//components/history/core/common",
"//components/keyed_service/core",
"//components/query_parser",
"//components/signin/core/browser",
« no previous file with comments | « components/history/content/browser/content_history_unittest.cc ('k') | components/history/core/browser/history_backend.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698