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", |