| Index: components/ntp_snippets.gypi
|
| diff --git a/components/ntp_snippets.gypi b/components/ntp_snippets.gypi
|
| index 2edb308ac4cc24dae394345e4c5e4dfff3595a69..b13caf8597c213933704aa00461d835dffd608a1 100644
|
| --- a/components/ntp_snippets.gypi
|
| +++ b/components/ntp_snippets.gypi
|
| @@ -17,6 +17,7 @@
|
| '../net/net.gyp:net',
|
| '../url/url.gyp:url_lib',
|
| '../third_party/icu/icu.gyp:icuuc',
|
| + 'bookmarks_browser',
|
| 'data_use_measurement_core',
|
| 'image_fetcher',
|
| 'keyed_service_core',
|
| @@ -30,6 +31,8 @@
|
| 'variations_net',
|
| ],
|
| 'sources': [
|
| + 'ntp_snippets/bookmarks/bookmark_last_visit_utils.cc',
|
| + 'ntp_snippets/bookmarks/bookmark_last_visit_utils.h',
|
| 'ntp_snippets/category_factory.cc',
|
| 'ntp_snippets/category_factory.h',
|
| 'ntp_snippets/category_status.cc',
|
|
|