| Index: components/ntp_snippets.gypi
|
| diff --git a/components/ntp_snippets.gypi b/components/ntp_snippets.gypi
|
| index 2edb308ac4cc24dae394345e4c5e4dfff3595a69..5984be303fabbec63548e6b5e961813620e2a3a4 100644
|
| --- a/components/ntp_snippets.gypi
|
| +++ b/components/ntp_snippets.gypi
|
| @@ -13,6 +13,7 @@
|
| ],
|
| 'dependencies': [
|
| '../base/base.gyp:base',
|
| + '../components/components_strings.gyp:components_strings',
|
| '../google_apis/google_apis.gyp:google_apis',
|
| '../net/net.gyp:net',
|
| '../url/url.gyp:url_lib',
|
| @@ -32,6 +33,8 @@
|
| 'sources': [
|
| 'ntp_snippets/category_factory.cc',
|
| 'ntp_snippets/category_factory.h',
|
| + 'ntp_snippets/category_info.cc',
|
| + 'ntp_snippets/category_info.h',
|
| 'ntp_snippets/category_status.cc',
|
| 'ntp_snippets/category_status.h',
|
| 'ntp_snippets/category.cc',
|
|
|