Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(159)

Unified Diff: components/components.gyp

Issue 101503002: Build components.gyp:* and components_test.gyp:* on iOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Adapt dom_distiller.gypi Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',
+ ],
+ }],
],
}

Powered by Google App Engine
This is Rietveld 408576698