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

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

Issue 2755383002: Add ContentSuggestion for ReadingList (Closed)
Patch Set: Rebase Created 3 years, 9 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 fa53221f399b1bd697e6c24fef57db13e63d10d3..85ffd8e3dde45e51dab5b22fb7a5600e4efec7b5 100644
--- a/ios/chrome/browser/ui/content_suggestions/cells/BUILD.gn
+++ b/ios/chrome/browser/ui/content_suggestions/cells/BUILD.gn
@@ -17,6 +17,8 @@ source_set("cells") {
"content_suggestions_favicon_item.mm",
"content_suggestions_footer_item.h",
"content_suggestions_footer_item.mm",
+ "content_suggestions_reading_list_item.h",
+ "content_suggestions_reading_list_item.mm",
"content_suggestions_stack_item.h",
"content_suggestions_stack_item.mm",
"content_suggestions_stack_item_actions.h",
@@ -30,6 +32,7 @@ source_set("cells") {
"//ios/chrome/browser/ui/collection_view",
"//ios/chrome/browser/ui/colors",
"//ios/chrome/browser/ui/content_suggestions/identifier",
+ "//ios/chrome/browser/ui/reading_list",
"//ios/chrome/browser/ui/util",
"//ui/base",
"//url",

Powered by Google App Engine
This is Rietveld 408576698