diff options
author | blundell@chromium.org <blundell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-04 19:50:37 +0000 |
---|---|---|
committer | blundell@chromium.org <blundell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-04 19:50:37 +0000 |
commit | 54ac11b32b4ed6365204a475a1d1466e1c06b3e9 (patch) | |
tree | 72343a792bf8afd5c7f25b28b0a7068e1b2079ca /components/dom_distiller.gypi | |
parent | 368b437271e06ddaf296728f9a5cc72c7d8b3273 (diff) | |
download | chromium_src-54ac11b32b4ed6365204a475a1d1466e1c06b3e9.zip chromium_src-54ac11b32b4ed6365204a475a1d1466e1c06b3e9.tar.gz chromium_src-54ac11b32b4ed6365204a475a1d1466e1c06b3e9.tar.bz2 |
Build components.gyp:* and components_test.gyp:* on iOS.
These targets are now built as part of the All build on iOS.
BUG=324837,324839
Review URL: https://codereview.chromium.org/101503002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238737 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/dom_distiller.gypi')
-rw-r--r-- | components/dom_distiller.gypi | 42 |
1 files changed, 24 insertions, 18 deletions
diff --git a/components/dom_distiller.gypi b/components/dom_distiller.gypi index 3febbd9..c60f063 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', + ], + }, + ], + }], + ], }], ], } |