| Index: components/suggestions.gypi
|
| diff --git a/components/suggestions.gypi b/components/suggestions.gypi
|
| index b6e2a7e643263570b664fc331dfcbd5c5b326a1a..2f91f39d4a58020121be763a1863fce7256042a4 100644
|
| --- a/components/suggestions.gypi
|
| +++ b/components/suggestions.gypi
|
| @@ -24,6 +24,7 @@
|
| 'sources': [
|
| 'suggestions/blacklist_store.cc',
|
| 'suggestions/blacklist_store.h',
|
| + 'suggestions/image_encoder.h',
|
| 'suggestions/image_fetcher.h',
|
| 'suggestions/image_fetcher_delegate.h',
|
| 'suggestions/image_manager.cc',
|
| @@ -46,13 +47,11 @@
|
| 'conditions': [
|
| ['OS == "ios"', {
|
| 'sources': [
|
| - 'suggestions/image_encoder_ios.h',
|
| 'suggestions/image_encoder_ios.mm',
|
| ]
|
| }, { # 'OS != "ios"'
|
| 'sources': [
|
| 'suggestions/image_encoder.cc',
|
| - 'suggestions/image_encoder.h',
|
| ]
|
| }
|
| ]]
|
|
|