| Index: components/ntp_snippets/BUILD.gn
|
| diff --git a/components/ntp_snippets/BUILD.gn b/components/ntp_snippets/BUILD.gn
|
| index 382aa911a2294f816816cddd0ec43af8c444a5dd..518b0ab4d6fbf35bb58fd35b8d6f4aa69d0ce024 100644
|
| --- a/components/ntp_snippets/BUILD.gn
|
| +++ b/components/ntp_snippets/BUILD.gn
|
| @@ -8,6 +8,8 @@ source_set("ntp_snippets") {
|
| "inner_iterator.h",
|
| "ntp_snippet.cc",
|
| "ntp_snippet.h",
|
| + "ntp_snippets_constants.cc",
|
| + "ntp_snippets_constants.h",
|
| "ntp_snippets_fetcher.cc",
|
| "ntp_snippets_fetcher.h",
|
| "ntp_snippets_scheduler.h",
|
| @@ -32,6 +34,7 @@ source_set("ntp_snippets") {
|
|
|
| deps = [
|
| "//components/metrics",
|
| + "//components/variations",
|
| ]
|
| }
|
|
|
|
|