Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(347)

Unified Diff: components/ntp_snippets/BUILD.gn

Issue 2914263002: [NTP::Push] Adding Breaking News Subscription Manager (Closed)
Patch Set: Subscription endpoint as a parameter. Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/prefs/browser_prefs.cc ('k') | components/ntp_snippets/breaking_news/subscription_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ntp_snippets/BUILD.gn
diff --git a/components/ntp_snippets/BUILD.gn b/components/ntp_snippets/BUILD.gn
index 5c13f1b22c4cfbde0d536e1333b3da6489838c28..3ec1da7357178d28a6056b88ffa7bbc8f322a856 100644
--- a/components/ntp_snippets/BUILD.gn
+++ b/components/ntp_snippets/BUILD.gn
@@ -17,6 +17,8 @@ static_library("ntp_snippets") {
"bookmarks/bookmark_suggestions_provider.h",
"breaking_news/subscription_json_request.cc",
"breaking_news/subscription_json_request.h",
+ "breaking_news/subscription_manager.cc",
+ "breaking_news/subscription_manager.h",
"callbacks.h",
"category.cc",
"category.h",
@@ -144,6 +146,7 @@ source_set("unit_tests") {
"bookmarks/bookmark_last_visit_utils_unittest.cc",
"bookmarks/bookmark_suggestions_provider_unittest.cc",
"breaking_news/subscription_json_request_unittest.cc",
+ "breaking_news/subscription_manager_unittest.cc",
"category_rankers/click_based_category_ranker_unittest.cc",
"category_rankers/constant_category_ranker_unittest.cc",
"category_unittest.cc",
« no previous file with comments | « chrome/browser/prefs/browser_prefs.cc ('k') | components/ntp_snippets/breaking_news/subscription_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698