Index: components/ntp_snippets/BUILD.gn |
diff --git a/components/ntp_snippets/BUILD.gn b/components/ntp_snippets/BUILD.gn |
index 3ec1da7357178d28a6056b88ffa7bbc8f322a856..32f875b4cbf475ab01bd8ecd409e94b94acfebb5 100644 |
--- a/components/ntp_snippets/BUILD.gn |
+++ b/components/ntp_snippets/BUILD.gn |
@@ -15,6 +15,8 @@ static_library("ntp_snippets") { |
"bookmarks/bookmark_last_visit_utils.h", |
"bookmarks/bookmark_suggestions_provider.cc", |
"bookmarks/bookmark_suggestions_provider.h", |
+ "breaking_news/content_suggestions_gcm_app_handler.cc", |
+ "breaking_news/content_suggestions_gcm_app_handler.h", |
"breaking_news/subscription_json_request.cc", |
"breaking_news/subscription_json_request.h", |
"breaking_news/subscription_manager.cc", |
@@ -145,6 +147,7 @@ source_set("unit_tests") { |
sources = [ |
"bookmarks/bookmark_last_visit_utils_unittest.cc", |
"bookmarks/bookmark_suggestions_provider_unittest.cc", |
+ "breaking_news/content_suggestions_gcm_app_handler_unittest.cc", |
sfiera
2017/06/07 11:34:38
Not in the CL yet?
mamir
2017/06/07 14:29:17
Yes, not sure how to test. Removing for now.
|
"breaking_news/subscription_json_request_unittest.cc", |
"breaking_news/subscription_manager_unittest.cc", |
"category_rankers/click_based_category_ranker_unittest.cc", |