| Index: components/ntp_snippets/BUILD.gn
|
| diff --git a/components/ntp_snippets/BUILD.gn b/components/ntp_snippets/BUILD.gn
|
| index 9dd2e2d4fa2543d5adb93b0a7fed36c0caf0fffd..89633be41faec50088799eec0889f3ed5f21b204 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_date_helper.cc",
|
| + "bookmarks/bookmark_last_visit_date_helper.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",
|
|
|