Chromium Code Reviews| Index: components/ntp_snippets.gypi |
| diff --git a/components/ntp_snippets.gypi b/components/ntp_snippets.gypi |
| index 3b1f7ba48716b280812d16995b507b1510c64e2f..d85a2574779a4c0d195e1a6b9917e6cedd88333c 100644 |
| --- a/components/ntp_snippets.gypi |
| +++ b/components/ntp_snippets.gypi |
| @@ -22,11 +22,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', |
|
Marc Treib
2016/05/10 08:42:19
These are missing "ntp_snippets/", hence the build
jkrcal
2016/05/10 09:10:07
Thanks! (I've realized in the meantime...)
|
| 'ntp_snippets/ntp_snippets_fetcher.cc', |
| 'ntp_snippets/ntp_snippets_fetcher.h', |
| 'ntp_snippets/ntp_snippets_scheduler.h', |