| Index: components/ntp_snippets/BUILD.gn
|
| diff --git a/components/ntp_snippets/BUILD.gn b/components/ntp_snippets/BUILD.gn
|
| index b27fc09e5581e11f7914cf5a45353078e6e9522f..17c6d734810935b494b05877362e5d61bfeb8633 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",
|
| @@ -33,6 +35,7 @@ source_set("ntp_snippets") {
|
| deps = [
|
| "//components/data_use_measurement/core",
|
| "//components/metrics",
|
| + "//components/variations",
|
| ]
|
| }
|
|
|
|
|