| Index: components/ntp_snippets.gypi
|
| diff --git a/components/ntp_snippets.gypi b/components/ntp_snippets.gypi
|
| index 817968fc89d449528e9c68e45f32637476ae0af5..6558c3364886916837c88576557b74a71e262f4c 100644
|
| --- a/components/ntp_snippets.gypi
|
| +++ b/components/ntp_snippets.gypi
|
| @@ -62,5 +62,24 @@
|
| },
|
| 'includes': [ '../build/protoc.gypi' ],
|
| },
|
| + {
|
| + # GN: //components/ntp_snippets/offline_pages:offline_page_suggestions
|
| + 'target_name': 'ntp_snippets_offline_page_suggestions',
|
| + 'type': 'static_library',
|
| + 'include_dirs': [
|
| + '..',
|
| + '../..',
|
| + ],
|
| + 'dependencies': [
|
| + '../base/base.gyp:base',
|
| + 'keyed_service_core',
|
| + 'ntp_snippets',
|
| + 'offline_pages',
|
| + ],
|
| + 'sources': [
|
| + 'ntp_snippets/offline_pages/offline_page_suggestions_provider.cc',
|
| + 'ntp_snippets/offline_pages/offline_page_suggestions_provider.h',
|
| + ],
|
| + },
|
| ],
|
| }
|
|
|