| Index: components/ntp_snippets.gypi
|
| diff --git a/components/ntp_snippets.gypi b/components/ntp_snippets.gypi
|
| index 3b1f7ba48716b280812d16995b507b1510c64e2f..0101b01121fd6cbed4c52440a45fbc0ce3573528 100644
|
| --- a/components/ntp_snippets.gypi
|
| +++ b/components/ntp_snippets.gypi
|
| @@ -16,17 +16,21 @@
|
| '../google_apis/google_apis.gyp:google_apis',
|
| '../net/net.gyp:net',
|
| '../url/url.gyp:url_lib',
|
| + '../third_party/icu/icu.gyp:icuuc',
|
| 'data_use_measurement_core',
|
| 'image_fetcher',
|
| 'keyed_service_core',
|
| '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/ntp_snippets_constants.cc',
|
| + 'ntp_snippets/ntp_snippets_constants.h',
|
| 'ntp_snippets/ntp_snippets_fetcher.cc',
|
| 'ntp_snippets/ntp_snippets_fetcher.h',
|
| 'ntp_snippets/ntp_snippets_scheduler.h',
|
|
|