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

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

Issue 2865183003: Use the same design for all suggestions (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
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 49fc3a1b11afcc11d9fb657c30e10081ade8024e..a42fb2aef9c042dc06269032a34540d3dda7bfdb 100644
--- a/ios/chrome/browser/ui/content_suggestions/cells/BUILD.gn
+++ b/ios/chrome/browser/ui/content_suggestions/cells/BUILD.gn
@@ -4,14 +4,12 @@
source_set("cells") {
sources = [
- "content_suggestions_article_item.h",
- "content_suggestions_article_item.mm",
"content_suggestions_footer_item.h",
"content_suggestions_footer_item.mm",
+ "content_suggestions_item.h",
+ "content_suggestions_item.mm",
"content_suggestions_most_visited_item.h",
"content_suggestions_most_visited_item.mm",
- "content_suggestions_reading_list_item.h",
- "content_suggestions_reading_list_item.mm",
"content_suggestions_text_item.h",
"content_suggestions_text_item.mm",
]
@@ -22,7 +20,6 @@ source_set("cells") {
"//ios/chrome/browser/ui/colors",
"//ios/chrome/browser/ui/content_suggestions/identifier",
"//ios/chrome/browser/ui/favicon:favicon_ui",
- "//ios/chrome/browser/ui/reading_list",
"//ios/chrome/browser/ui/util",
"//ui/base",
"//url",
@@ -33,8 +30,8 @@ source_set("cells") {
source_set("unit_tests") {
testonly = true
sources = [
- "content_suggestions_article_item_unittest.mm",
"content_suggestions_footer_item_unittest.mm",
+ "content_suggestions_item_unittest.mm",
"content_suggestions_most_visited_item_unittest.mm",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698