Chromium Code Reviews| Index: components/components.gyp |
| diff --git a/components/components.gyp b/components/components.gyp |
| index 0bfe536e2f97833411637b4ffbc3d80d24ca9fbf..115a7712ed906f1a31d156c35972a2ce4a8ee75e 100644 |
| --- a/components/components.gyp |
| +++ b/components/components.gyp |
| @@ -15,7 +15,6 @@ |
| 'breakpad.gypi', |
| 'browser_context_keyed_service.gypi', |
| 'components_tests.gypi', |
| - 'dom_distiller.gypi', |
| 'json_schema.gypi', |
| 'navigation_interception.gypi', |
| 'policy.gypi', |
| @@ -28,4 +27,11 @@ |
| 'web_contents_delegate_android.gypi', |
| 'web_modal.gypi', |
| ], |
| + 'conditions': [ |
| + ['OS != "ios"', { |
| + 'includes': [ |
| + 'dom_distiller.gypi', |
|
Yaron
2013/10/03 09:11:45
Why exclude it?
|
| + ], |
| + }], |
| + ], |
| } |