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

Unified Diff: components/dom_distiller.gypi

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 | « components/components_tests.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/dom_distiller.gypi
diff --git a/components/dom_distiller.gypi b/components/dom_distiller.gypi
index 3febbd94f42fc9169c720bc24d843f057381fa20..c60f0633a0a278651ad3a070ffb68aa8258d56d6 100644
--- a/components/dom_distiller.gypi
+++ b/components/dom_distiller.gypi
@@ -28,24 +28,6 @@
],
},
{
- 'target_name': 'dom_distiller_content',
- 'type': 'static_library',
- 'dependencies': [
- 'dom_distiller_core',
- '../skia/skia.gyp:skia',
- '../sync/sync.gyp:sync',
- ],
- 'include_dirs': [
- '..',
- ],
- 'sources': [
- 'dom_distiller/content/distiller_page_web_contents.h',
- 'dom_distiller/content/distiller_page_web_contents.cc',
- 'dom_distiller/content/dom_distiller_service_factory.h',
- 'dom_distiller/content/dom_distiller_service_factory.cc',
- ],
- },
- {
'target_name': 'dom_distiller_resources',
'type': 'none',
'variables': {
@@ -113,6 +95,30 @@
'includes': [ '../build/protoc.gypi' ]
},
],
+ 'conditions': [
+ ['OS != "ios"', {
+ 'targets': [
+ {
+ 'target_name': 'dom_distiller_content',
+ 'type': 'static_library',
+ 'dependencies': [
+ 'dom_distiller_core',
+ '../skia/skia.gyp:skia',
+ '../sync/sync.gyp:sync',
+ ],
+ 'include_dirs': [
+ '..',
+ ],
+ 'sources': [
+ 'dom_distiller/content/distiller_page_web_contents.cc',
+ 'dom_distiller/content/distiller_page_web_contents.h',
+ 'dom_distiller/content/dom_distiller_service_factory.cc',
+ 'dom_distiller/content/dom_distiller_service_factory.h',
+ ],
+ },
+ ],
+ }],
+ ],
}],
],
}
« no previous file with comments | « components/components_tests.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698