| Index: components/ntp_snippets.gypi
|
| diff --git a/components/ntp_snippets.gypi b/components/ntp_snippets.gypi
|
| index cb9b278805c61d62bd313c15dc80cc2c1e343e70..7a018045e6b5baa0f887163058d527063e2192fa 100644
|
| --- a/components/ntp_snippets.gypi
|
| +++ b/components/ntp_snippets.gypi
|
| @@ -20,11 +20,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',
|
|
|