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", |