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

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

Issue 2625693002: Suggestions UI - expandable item (Closed)
Patch Set: Update tests 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
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..2fdcc81322ee715e788645e7d8ba37d32242abf5 100644
--- a/ios/chrome/browser/ui/suggestions/BUILD.gn
+++ b/ios/chrome/browser/ui/suggestions/BUILD.gn
@@ -10,6 +10,8 @@ source_set("suggestions") {
"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",
@@ -18,9 +20,11 @@ source_set("suggestions") {
]
deps = [
"//base",
+ "//ios/chrome/app/strings",
"//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",
]
}

Powered by Google App Engine
This is Rietveld 408576698