| Index: components/ntp_snippets/BUILD.gn
|
| diff --git a/components/ntp_snippets/BUILD.gn b/components/ntp_snippets/BUILD.gn
|
| index 9dd2e2d4fa2543d5adb93b0a7fed36c0caf0fffd..0712bb49edbe005d59ed4fcbcfb78f6b06848a21 100644
|
| --- a/components/ntp_snippets/BUILD.gn
|
| +++ b/components/ntp_snippets/BUILD.gn
|
| @@ -14,7 +14,10 @@ static_library("ntp_snippets") {
|
| sources = [
|
| "content_suggestion.cc",
|
| "content_suggestion.h",
|
| + "content_suggestions_category.cc",
|
| "content_suggestions_category.h",
|
| + "content_suggestions_category_factory.cc",
|
| + "content_suggestions_category_factory.h",
|
| "content_suggestions_category_status.cc",
|
| "content_suggestions_category_status.h",
|
| "content_suggestions_provider.cc",
|
|
|