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

Unified Diff: chrome/browser/BUILD.gn

Issue 2572533002: Add ChromeMostVisitedSitesFactory (Closed)
Patch Set: Use factory for webui Created 4 years 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 | « no previous file | chrome/browser/android/ntp/most_visited_sites_bridge.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index e0eb35ca31f7e67dd783bf41c6a52552a41be71a..da3c97c206f664a3f9583235830de7480f36c019 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -746,6 +746,10 @@ split_static_library("browser") {
"ntp_snippets/content_suggestions_service_factory.h",
"ntp_snippets/download_suggestions_provider.cc",
"ntp_snippets/download_suggestions_provider.h",
+ "ntp_tiles/chrome_most_visited_sites_factory.cc",
+ "ntp_tiles/chrome_most_visited_sites_factory.h",
+ "ntp_tiles/chrome_popular_sites_factory.cc",
+ "ntp_tiles/chrome_popular_sites_factory.h",
"page_load_metrics/browser_page_track_decider.cc",
"page_load_metrics/browser_page_track_decider.h",
"page_load_metrics/metrics_navigation_throttle.cc",
@@ -3101,8 +3105,6 @@ split_static_library("browser") {
"android/ntp/ntp_snippets_bridge.h",
"android/ntp/ntp_snippets_launcher.cc",
"android/ntp/ntp_snippets_launcher.h",
- "android/ntp/popular_sites.cc",
- "android/ntp/popular_sites.h",
"android/offline_pages/background_scheduler_bridge.cc",
"android/offline_pages/background_scheduler_bridge.h",
"android/offline_pages/downloads/offline_page_download_bridge.cc",
« no previous file with comments | « no previous file | chrome/browser/android/ntp/most_visited_sites_bridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698