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

Unified Diff: components/ntp_snippets.gypi

Issue 2207493002: Add CategoryInfo for meta information of content suggestions Categories (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use base::Optional for ContentSuggestionsService::GetCategoryInfo Created 4 years, 4 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 f82920e2299953d008f088b498cc7886ab9cf7f0..27817218a1f346855a4911134b8fbc00315c8f68 100644
--- a/components/ntp_snippets.gypi
+++ b/components/ntp_snippets.gypi
@@ -13,6 +13,7 @@
],
'dependencies': [
'../base/base.gyp:base',
+ '../components/components_strings.gyp:components_strings',
'../google_apis/google_apis.gyp:google_apis',
'../net/net.gyp:net',
'../url/url.gyp:url_lib',
@@ -37,6 +38,8 @@
'ntp_snippets/bookmarks/bookmark_suggestions_provider.h',
'ntp_snippets/category_factory.cc',
'ntp_snippets/category_factory.h',
+ 'ntp_snippets/category_info.cc',
+ 'ntp_snippets/category_info.h',
'ntp_snippets/category_status.cc',
'ntp_snippets/category_status.h',
'ntp_snippets/category.cc',

Powered by Google App Engine
This is Rietveld 408576698