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

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

Issue 2619963004: Suggestions UI - Add Data Source and Item (Closed)
Patch Set: Change to property 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 21ee0b6d1231b51245240c97ebb87d7edd7097e8..e1ded9777377dca5a43b031e76d8ca95a786d731 100644
--- a/ios/chrome/browser/ui/suggestions/BUILD.gn
+++ b/ios/chrome/browser/ui/suggestions/BUILD.gn
@@ -5,7 +5,11 @@
source_set("suggestions") {
configs += [ "//build/config/compiler:enable_arc" ]
sources = [
+ "suggestions_collection_updater.h",
+ "suggestions_collection_updater.mm",
"suggestions_commands.h",
+ "suggestions_item.h",
+ "suggestions_item.mm",
"suggestions_item_actions.h",
"suggestions_view_controller.h",
"suggestions_view_controller.mm",
« 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