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

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

Issue 2790363002: Move C functions out of ContentSuggestionsMediator (Closed)
Patch Set: Fix line break Created 3 years, 8 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/content_suggestions/content_suggestions_mediator.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 71ecd114f69ba462c56f229529a23f2972d511d0..8edf4a83824b2484025821cb25d3c03a370949f1 100644
--- a/ios/chrome/browser/content_suggestions/BUILD.gn
+++ b/ios/chrome/browser/content_suggestions/BUILD.gn
@@ -13,6 +13,8 @@ source_set("content_suggestions") {
"content_suggestions_mediator.mm",
"content_suggestions_service_bridge_observer.h",
"content_suggestions_service_bridge_observer.mm",
+ "mediator_util.h",
+ "mediator_util.mm",
]
deps = [
"//base",
« no previous file with comments | « no previous file | ios/chrome/browser/content_suggestions/content_suggestions_mediator.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698