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

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

Issue 2625693002: Suggestions UI - expandable 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/expandable_item.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 4b9e43aa78a9c1457969093d67908feb180940b0..d99d9c574a84ca7cc69498c5ccf2eb151c3a5d52 100644
--- a/ios/chrome/browser/ui/suggestions/BUILD.gn
+++ b/ios/chrome/browser/ui/suggestions/BUILD.gn
@@ -5,11 +5,14 @@
source_set("suggestions") {
configs += [ "//build/config/compiler:enable_arc" ]
sources = [
+ "expandable_item.h",
"suggestions_article_item.h",
"suggestions_article_item.mm",
"suggestions_collection_updater.h",
"suggestions_collection_updater.mm",
"suggestions_commands.h",
+ "suggestions_expandable_item.h",
+ "suggestions_expandable_item.mm",
"suggestions_item.h",
"suggestions_item.mm",
"suggestions_item_actions.h",
@@ -21,6 +24,7 @@ source_set("suggestions") {
"//ios/chrome/browser/ui",
"//ios/chrome/browser/ui/collection_view",
"//ios/third_party/material_roboto_font_loader_ios",
+ "//ui/base",
]
public_deps = [
"//ios/third_party/material_components_ios",
@@ -31,10 +35,13 @@ source_set("unit_tests") {
testonly = true
sources = [
"suggestions_article_item_unittest.mm",
+ "suggestions_expandable_item_unittest.mm",
+ "suggestions_item_unittest.mm",
]
deps = [
":suggestions",
"//ios/chrome/browser/ui/collection_view",
"//testing/gtest",
+ "//third_party/ocmock",
]
}
« no previous file with comments | « no previous file | ios/chrome/browser/ui/suggestions/expandable_item.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698