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

Unified Diff: ios/chrome/browser/content_suggestions/BUILD.gn

Issue 2798563002: Add MostVistedSites to ContentSuggestionsMediator (Closed)
Patch Set: Reviewable Created 3 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: ios/chrome/browser/content_suggestions/BUILD.gn
diff --git a/ios/chrome/browser/content_suggestions/BUILD.gn b/ios/chrome/browser/content_suggestions/BUILD.gn
index 8edf4a83824b2484025821cb25d3c03a370949f1..ab78d3dfafefdc069885093ba92a1a88031c5851 100644
--- a/ios/chrome/browser/content_suggestions/BUILD.gn
+++ b/ios/chrome/browser/content_suggestions/BUILD.gn
@@ -20,11 +20,14 @@ source_set("content_suggestions") {
"//base",
"//components/favicon/core",
"//components/ntp_snippets",
+ "//components/ntp_tiles",
+ "//components/rappor",
"//components/reading_list/core",
"//ios/chrome/app/strings",
"//ios/chrome/browser",
"//ios/chrome/browser/favicon",
"//ios/chrome/browser/ntp_snippets",
+ "//ios/chrome/browser/ntp_tiles",
"//ios/chrome/browser/reading_list",
"//ios/chrome/browser/ui",
"//ios/chrome/browser/ui/alert_coordinator",

Powered by Google App Engine
This is Rietveld 408576698