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

Unified Diff: ios/chrome/browser/ui/suggestions/BUILD.gn

Issue 2630313004: Suggestions UI - stack item (Closed)
Patch Set: Address comments Created 3 years, 11 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/suggestions/suggestions_collection_updater.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/suggestions/BUILD.gn
diff --git a/ios/chrome/browser/ui/suggestions/BUILD.gn b/ios/chrome/browser/ui/suggestions/BUILD.gn
index ad9e20e3342a44b453e4eef5db3babe2337133f4..908f7207bbf6dbd83e082c3b145649b3a610d8b3 100644
--- a/ios/chrome/browser/ui/suggestions/BUILD.gn
+++ b/ios/chrome/browser/ui/suggestions/BUILD.gn
@@ -16,6 +16,9 @@ source_set("suggestions") {
"suggestions_item.h",
"suggestions_item.mm",
"suggestions_item_actions.h",
+ "suggestions_stack_item.h",
+ "suggestions_stack_item.mm",
+ "suggestions_stack_item_actions.h",
"suggestions_view_controller.h",
"suggestions_view_controller.mm",
]
@@ -38,6 +41,7 @@ source_set("unit_tests") {
"suggestions_article_item_unittest.mm",
"suggestions_expandable_item_unittest.mm",
"suggestions_item_unittest.mm",
+ "suggestions_stack_item_unittest.mm",
]
deps = [
":suggestions",
« no previous file with comments | « no previous file | ios/chrome/browser/ui/suggestions/suggestions_collection_updater.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698