| 'product_name': 'skia_xps', |
| 'type': 'static_library', |
| 'standalone_static_library': 1, |
| '../src/core', # needed to get SkGlyphCache.h |
| '../src/utils', # needed to get SkBitSet.h |
| '../include/device/xps/SkConstexprMath.h', |
| '../include/device/xps/SkXPSDevice.h', |
| '../src/device/xps/SkXPSDevice.cpp', |
| },{ #else if 'skia_os != "win"' |
| '../include/device/xps/SkXPSDevice.h', |
| '../src/device/xps/SkXPSDevice.cpp', |
| # This section makes all targets that depend on this target |
| # #define SK_SUPPORT_XPS and have access to the xps header files. |
| 'direct_dependent_settings': { |
| '../src/utils', # needed to get SkBitSet.h |
| # vim: set expandtab tabstop=2 shiftwidth=2: |