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

Unified Diff: components/ntp_snippets/BUILD.gn

Issue 2922543002: [NTP::Push] Add Content Suggestions GCM App Handler (Closed)
Patch Set: Add missing dependency. 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/DEPS » ('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 3ec1da7357178d28a6056b88ffa7bbc8f322a856..8e08151a38c9b346671e918c38207770255d9087 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",
@@ -107,6 +109,7 @@ static_library("ntp_snippets") {
"//components/data_use_measurement/core",
"//components/favicon/core",
"//components/favicon_base",
+ "//components/gcm_driver",
"//components/history/core/browser",
"//components/image_fetcher/core",
"//components/metrics",
« no previous file with comments | « chrome/browser/prefs/browser_prefs.cc ('k') | components/ntp_snippets/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698