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

Unified Diff: components/ntp_snippets.gypi

Issue 2059203002: Add ContentSuggestion, ContentSuggestionCategory and ContentSuggestionProviderType (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | components/ntp_snippets/BUILD.gn » ('j') | components/ntp_snippets/ntp_snippet.h » ('J')
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 6a0e06e71061772e658acf9480b166b9fecabe61..1f2977c9b549c1848f9b64adc71bde296b0984bb 100644
--- a/components/ntp_snippets.gypi
+++ b/components/ntp_snippets.gypi
@@ -42,6 +42,10 @@
'ntp_snippets/pref_names.cc',
'ntp_snippets/pref_names.h',
'ntp_snippets/proto/ntp_snippets.proto',
+ 'ntp_snippets/snippet_category.h',
+ 'ntp_snippets/snippet_provider_type.h',
+ 'ntp_snippets/snippet.cc',
+ 'ntp_snippets/snippet.h',
'ntp_snippets/switches.cc',
'ntp_snippets/switches.h',
],
« no previous file with comments | « no previous file | components/ntp_snippets/BUILD.gn » ('j') | components/ntp_snippets/ntp_snippet.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698