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

Unified Diff: components/ntp_snippets/BUILD.gn

Issue 2184263005: Add a tab helper to record the last visit date for each bookmark. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments #2 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 9dd2e2d4fa2543d5adb93b0a7fed36c0caf0fffd..b8209d02fdd1fb59710b3421a56651083e734b68 100644
--- a/components/ntp_snippets/BUILD.gn
+++ b/components/ntp_snippets/BUILD.gn
@@ -12,6 +12,8 @@ if (is_android) {
# GYP version: components/ntp_snippets.gypi:ntp_snippets
static_library("ntp_snippets") {
sources = [
+ "bookmarks/bookmark_last_visit_utils.cc",
+ "bookmarks/bookmark_last_visit_utils.h",
"content_suggestion.cc",
"content_suggestion.h",
"content_suggestions_category.h",
@@ -58,6 +60,7 @@ static_library("ntp_snippets") {
]
deps = [
+ "//components/bookmarks/browser",
"//components/data_use_measurement/core",
"//components/image_fetcher",
"//components/metrics",

Powered by Google App Engine
This is Rietveld 408576698