| Index: components/ntp_snippets/BUILD.gn
|
| diff --git a/components/ntp_snippets/BUILD.gn b/components/ntp_snippets/BUILD.gn
|
| index 79449b73be30990ac577707e9ddebfabeb8c612b..d3e680bc11f039b5827e57e35c8c06da8283f03c 100644
|
| --- a/components/ntp_snippets/BUILD.gn
|
| +++ b/components/ntp_snippets/BUILD.gn
|
| @@ -45,6 +45,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",
|
| @@ -100,6 +102,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",
|
| ]
|
|
|
|
|