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

Unified Diff: ios/chrome/browser/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/content_suggestions/BUILD.gn
diff --git a/ios/chrome/browser/content_suggestions/BUILD.gn b/ios/chrome/browser/content_suggestions/BUILD.gn
index 8a5a3d5b268f031976b5fe527c80f9dc34cb00bc..d1623fe3eae5b2d6f7ac21fc03be4c9503c7797c 100644
--- a/ios/chrome/browser/content_suggestions/BUILD.gn
+++ b/ios/chrome/browser/content_suggestions/BUILD.gn
@@ -7,11 +7,19 @@ source_set("content_suggestions") {
sources = [
"content_suggestions_coordinator.h",
"content_suggestions_coordinator.mm",
+ "content_suggestions_data_holder.h",
+ "content_suggestions_data_holder.mm",
+ "content_suggestions_mediator.h",
+ "content_suggestions_mediator.mm",
+ "content_suggestions_service_bridge_observer.h",
+ "content_suggestions_service_bridge_observer.mm",
]
deps = [
"//base",
+ "//components/ntp_snippets",
"//ios/chrome/app/strings",
"//ios/chrome/browser",
+ "//ios/chrome/browser/ntp_snippets",
"//ios/chrome/browser/ui/content_suggestions",
"//ui/base",
]

Powered by Google App Engine
This is Rietveld 408576698