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

Unified Diff: components/ntp_snippets.gypi

Issue 2190583002: Add bookmark provider for content suggestions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix one comment line 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
Index: components/ntp_snippets.gypi
diff --git a/components/ntp_snippets.gypi b/components/ntp_snippets.gypi
index 100f7efcfb3e64a6483a10fe9cfd3b7a9e5171bc..8fbe21a196df0347f1d9fe472d1e33d97ca9e161 100644
--- a/components/ntp_snippets.gypi
+++ b/components/ntp_snippets.gypi
@@ -33,6 +33,8 @@
'sources': [
'ntp_snippets/bookmarks/bookmark_last_visit_date_helper.cc',
'ntp_snippets/bookmarks/bookmark_last_visit_date_helper.h',
+ 'ntp_snippets/bookmarks/bookmark_suggestions_provider.cc',
+ 'ntp_snippets/bookmarks/bookmark_suggestions_provider.h',
'ntp_snippets/content_suggestion.cc',
'ntp_snippets/content_suggestion.h',
'ntp_snippets/content_suggestions_category_status.cc',

Powered by Google App Engine
This is Rietveld 408576698