| Index: components/dom_distiller.gypi
|
| diff --git a/components/dom_distiller.gypi b/components/dom_distiller.gypi
|
| index 0180f6f50a59c3ab6a04080f24de8e7b6baf8b42..6e8cf3a9a25e5eb6f19fa2c0045dfcd39afffb55 100644
|
| --- a/components/dom_distiller.gypi
|
| +++ b/components/dom_distiller.gypi
|
| @@ -181,6 +181,28 @@
|
| },
|
| ],
|
| }],
|
| + ['OS=="ios"', {
|
| + 'targets': [
|
| + {
|
| + 'target_name': 'dom_distiller_ios',
|
| + 'type': 'static_library',
|
| + 'dependencies': [
|
| + '../ios/provider/ios_provider_web.gyp:ios_provider_web',
|
| + 'distilled_page_proto',
|
| + 'dom_distiller_core',
|
| + ],
|
| + 'include_dirs': [
|
| + '..',
|
| + ],
|
| + 'sources': [
|
| + 'dom_distiller/ios/distiller_page_factory_ios.h',
|
| + 'dom_distiller/ios/distiller_page_factory_ios.mm',
|
| + 'dom_distiller/ios/distiller_page_ios.h',
|
| + 'dom_distiller/ios/distiller_page_ios.mm',
|
| + ],
|
| + },
|
| + ],
|
| + }],
|
| ['OS=="android"', {
|
| 'targets': [
|
| {
|
|
|