blob: a819e38164665cbdbd63152b821b282bec9353c9 [file] [log] [blame]
commit-bot@chromium.org7e5d1862013-08-04 15:09:23 +00001# Include this gypi to include all 'pdf' files
2# The parent gyp/gypi file must define
3# 'skia_src_path' e.g. skia/trunk/src
4# 'skia_include_path' e.g. skia/trunk/include
5#
6# The skia build defines these in common_variables.gypi
7#
8{
9 'sources': [
caryclarkac8d8b82015-01-07 07:36:52 -080010 '<(skia_include_path)/pdf/SkPDFDevice.h',
11 '<(skia_include_path)/pdf/SkPDFDocument.h',
12
halcanarya27ef582014-11-16 08:26:54 -080013 '<(skia_src_path)/doc/SkDocument_PDF.cpp',
caryclarkac8d8b82015-01-07 07:36:52 -080014
halcanaryfb62b3d2015-01-21 09:59:14 -080015 '<(skia_src_path)/pdf/SkPDFCanon.cpp',
16 '<(skia_src_path)/pdf/SkPDFCanon.h',
commit-bot@chromium.org7e5d1862013-08-04 15:09:23 +000017 '<(skia_src_path)/pdf/SkPDFCatalog.cpp',
18 '<(skia_src_path)/pdf/SkPDFCatalog.h',
19 '<(skia_src_path)/pdf/SkPDFDevice.cpp',
commit-bot@chromium.org5e009892013-10-14 13:42:12 +000020 '<(skia_src_path)/pdf/SkPDFDeviceFlattener.cpp',
21 '<(skia_src_path)/pdf/SkPDFDeviceFlattener.h',
commit-bot@chromium.org7e5d1862013-08-04 15:09:23 +000022 '<(skia_src_path)/pdf/SkPDFDocument.cpp',
23 '<(skia_src_path)/pdf/SkPDFFont.cpp',
24 '<(skia_src_path)/pdf/SkPDFFont.h',
25 '<(skia_src_path)/pdf/SkPDFFontImpl.h',
26 '<(skia_src_path)/pdf/SkPDFFormXObject.cpp',
27 '<(skia_src_path)/pdf/SkPDFFormXObject.h',
28 '<(skia_src_path)/pdf/SkPDFGraphicState.cpp',
29 '<(skia_src_path)/pdf/SkPDFGraphicState.h',
30 '<(skia_src_path)/pdf/SkPDFImage.cpp',
31 '<(skia_src_path)/pdf/SkPDFImage.h',
commit-bot@chromium.org7e5d1862013-08-04 15:09:23 +000032 '<(skia_src_path)/pdf/SkPDFPage.cpp',
33 '<(skia_src_path)/pdf/SkPDFPage.h',
34 '<(skia_src_path)/pdf/SkPDFResourceDict.cpp',
35 '<(skia_src_path)/pdf/SkPDFResourceDict.h',
36 '<(skia_src_path)/pdf/SkPDFShader.cpp',
37 '<(skia_src_path)/pdf/SkPDFShader.h',
38 '<(skia_src_path)/pdf/SkPDFStream.cpp',
39 '<(skia_src_path)/pdf/SkPDFStream.h',
40 '<(skia_src_path)/pdf/SkPDFTypes.cpp',
41 '<(skia_src_path)/pdf/SkPDFTypes.h',
42 '<(skia_src_path)/pdf/SkPDFUtils.cpp',
43 '<(skia_src_path)/pdf/SkPDFUtils.h',
44 '<(skia_src_path)/pdf/SkTSet.h',
commit-bot@chromium.org7e5d1862013-08-04 15:09:23 +000045 ],
46}