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

Unified Diff: components/ntp_snippets.gypi

Issue 2187233002: Add ContentSuggestionsCategoryFactory; Store categories as ints (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 5 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/ui/webui/snippets_internals_message_handler.cc ('k') | components/ntp_snippets/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ntp_snippets.gypi
diff --git a/components/ntp_snippets.gypi b/components/ntp_snippets.gypi
index bf30979465ecda6bc6752d79acbd7fe3eee5b749..86fb273f8ee7f3864c9963d093e6d81dc87e21f6 100644
--- a/components/ntp_snippets.gypi
+++ b/components/ntp_snippets.gypi
@@ -32,8 +32,11 @@
'sources': [
'ntp_snippets/content_suggestion.cc',
'ntp_snippets/content_suggestion.h',
+ 'ntp_snippets/content_suggestions_category_factory.cc',
+ 'ntp_snippets/content_suggestions_category_factory.h',
'ntp_snippets/content_suggestions_category_status.cc',
'ntp_snippets/content_suggestions_category_status.h',
+ 'ntp_snippets/content_suggestions_category.cc',
'ntp_snippets/content_suggestions_category.h',
'ntp_snippets/content_suggestions_provider.cc',
'ntp_snippets/content_suggestions_provider.h',
« no previous file with comments | « chrome/browser/ui/webui/snippets_internals_message_handler.cc ('k') | components/ntp_snippets/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698