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

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

Issue 2857123003: Move frame-related methods out of GoogleLandingViewController (Closed)
Patch Set: Fix the number of columns 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
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 42381edb149a5223a72b1bcec3f962ea0bd360bd..6a7a812c2f63de83f1d89286bd37f7d66e31c7aa 100644
--- a/ios/chrome/browser/ui/content_suggestions/BUILD.gn
+++ b/ios/chrome/browser/ui/content_suggestions/BUILD.gn
@@ -10,6 +10,8 @@ source_set("content_suggestions") {
"content_suggestion_extra_builder.mm",
"content_suggestions_collection_updater.h",
"content_suggestions_collection_updater.mm",
+ "content_suggestions_collection_utils.h",
+ "content_suggestions_collection_utils.mm",
"content_suggestions_commands.h",
"content_suggestions_data_sink.h",
"content_suggestions_data_source.h",
@@ -21,6 +23,7 @@ source_set("content_suggestions") {
":resources",
"//base",
"//components/strings",
+ "//ios/chrome/browser/ui",
"//ios/chrome/browser/ui/collection_view",
"//ios/chrome/browser/ui/content_suggestions/cells",
"//ios/chrome/browser/ui/content_suggestions/identifier",

Powered by Google App Engine
This is Rietveld 408576698