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

Unified Diff: components/ntp_snippets.gypi

Issue 2102023002: Add ContentSuggestionsService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor corrections Created 4 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
Index: components/ntp_snippets.gypi
diff --git a/components/ntp_snippets.gypi b/components/ntp_snippets.gypi
index ce551f7b9656b2595ef5aaa8020e71c6bd593838..a36770969d0a8d937833d62857c6492458d4dc1f 100644
--- a/components/ntp_snippets.gypi
+++ b/components/ntp_snippets.gypi
@@ -31,7 +31,10 @@
'ntp_snippets/content_suggestion_category.h',
'ntp_snippets/content_suggestion.cc',
'ntp_snippets/content_suggestion.h',
+ 'ntp_snippets/content_suggestions_provider.h',
'ntp_snippets/content_suggestions_provider_type.h',
+ 'ntp_snippets/content_suggestions_service.cc',
+ 'ntp_snippets/content_suggestions_service.h',
'ntp_snippets/ntp_snippet.cc',
'ntp_snippets/ntp_snippet.h',
'ntp_snippets/ntp_snippets_constants.cc',

Powered by Google App Engine
This is Rietveld 408576698