commit-bot@chromium.org | 7e5d186 | 2013-08-04 15:09:23 +0000 | [diff] [blame] | 1 | # 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': [ |
| 10 | '<(skia_include_path)/pdf/SkPDFDevice.h', |
| 11 | '<(skia_include_path)/pdf/SkPDFDocument.h', |
| 12 | |
| 13 | '<(skia_src_path)/pdf/SkPDFCatalog.cpp', |
| 14 | '<(skia_src_path)/pdf/SkPDFCatalog.h', |
| 15 | '<(skia_src_path)/pdf/SkPDFDevice.cpp', |
commit-bot@chromium.org | 5e00989 | 2013-10-14 13:42:12 +0000 | [diff] [blame] | 16 | '<(skia_src_path)/pdf/SkPDFDeviceFlattener.cpp', |
| 17 | '<(skia_src_path)/pdf/SkPDFDeviceFlattener.h', |
commit-bot@chromium.org | 7e5d186 | 2013-08-04 15:09:23 +0000 | [diff] [blame] | 18 | '<(skia_src_path)/pdf/SkPDFDocument.cpp', |
| 19 | '<(skia_src_path)/pdf/SkPDFFont.cpp', |
| 20 | '<(skia_src_path)/pdf/SkPDFFont.h', |
| 21 | '<(skia_src_path)/pdf/SkPDFFontImpl.h', |
| 22 | '<(skia_src_path)/pdf/SkPDFFormXObject.cpp', |
| 23 | '<(skia_src_path)/pdf/SkPDFFormXObject.h', |
| 24 | '<(skia_src_path)/pdf/SkPDFGraphicState.cpp', |
| 25 | '<(skia_src_path)/pdf/SkPDFGraphicState.h', |
| 26 | '<(skia_src_path)/pdf/SkPDFImage.cpp', |
| 27 | '<(skia_src_path)/pdf/SkPDFImage.h', |
commit-bot@chromium.org | 7e5d186 | 2013-08-04 15:09:23 +0000 | [diff] [blame] | 28 | '<(skia_src_path)/pdf/SkPDFPage.cpp', |
| 29 | '<(skia_src_path)/pdf/SkPDFPage.h', |
| 30 | '<(skia_src_path)/pdf/SkPDFResourceDict.cpp', |
| 31 | '<(skia_src_path)/pdf/SkPDFResourceDict.h', |
| 32 | '<(skia_src_path)/pdf/SkPDFShader.cpp', |
| 33 | '<(skia_src_path)/pdf/SkPDFShader.h', |
| 34 | '<(skia_src_path)/pdf/SkPDFStream.cpp', |
| 35 | '<(skia_src_path)/pdf/SkPDFStream.h', |
| 36 | '<(skia_src_path)/pdf/SkPDFTypes.cpp', |
| 37 | '<(skia_src_path)/pdf/SkPDFTypes.h', |
| 38 | '<(skia_src_path)/pdf/SkPDFUtils.cpp', |
| 39 | '<(skia_src_path)/pdf/SkPDFUtils.h', |
| 40 | '<(skia_src_path)/pdf/SkTSet.h', |
commit-bot@chromium.org | 7e5d186 | 2013-08-04 15:09:23 +0000 | [diff] [blame] | 41 | ], |
| 42 | } |