2011-05-31 13:50:51 +00:00
|
|
|
{
|
|
|
|
'targets': [
|
|
|
|
{
|
|
|
|
'target_name': 'pdf',
|
2012-10-10 19:45:51 +00:00
|
|
|
'product_name': 'skia_pdf',
|
2011-05-31 13:50:51 +00:00
|
|
|
'type': 'static_library',
|
2012-10-10 19:45:51 +00:00
|
|
|
'standalone_static_library': 1,
|
2012-03-21 23:11:46 +00:00
|
|
|
'dependencies': [
|
2012-10-10 19:45:51 +00:00
|
|
|
'skia_base_libs.gyp:skia_base_libs',
|
2012-03-21 23:11:46 +00:00
|
|
|
'zlib.gyp:zlib',
|
|
|
|
],
|
2011-05-31 13:50:51 +00:00
|
|
|
'include_dirs': [
|
|
|
|
'../include/config',
|
|
|
|
'../include/core',
|
2013-04-02 15:33:08 +00:00
|
|
|
'../include/images',
|
2011-05-31 13:50:51 +00:00
|
|
|
'../include/pdf',
|
|
|
|
'../src/core', # needed to get SkGlyphCache.h and SkTextFormatParams.h
|
2012-03-21 23:11:46 +00:00
|
|
|
'../src/utils', # needed to get SkBitSet.h
|
2011-05-31 13:50:51 +00:00
|
|
|
],
|
|
|
|
'sources': [
|
|
|
|
'../include/pdf/SkPDFDevice.h',
|
|
|
|
'../include/pdf/SkPDFDocument.h',
|
|
|
|
|
|
|
|
'../src/pdf/SkPDFCatalog.cpp',
|
2012-03-22 20:45:15 +00:00
|
|
|
'../src/pdf/SkPDFCatalog.h',
|
2011-05-31 13:50:51 +00:00
|
|
|
'../src/pdf/SkPDFDevice.cpp',
|
|
|
|
'../src/pdf/SkPDFDocument.cpp',
|
|
|
|
'../src/pdf/SkPDFFont.cpp',
|
2012-03-22 20:45:15 +00:00
|
|
|
'../src/pdf/SkPDFFont.h',
|
2011-07-25 22:34:12 +00:00
|
|
|
'../src/pdf/SkPDFFontImpl.h',
|
2011-05-31 13:50:51 +00:00
|
|
|
'../src/pdf/SkPDFFormXObject.cpp',
|
2012-03-22 20:45:15 +00:00
|
|
|
'../src/pdf/SkPDFFormXObject.h',
|
2011-05-31 13:50:51 +00:00
|
|
|
'../src/pdf/SkPDFGraphicState.cpp',
|
2012-03-22 20:45:15 +00:00
|
|
|
'../src/pdf/SkPDFGraphicState.h',
|
2011-05-31 13:50:51 +00:00
|
|
|
'../src/pdf/SkPDFImage.cpp',
|
2012-03-22 20:45:15 +00:00
|
|
|
'../src/pdf/SkPDFImage.h',
|
2011-05-31 13:50:51 +00:00
|
|
|
'../src/pdf/SkPDFPage.cpp',
|
2012-03-22 20:45:15 +00:00
|
|
|
'../src/pdf/SkPDFPage.h',
|
2011-05-31 13:50:51 +00:00
|
|
|
'../src/pdf/SkPDFShader.cpp',
|
2012-03-22 20:45:15 +00:00
|
|
|
'../src/pdf/SkPDFShader.h',
|
2011-05-31 13:50:51 +00:00
|
|
|
'../src/pdf/SkPDFStream.cpp',
|
2012-03-22 20:45:15 +00:00
|
|
|
'../src/pdf/SkPDFStream.h',
|
2011-05-31 13:50:51 +00:00
|
|
|
'../src/pdf/SkPDFTypes.cpp',
|
2012-03-22 20:45:15 +00:00
|
|
|
'../src/pdf/SkPDFTypes.h',
|
2011-05-31 13:50:51 +00:00
|
|
|
'../src/pdf/SkPDFUtils.cpp',
|
2012-03-22 20:45:15 +00:00
|
|
|
'../src/pdf/SkPDFUtils.h',
|
2013-04-02 15:33:08 +00:00
|
|
|
'../src/pdf/SkTSet.h',
|
2011-05-31 13:50:51 +00:00
|
|
|
],
|
2011-06-24 19:09:09 +00:00
|
|
|
# This section makes all targets that depend on this target
|
|
|
|
# #define SK_SUPPORT_PDF and have access to the pdf header files.
|
2011-05-31 13:50:51 +00:00
|
|
|
'direct_dependent_settings': {
|
2011-06-24 19:09:09 +00:00
|
|
|
'defines': [
|
|
|
|
'SK_SUPPORT_PDF',
|
|
|
|
],
|
2011-05-31 13:50:51 +00:00
|
|
|
'include_dirs': [
|
|
|
|
'../include/pdf',
|
|
|
|
],
|
|
|
|
},
|
|
|
|
},
|
|
|
|
],
|
|
|
|
}
|
|
|
|
|
|
|
|
# Local Variables:
|
|
|
|
# tab-width:2
|
|
|
|
# indent-tabs-mode:nil
|
|
|
|
# End:
|
|
|
|
# vim: set expandtab tabstop=2 shiftwidth=2:
|