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

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

Issue 2808433002: Create a MostVisited cell for ContentSuggestions (Closed)
Patch Set: Split 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/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 b53d784d81b7274942eece5062736893d71fffc4..08da0cee245c6c8385821e91d8972d8b7c29596b 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",
lpromero 2017/04/07 12:46:56 Please add a third file for unittests.
gambard 2017/04/10 11:49:16 Done.
"content_suggestions_most_visited_tile.h",
"content_suggestions_most_visited_tile.mm",
"content_suggestions_reading_list_item.h",

Powered by Google App Engine
This is Rietveld 408576698