| 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 e35648be6636c579ed4b6abcd337bcf1c2881e23..9a4ebe81f239c991e462825d06d053bc7a5a648f 100644
|
| --- a/ios/chrome/browser/ui/content_suggestions/BUILD.gn
|
| +++ b/ios/chrome/browser/ui/content_suggestions/BUILD.gn
|
| @@ -7,6 +7,8 @@ source_set("content_suggestions") {
|
| sources = [
|
| "content_suggestion.h",
|
| "content_suggestion.mm",
|
| + "content_suggestion_identifier.h",
|
| + "content_suggestion_identifier.mm",
|
| "content_suggestions_article_item.h",
|
| "content_suggestions_article_item.mm",
|
| "content_suggestions_collection_updater.h",
|
| @@ -49,6 +51,7 @@ source_set("unit_tests") {
|
| configs += [ "//build/config/compiler:enable_arc" ]
|
| testonly = true
|
| sources = [
|
| + "content_suggestion_identifier_unittest.mm",
|
| "content_suggestions_article_item_unittest.mm",
|
| "content_suggestions_expandable_item_unittest.mm",
|
| "content_suggestions_favicon_item_unittest.mm",
|
|
|