| Index: components/ntp_snippets/BUILD.gn
|
| diff --git a/components/ntp_snippets/BUILD.gn b/components/ntp_snippets/BUILD.gn
|
| index b37377db155cefdfc0da47d1def5ab280734652d..3742fbe109a71917881eb2ae10cd67c7136361f8 100644
|
| --- a/components/ntp_snippets/BUILD.gn
|
| +++ b/components/ntp_snippets/BUILD.gn
|
| @@ -165,6 +165,8 @@ source_set("unit_tests") {
|
| source_set("test_support") {
|
| testonly = true
|
| sources = [
|
| + "category_rankers/fake_category_ranker.cc",
|
| + "category_rankers/fake_category_ranker.h",
|
| "category_rankers/mock_category_ranker.cc",
|
| "category_rankers/mock_category_ranker.h",
|
| "mock_content_suggestions_provider_observer.cc",
|
|
|