Chromium Code Reviews| Index: components/dom_distiller.gypi |
| diff --git a/components/dom_distiller.gypi b/components/dom_distiller.gypi |
| index 0180f6f50a59c3ab6a04080f24de8e7b6baf8b42..427bfe50a3f1cf6e1c3b94dfbaadfd71b41ae306 100644 |
| --- a/components/dom_distiller.gypi |
| +++ b/components/dom_distiller.gypi |
| @@ -181,6 +181,29 @@ |
| }, |
| ], |
| }], |
| + ['OS=="ios"', { |
| + 'targets': [ |
| + { |
| + 'target_name': 'dom_distiller_ios', |
| + 'type': 'static_library', |
| + 'dependencies': [ |
| + '../ios/provider/ios_provider_web.gyp:ios_provider_web', |
|
nyquist
2015/02/20 18:55:48
Nit: Could you move this after local reps?
sdefresne
2015/02/23 11:08:57
I've sorted the deps alphabetically as suggested,
|
| + 'components_resources.gyp:components_resources', |
| + 'dom_distiller_core', |
|
nyquist
2015/02/20 18:55:48
Not: Alphabetical ordering of local deps
sdefresne
2015/02/23 11:08:57
Ooops, done.
|
| + 'distilled_page_proto', |
| + ], |
| + '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': [ |
| { |