| 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 7cacefbe37bf788c93cb330f2621cd9f732ab8c2..c4d500848d8f11f55aeb58471b703b1b1dbc1e84 100644
|
| --- a/ios/chrome/browser/ui/content_suggestions/BUILD.gn
|
| +++ b/ios/chrome/browser/ui/content_suggestions/BUILD.gn
|
| @@ -4,8 +4,6 @@
|
|
|
| source_set("content_suggestions") {
|
| sources = [
|
| - "content_suggestion.h",
|
| - "content_suggestion.mm",
|
| "content_suggestions_collection_updater.h",
|
| "content_suggestions_collection_updater.mm",
|
| "content_suggestions_collection_utils.h",
|
| @@ -50,6 +48,7 @@ source_set("unit_tests") {
|
| "//base",
|
| "//ios/chrome/browser/ui",
|
| "//ios/chrome/browser/ui/collection_view",
|
| + "//ios/chrome/browser/ui/content_suggestions/cells",
|
| "//ios/chrome/browser/ui/content_suggestions/identifier",
|
| "//ios/chrome/test/base",
|
| "//testing/gtest",
|
|
|