| 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..0479d04d3792d0ad7e8c47605ba6a57fd7120137 100644
|
| --- a/ios/chrome/browser/ui/content_suggestions/BUILD.gn
|
| +++ b/ios/chrome/browser/ui/content_suggestions/BUILD.gn
|
| @@ -5,11 +5,15 @@
|
| source_set("content_suggestions") {
|
| configs += [ "//build/config/compiler:enable_arc" ]
|
| sources = [
|
| + "content_suggestion.h",
|
| + "content_suggestion.mm",
|
| "content_suggestions_article_item.h",
|
| "content_suggestions_article_item.mm",
|
| "content_suggestions_collection_updater.h",
|
| "content_suggestions_collection_updater.mm",
|
| "content_suggestions_commands.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",
|
|
|