| Index: components/ntp_snippets.gypi
|
| diff --git a/components/ntp_snippets.gypi b/components/ntp_snippets.gypi
|
| index e0368aff0dd77bd6a7d7bc76cf7252ffec63c07d..21dc65b8f7817368752d97522a06768a95ef1e14 100644
|
| --- a/components/ntp_snippets.gypi
|
| +++ b/components/ntp_snippets.gypi
|
| @@ -21,11 +21,14 @@
|
| 'prefs/prefs.gyp:prefs',
|
| 'signin_core_browser',
|
| 'suggestions',
|
| + 'variations',
|
| ],
|
| 'sources': [
|
| 'ntp_snippets/inner_iterator.h',
|
| 'ntp_snippets/ntp_snippet.cc',
|
| 'ntp_snippets/ntp_snippet.h',
|
| + 'ntp_snippets_constants.cc',
|
| + 'ntp_snippets_constants.h',
|
| 'ntp_snippets/ntp_snippets_fetcher.cc',
|
| 'ntp_snippets/ntp_snippets_fetcher.h',
|
| 'ntp_snippets/ntp_snippets_scheduler.h',
|
|
|