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

Unified Diff: components/ntp_snippets/BUILD.gn

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/BUILD.gn
diff --git a/components/ntp_snippets/BUILD.gn b/components/ntp_snippets/BUILD.gn
index 89633be41faec50088799eec0889f3ed5f21b204..e012e5ff112c4c11e48b5f6a8dd41f17ad73946f 100644
--- a/components/ntp_snippets/BUILD.gn
+++ b/components/ntp_snippets/BUILD.gn
@@ -14,6 +14,8 @@ static_library("ntp_snippets") {
sources = [
"bookmarks/bookmark_last_visit_date_helper.cc",
"bookmarks/bookmark_last_visit_date_helper.h",
+ "bookmarks/bookmark_suggestions_provider.cc",
+ "bookmarks/bookmark_suggestions_provider.h",
"content_suggestion.cc",
"content_suggestion.h",
"content_suggestions_category.h",

Powered by Google App Engine
This is Rietveld 408576698