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

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

Issue 2873503005: Create individual cells for MostVisited tiles (Closed)
Patch Set: Address comments Created 3 years, 7 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 42b2a0279c8fe5274a61e39557660fa196472c2a..49fc3a1b11afcc11d9fb657c30e10081ade8024e 100644
--- a/ios/chrome/browser/ui/content_suggestions/cells/BUILD.gn
+++ b/ios/chrome/browser/ui/content_suggestions/cells/BUILD.gn
@@ -8,12 +8,8 @@ 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_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",
"content_suggestions_reading_list_item.mm",
"content_suggestions_text_item.h",
@@ -40,8 +36,6 @@ source_set("unit_tests") {
"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",
« 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