| Index: components/ntp_snippets/BUILD.gn
|
| diff --git a/components/ntp_snippets/BUILD.gn b/components/ntp_snippets/BUILD.gn
|
| index f4c9a86944a1643dc45de6d915e7552c8d095218..5eb979402a158df1b296ad987a8936e217e03115 100644
|
| --- a/components/ntp_snippets/BUILD.gn
|
| +++ b/components/ntp_snippets/BUILD.gn
|
| @@ -5,6 +5,10 @@
|
| # GYP version: components/ntp_snippets.gypi:ntp_snippets
|
| source_set("ntp_snippets") {
|
| sources = [
|
| + "content_suggestion.cc",
|
| + "content_suggestion.h",
|
| + "content_suggestion_category.h",
|
| + "content_suggestions_provider_type.h",
|
| "ntp_snippet.cc",
|
| "ntp_snippet.h",
|
| "ntp_snippets_constants.cc",
|
|
|