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

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

Issue 2618333005: Suggestions UI - Add Article items (Closed)
Patch Set: Rebase 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 7580b36aa73afbf19fd9d69b3dc9a4aa1ed0e9e3..c4e6d44842bb010b282ed975e356b9673486ea4a 100644
--- a/ios/chrome/browser/ui/suggestions/BUILD.gn
+++ b/ios/chrome/browser/ui/suggestions/BUILD.gn
@@ -1,6 +1,8 @@
source_set("suggestions") {
configs += [ "//build/config/compiler:enable_arc" ]
sources = [
+ "suggestions_article_item.h",
+ "suggestions_article_item.mm",
"suggestions_commands.h",
"suggestions_data_source.h",
"suggestions_data_source.mm",

Powered by Google App Engine
This is Rietveld 408576698