| 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 5e2ce30001bf8f5deba2e61d5e3ef1a2a5a9f8fb..2ecbffe8a726b8cbe1ebb693f1e88449073790d0 100644
|
| --- a/ios/chrome/browser/ui/content_suggestions/BUILD.gn
|
| +++ b/ios/chrome/browser/ui/content_suggestions/BUILD.gn
|
| @@ -20,6 +20,8 @@ source_set("content_suggestions") {
|
| "content_suggestions_favicon_internal_cell.mm",
|
| "content_suggestions_favicon_item.h",
|
| "content_suggestions_favicon_item.mm",
|
| + "content_suggestions_image_updater.h",
|
| + "content_suggestions_image_updater.mm",
|
| "content_suggestions_item.h",
|
| "content_suggestions_item.mm",
|
| "content_suggestions_item_actions.h",
|
| @@ -52,6 +54,7 @@ source_set("unit_tests") {
|
| "content_suggestions_article_item_unittest.mm",
|
| "content_suggestions_expandable_item_unittest.mm",
|
| "content_suggestions_favicon_item_unittest.mm",
|
| + "content_suggestions_image_updater_unittest.mm",
|
| "content_suggestions_item_unittest.mm",
|
| "content_suggestions_stack_item_unittest.mm",
|
| ]
|
|
|