| Index: ios/chrome/browser/ui/suggestions/BUILD.gn
|
| diff --git a/ios/chrome/browser/ui/suggestions/BUILD.gn b/ios/chrome/browser/ui/suggestions/BUILD.gn
|
| index 7580b36aa73afbf19fd9d69b3dc9a4aa1ed0e9e3..c4e6d44842bb010b282ed975e356b9673486ea4a 100644
|
| --- a/ios/chrome/browser/ui/suggestions/BUILD.gn
|
| +++ b/ios/chrome/browser/ui/suggestions/BUILD.gn
|
| @@ -1,6 +1,8 @@
|
| source_set("suggestions") {
|
| configs += [ "//build/config/compiler:enable_arc" ]
|
| sources = [
|
| + "suggestions_article_item.h",
|
| + "suggestions_article_item.mm",
|
| "suggestions_commands.h",
|
| "suggestions_data_source.h",
|
| "suggestions_data_source.mm",
|
|
|