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

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: Response to review 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
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/components_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"', {
+ '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',
+ ],
+ }],
],
}
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698