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

Unified Diff: components/components.gyp

Issue 25706003: Build components and run components_tests on iOS (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Review comments Created 7 years, 2 months 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 | « build/all.gyp ('k') | components/components_tests.gypi » ('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 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?
+ ],
+ }],
+ ],
}
« no previous file with comments | « build/all.gyp ('k') | components/components_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698