| 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 fce99de56b72d8e7e6c5a48e2ab56500a7cf2aff..42381edb149a5223a72b1bcec3f962ea0bd360bd 100644
|
| --- a/ios/chrome/browser/ui/content_suggestions/BUILD.gn
|
| +++ b/ios/chrome/browser/ui/content_suggestions/BUILD.gn
|
| @@ -6,6 +6,8 @@ source_set("content_suggestions") {
|
| sources = [
|
| "content_suggestion.h",
|
| "content_suggestion.mm",
|
| + "content_suggestion_extra_builder.h",
|
| + "content_suggestion_extra_builder.mm",
|
| "content_suggestions_collection_updater.h",
|
| "content_suggestions_collection_updater.mm",
|
| "content_suggestions_commands.h",
|
| @@ -23,6 +25,7 @@ source_set("content_suggestions") {
|
| "//ios/chrome/browser/ui/content_suggestions/cells",
|
| "//ios/chrome/browser/ui/content_suggestions/identifier",
|
| "//ios/chrome/browser/ui/favicon:favicon_ui",
|
| + "//ios/chrome/browser/ui/reading_list",
|
| "//ui/base",
|
| "//url",
|
| ]
|
|
|