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

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

Issue 2803223002: Create a Most Visited tile 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.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 df9a4b3b8913557494b3f002eff2d7b140f4b8f7..47a5c48d09ad5245c90a5a531c9afc85a0bfcac3 100644
--- a/ios/chrome/browser/ui/content_suggestions/cells/BUILD.gn
+++ b/ios/chrome/browser/ui/content_suggestions/cells/BUILD.gn
@@ -8,6 +8,10 @@ source_set("cells") {
"content_suggestions_article_item.mm",
"content_suggestions_footer_item.h",
"content_suggestions_footer_item.mm",
+ "content_suggestions_most_visited.h",
+ "content_suggestions_most_visited.mm",
+ "content_suggestions_most_visited_tile.h",
+ "content_suggestions_most_visited_tile.mm",
"content_suggestions_reading_list_item.h",
"content_suggestions_reading_list_item.mm",
"content_suggestions_text_item.h",
@@ -33,11 +37,14 @@ source_set("unit_tests") {
sources = [
"content_suggestions_article_item_unittest.mm",
"content_suggestions_footer_item_unittest.mm",
+ "content_suggestions_most_visited_tile_unittest.mm",
+ "content_suggestions_most_visited_unittest.mm",
]
deps = [
":cells",
"//base",
"//ios/chrome/browser/ui/collection_view",
+ "//ios/chrome/browser/ui/favicon:favicon_ui",
"//testing/gtest",
"//third_party/ocmock",
"//url",
« no previous file with comments | « no previous file | ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_most_visited.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698