| Index: components/ntp_snippets/BUILD.gn
|
| diff --git a/components/ntp_snippets/BUILD.gn b/components/ntp_snippets/BUILD.gn
|
| index 7a286567ab12d5351078b8727458341fd06a2da8..92c292b8cb7edbaaa3dd5b423b4ce4a84e1764eb 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",
|
| ]
|
|
|
|
|