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

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

Issue 2638413006: Add ContentSuggestionsMediator (Closed)
Patch Set: Fix 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/content_suggestions/BUILD.gn
diff --git a/ios/chrome/browser/ui/content_suggestions/BUILD.gn b/ios/chrome/browser/ui/content_suggestions/BUILD.gn
index c35d965b301c9561c7ae81774faef068c108437e..8b061a377df23a53423869c5bbc7f4efeb13b3cb 100644
--- a/ios/chrome/browser/ui/content_suggestions/BUILD.gn
+++ b/ios/chrome/browser/ui/content_suggestions/BUILD.gn
@@ -10,6 +10,9 @@ source_set("content_suggestions") {
"content_suggestions_collection_updater.h",
"content_suggestions_collection_updater.mm",
"content_suggestions_commands.h",
+ "content_suggestions_data.h",
+ "content_suggestions_data_sink.h",
+ "content_suggestions_data_source.h",
"content_suggestions_expandable_item.h",
"content_suggestions_expandable_item.mm",
"content_suggestions_favicon_internal_cell.h",

Powered by Google App Engine
This is Rietveld 408576698