| Index: components/dom_distiller.gypi
|
| diff --git a/components/dom_distiller.gypi b/components/dom_distiller.gypi
|
| index 3febbd94f42fc9169c720bc24d843f057381fa20..c60f0633a0a278651ad3a070ffb68aa8258d56d6 100644
|
| --- a/components/dom_distiller.gypi
|
| +++ b/components/dom_distiller.gypi
|
| @@ -28,24 +28,6 @@
|
| ],
|
| },
|
| {
|
| - 'target_name': 'dom_distiller_content',
|
| - 'type': 'static_library',
|
| - 'dependencies': [
|
| - 'dom_distiller_core',
|
| - '../skia/skia.gyp:skia',
|
| - '../sync/sync.gyp:sync',
|
| - ],
|
| - 'include_dirs': [
|
| - '..',
|
| - ],
|
| - 'sources': [
|
| - 'dom_distiller/content/distiller_page_web_contents.h',
|
| - 'dom_distiller/content/distiller_page_web_contents.cc',
|
| - 'dom_distiller/content/dom_distiller_service_factory.h',
|
| - 'dom_distiller/content/dom_distiller_service_factory.cc',
|
| - ],
|
| - },
|
| - {
|
| 'target_name': 'dom_distiller_resources',
|
| 'type': 'none',
|
| 'variables': {
|
| @@ -113,6 +95,30 @@
|
| 'includes': [ '../build/protoc.gypi' ]
|
| },
|
| ],
|
| + 'conditions': [
|
| + ['OS != "ios"', {
|
| + 'targets': [
|
| + {
|
| + 'target_name': 'dom_distiller_content',
|
| + 'type': 'static_library',
|
| + 'dependencies': [
|
| + 'dom_distiller_core',
|
| + '../skia/skia.gyp:skia',
|
| + '../sync/sync.gyp:sync',
|
| + ],
|
| + 'include_dirs': [
|
| + '..',
|
| + ],
|
| + 'sources': [
|
| + 'dom_distiller/content/distiller_page_web_contents.cc',
|
| + 'dom_distiller/content/distiller_page_web_contents.h',
|
| + 'dom_distiller/content/dom_distiller_service_factory.cc',
|
| + 'dom_distiller/content/dom_distiller_service_factory.h',
|
| + ],
|
| + },
|
| + ],
|
| + }],
|
| + ],
|
| }],
|
| ],
|
| }
|
|
|