| Index: components/ntp_snippets/BUILD.gn
|
| diff --git a/components/ntp_snippets/BUILD.gn b/components/ntp_snippets/BUILD.gn
|
| index 22ea5ae4fb1f1e285ffe6f8f5277ee7ec1c761a6..b31a55cf94be808d996f8cf3bf44384ae35623bd 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",
|
| @@ -61,6 +63,7 @@ static_library("ntp_snippets") {
|
| ]
|
|
|
| deps = [
|
| + "//components/bookmarks/browser",
|
| "//components/data_use_measurement/core",
|
| "//components/image_fetcher",
|
| "//components/metrics",
|
|
|