Chromium Code Reviews| Index: components/dom_distiller.gypi |
| diff --git a/components/dom_distiller.gypi b/components/dom_distiller.gypi |
| index 3febbd94f42fc9169c720bc24d843f057381fa20..9f3bacedb3bf430742ddf125d28023c516f5ecda 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.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', |
|
stuartmorgan
2013/12/04 15:07:31
While you are moving these, can you swap cc and h
blundell
2013/12/04 15:58:19
Done.
|
| + ], |
| + }, |
| + ], |
| + }], |
| + ], |
| }], |
| ], |
| } |