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

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: Remove unnecessary include 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 2edb308ac4cc24dae394345e4c5e4dfff3595a69..5984be303fabbec63548e6b5e961813620e2a3a4 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',
@@ -32,6 +33,8 @@
'sources': [
'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