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

Unified Diff: components/ntp_snippets/BUILD.gn

Issue 2200113002: [New CL] 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: Remove unnecessary explicit 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
« no previous file with comments | « components/ntp_snippets.gypi ('k') | components/ntp_snippets/bookmarks/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ntp_snippets/BUILD.gn
diff --git a/components/ntp_snippets/BUILD.gn b/components/ntp_snippets/BUILD.gn
index d601cdda771615a1c95d46b54828659bbdd20adf..8f48836f21d582375eebf2ce0e6ab879dc9a1e41 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",
"category.cc",
"category.h",
"category_factory.cc",
@@ -63,6 +65,7 @@ static_library("ntp_snippets") {
]
deps = [
+ "//components/bookmarks/browser",
"//components/data_use_measurement/core",
"//components/image_fetcher",
"//components/metrics",
« no previous file with comments | « components/ntp_snippets.gypi ('k') | components/ntp_snippets/bookmarks/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698