Chromium Code Reviews| Index: components/components.gyp |
| diff --git a/components/components.gyp b/components/components.gyp |
| index 053852bb73c6d1697a02ed0049e25cb080be6b07..3bd1a2bbf05d7d53fb2355cbee83a517136c42e9 100644 |
| --- a/components/components.gyp |
| +++ b/components/components.gyp |
| @@ -13,24 +13,30 @@ |
| 'autofill.gypi', |
| 'auto_login_parser.gypi', |
| 'breakpad.gypi', |
| - 'browser_context_keyed_service.gypi', |
| 'dom_distiller.gypi', |
| 'json_schema.gypi', |
| - 'navigation_interception.gypi', |
| 'navigation_metrics.gypi', |
| 'onc.gypi', |
| - 'plugins.gypi', |
| 'policy.gypi', |
| 'precache.gypi', |
| - 'sessions.gypi', |
| 'startup_metric_utils.gypi', |
| 'translate.gypi', |
| 'user_prefs.gypi', |
| 'variations.gypi', |
| - 'visitedlink.gypi', |
| 'webdata.gypi', |
| - 'web_contents_delegate_android.gypi', |
| - 'web_modal.gypi', |
| - 'wifi.gypi', |
| + ], |
| + 'conditions': [ |
| + ['OS != "ios"', { |
|
blundell
2013/12/03 14:00:23
This seemed more straightforward to me than having
Jói
2013/12/03 15:49:59
Sounds good.
blundell
2013/12/03 16:42:00
Filed crbug.com/325241 against myself to do the wo
|
| + 'includes': [ |
| + 'browser_context_keyed_service.gypi', |
| + 'navigation_interception.gypi', |
| + 'plugins.gypi', |
| + 'sessions.gypi', |
| + 'visitedlink.gypi', |
| + 'web_contents_delegate_android.gypi', |
| + 'web_modal.gypi', |
| + 'wifi.gypi', |
| + ], |
| + }], |
| ], |
| } |