| Index: components/ntp_snippets/BUILD.gn
|
| diff --git a/components/ntp_snippets/BUILD.gn b/components/ntp_snippets/BUILD.gn
|
| index 596b376f82c31e9df39771e9757cbf6ea2886e09..e696678950565ca6cb65a24bcdb544bd41ad92bc 100644
|
| --- a/components/ntp_snippets/BUILD.gn
|
| +++ b/components/ntp_snippets/BUILD.gn
|
| @@ -47,6 +47,8 @@ static_library("ntp_snippets") {
|
| "ntp_snippets_status_service.h",
|
| "offline_pages/offline_page_suggestions_provider.cc",
|
| "offline_pages/offline_page_suggestions_provider.h",
|
| + "physical_web_pages/physical_web_page_suggestions_provider.cc",
|
| + "physical_web_pages/physical_web_page_suggestions_provider.h",
|
| "pref_names.cc",
|
| "pref_names.h",
|
| "request_throttler.cc",
|
| @@ -98,6 +100,8 @@ source_set("unit_tests") {
|
| testonly = true
|
| sources = [
|
| "content_suggestions_service_unittest.cc",
|
| + "mock_content_suggestions_provider_observer.cc",
|
| + "mock_content_suggestions_provider_observer.h",
|
| "ntp_snippet_unittest.cc",
|
| "ntp_snippets_database_unittest.cc",
|
| "ntp_snippets_fetcher_unittest.cc",
|
| @@ -105,6 +109,7 @@ source_set("unit_tests") {
|
| "ntp_snippets_status_service_unittest.cc",
|
| "ntp_snippets_test_utils.cc",
|
| "ntp_snippets_test_utils.h",
|
| + "physical_web_pages/physical_web_page_suggestions_provider_unittest.cc",
|
| "request_throttler_unittest.cc",
|
| ]
|
|
|
|
|