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

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

Issue 2618333005: Suggestions UI - Add Article items (Closed)
Patch Set: Remove data source 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_article_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 e1ded9777377dca5a43b031e76d8ca95a786d731..4b9e43aa78a9c1457969093d67908feb180940b0 100644
--- a/ios/chrome/browser/ui/suggestions/BUILD.gn
+++ b/ios/chrome/browser/ui/suggestions/BUILD.gn
@@ -5,6 +5,8 @@
source_set("suggestions") {
configs += [ "//build/config/compiler:enable_arc" ]
sources = [
+ "suggestions_article_item.h",
+ "suggestions_article_item.mm",
"suggestions_collection_updater.h",
"suggestions_collection_updater.mm",
"suggestions_commands.h",
@@ -24,3 +26,15 @@ source_set("suggestions") {
"//ios/third_party/material_components_ios",
]
}
+
+source_set("unit_tests") {
+ testonly = true
+ sources = [
+ "suggestions_article_item_unittest.mm",
+ ]
+ deps = [
+ ":suggestions",
+ "//ios/chrome/browser/ui/collection_view",
+ "//testing/gtest",
+ ]
+}
« no previous file with comments | « no previous file | ios/chrome/browser/ui/suggestions/suggestions_article_item.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698