| Index: components/ntp_snippets/BUILD.gn
|
| diff --git a/components/ntp_snippets/BUILD.gn b/components/ntp_snippets/BUILD.gn
|
| index 222ad18419355e67eb91af8562d1ca7a7723dec4..8b408ee407cfcdce44b17dd188362875be4f19f7 100644
|
| --- a/components/ntp_snippets/BUILD.gn
|
| +++ b/components/ntp_snippets/BUILD.gn
|
| @@ -10,8 +10,11 @@ source_set("ntp_snippets") {
|
| "ntp_snippet.h",
|
| "ntp_snippets_fetcher.cc",
|
| "ntp_snippets_fetcher.h",
|
| + "ntp_snippets_scheduler.h",
|
| "ntp_snippets_service.cc",
|
| "ntp_snippets_service.h",
|
| + "pref_names.cc",
|
| + "pref_names.h",
|
| ]
|
|
|
| public_deps = [
|
|
|