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

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

Issue 2808433002: Create a MostVisited cell for ContentSuggestions (Closed)
Patch Set: Address comment 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
« no previous file with comments | « no previous file | ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_most_visited_item.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/content_suggestions/cells/BUILD.gn
diff --git a/ios/chrome/browser/ui/content_suggestions/cells/BUILD.gn b/ios/chrome/browser/ui/content_suggestions/cells/BUILD.gn
index 47a5c48d09ad5245c90a5a531c9afc85a0bfcac3..42b2a0279c8fe5274a61e39557660fa196472c2a 100644
--- a/ios/chrome/browser/ui/content_suggestions/cells/BUILD.gn
+++ b/ios/chrome/browser/ui/content_suggestions/cells/BUILD.gn
@@ -10,6 +10,8 @@ source_set("cells") {
"content_suggestions_footer_item.mm",
"content_suggestions_most_visited.h",
"content_suggestions_most_visited.mm",
+ "content_suggestions_most_visited_item.h",
+ "content_suggestions_most_visited_item.mm",
"content_suggestions_most_visited_tile.h",
"content_suggestions_most_visited_tile.mm",
"content_suggestions_reading_list_item.h",
@@ -37,12 +39,14 @@ source_set("unit_tests") {
sources = [
"content_suggestions_article_item_unittest.mm",
"content_suggestions_footer_item_unittest.mm",
+ "content_suggestions_most_visited_item_unittest.mm",
"content_suggestions_most_visited_tile_unittest.mm",
"content_suggestions_most_visited_unittest.mm",
]
deps = [
":cells",
"//base",
+ "//ios/chrome/browser/ui",
"//ios/chrome/browser/ui/collection_view",
"//ios/chrome/browser/ui/favicon:favicon_ui",
"//testing/gtest",
« no previous file with comments | « no previous file | ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_most_visited_item.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698