| Index: components/ntp_snippets/BUILD.gn
|
| diff --git a/components/ntp_snippets/BUILD.gn b/components/ntp_snippets/BUILD.gn
|
| index 686f6edbd79ab92329d859fe7fa3cb5e5dc0ad79..029dce2c5cf42348dc017dc459cdbf57403d33c9 100644
|
| --- a/components/ntp_snippets/BUILD.gn
|
| +++ b/components/ntp_snippets/BUILD.gn
|
| @@ -38,6 +38,8 @@ source_set("ntp_snippets") {
|
| "offline_pages/offline_page_suggestions_provider.h",
|
| "pref_names.cc",
|
| "pref_names.h",
|
| + "request_counter.cc",
|
| + "request_counter.h",
|
| "switches.cc",
|
| "switches.h",
|
| ]
|
| @@ -87,6 +89,7 @@ source_set("unit_tests") {
|
| "ntp_snippets_status_service_unittest.cc",
|
| "ntp_snippets_test_utils.cc",
|
| "ntp_snippets_test_utils.h",
|
| + "request_counter_unittest.cc",
|
| ]
|
|
|
| deps = [
|
|
|