OLD | NEW |
1 # Include this gypi to include all 'pdf' files | 1 # Include this gypi to include all 'pdf' files |
2 # The parent gyp/gypi file must define | 2 # The parent gyp/gypi file must define |
3 # 'skia_src_path' e.g. skia/trunk/src | 3 # 'skia_src_path' e.g. skia/trunk/src |
4 # 'skia_include_path' e.g. skia/trunk/include | 4 # 'skia_include_path' e.g. skia/trunk/include |
5 # | 5 # |
6 # The skia build defines these in common_variables.gypi | 6 # The skia build defines these in common_variables.gypi |
7 # | 7 # |
8 { | 8 { |
9 'sources': [ | 9 'sources': [ |
10 '<(skia_src_path)/doc/SkDocument_PDF.cpp', | 10 '<(skia_src_path)/doc/SkDocument_PDF.cpp', |
11 '<(skia_src_path)/pdf/SkDeflateWStream.cpp', | |
12 '<(skia_src_path)/pdf/SkDeflateWStream.h', | |
13 '<(skia_src_path)/pdf/SkPDFBitmap.cpp', | 11 '<(skia_src_path)/pdf/SkPDFBitmap.cpp', |
14 '<(skia_src_path)/pdf/SkPDFBitmap.h', | 12 '<(skia_src_path)/pdf/SkPDFBitmap.h', |
15 '<(skia_src_path)/pdf/SkPDFCanon.cpp', | 13 '<(skia_src_path)/pdf/SkPDFCanon.cpp', |
16 '<(skia_src_path)/pdf/SkPDFCanon.h', | 14 '<(skia_src_path)/pdf/SkPDFCanon.h', |
17 '<(skia_src_path)/pdf/SkPDFCatalog.cpp', | 15 '<(skia_src_path)/pdf/SkPDFCatalog.cpp', |
18 '<(skia_src_path)/pdf/SkPDFCatalog.h', | 16 '<(skia_src_path)/pdf/SkPDFCatalog.h', |
19 '<(skia_src_path)/pdf/SkPDFDevice.cpp', | 17 '<(skia_src_path)/pdf/SkPDFDevice.cpp', |
20 '<(skia_src_path)/pdf/SkPDFDevice.h', | 18 '<(skia_src_path)/pdf/SkPDFDevice.h', |
21 '<(skia_src_path)/pdf/SkPDFDocument.cpp', | 19 '<(skia_src_path)/pdf/SkPDFDocument.cpp', |
22 '<(skia_src_path)/pdf/SkPDFDocument.h', | 20 '<(skia_src_path)/pdf/SkPDFDocument.h', |
(...skipping 14 matching lines...) Loading... |
37 '<(skia_src_path)/pdf/SkPDFShader.h', | 35 '<(skia_src_path)/pdf/SkPDFShader.h', |
38 '<(skia_src_path)/pdf/SkPDFStream.cpp', | 36 '<(skia_src_path)/pdf/SkPDFStream.cpp', |
39 '<(skia_src_path)/pdf/SkPDFStream.h', | 37 '<(skia_src_path)/pdf/SkPDFStream.h', |
40 '<(skia_src_path)/pdf/SkPDFTypes.cpp', | 38 '<(skia_src_path)/pdf/SkPDFTypes.cpp', |
41 '<(skia_src_path)/pdf/SkPDFTypes.h', | 39 '<(skia_src_path)/pdf/SkPDFTypes.h', |
42 '<(skia_src_path)/pdf/SkPDFUtils.cpp', | 40 '<(skia_src_path)/pdf/SkPDFUtils.cpp', |
43 '<(skia_src_path)/pdf/SkPDFUtils.h', | 41 '<(skia_src_path)/pdf/SkPDFUtils.h', |
44 '<(skia_src_path)/pdf/SkTSet.h', | 42 '<(skia_src_path)/pdf/SkTSet.h', |
45 ], | 43 ], |
46 } | 44 } |
OLD | NEW |