| Index: components/ntp_snippets/BUILD.gn
|
| diff --git a/components/ntp_snippets/BUILD.gn b/components/ntp_snippets/BUILD.gn
|
| index 686f6edbd79ab92329d859fe7fa3cb5e5dc0ad79..018f2d8510f2d8b9c8ec4d4e69027acf4a0a708d 100644
|
| --- a/components/ntp_snippets/BUILD.gn
|
| +++ b/components/ntp_snippets/BUILD.gn
|
| @@ -10,7 +10,7 @@ if (is_android) {
|
| }
|
|
|
| # GYP version: components/ntp_snippets.gypi:ntp_snippets
|
| -source_set("ntp_snippets") {
|
| +static_library("ntp_snippets") {
|
| sources = [
|
| "content_suggestion.cc",
|
| "content_suggestion.h",
|
|
|