| 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_include_path)/pdf/SkPDFDevice.h', | 10 '<(skia_include_path)/pdf/SkPDFDevice.h', |
| 11 '<(skia_include_path)/pdf/SkPDFDocument.h', | 11 '<(skia_include_path)/pdf/SkPDFDocument.h', |
| 12 | 12 |
| 13 '<(skia_src_path)/pdf/SkPDFCatalog.cpp', | 13 '<(skia_src_path)/pdf/SkPDFCatalog.cpp', |
| 14 '<(skia_src_path)/pdf/SkPDFCatalog.h', | 14 '<(skia_src_path)/pdf/SkPDFCatalog.h', |
| 15 '<(skia_src_path)/pdf/SkPDFDevice.cpp', | 15 '<(skia_src_path)/pdf/SkPDFDevice.cpp', |
| 16 '<(skia_src_path)/pdf/SkPDFDocument.cpp', | 16 '<(skia_src_path)/pdf/SkPDFDocument.cpp', |
| 17 '<(skia_src_path)/pdf/SkPDFFont.cpp', | 17 '<(skia_src_path)/pdf/SkPDFFont.cpp', |
| 18 '<(skia_src_path)/pdf/SkPDFFont.h', | 18 '<(skia_src_path)/pdf/SkPDFFont.h', |
| 19 '<(skia_src_path)/pdf/SkPDFFontImpl.h', | 19 '<(skia_src_path)/pdf/SkPDFFontImpl.h', |
| 20 '<(skia_src_path)/pdf/SkPDFFormXObject.cpp', | 20 '<(skia_src_path)/pdf/SkPDFFormXObject.cpp', |
| 21 '<(skia_src_path)/pdf/SkPDFFormXObject.h', | 21 '<(skia_src_path)/pdf/SkPDFFormXObject.h', |
| 22 '<(skia_src_path)/pdf/SkPDFGraphicState.cpp', | 22 '<(skia_src_path)/pdf/SkPDFGraphicState.cpp', |
| 23 '<(skia_src_path)/pdf/SkPDFGraphicState.h', | 23 '<(skia_src_path)/pdf/SkPDFGraphicState.h', |
| 24 '<(skia_src_path)/pdf/SkPDFImage.cpp', | 24 '<(skia_src_path)/pdf/SkPDFImage.cpp', |
| 25 '<(skia_src_path)/pdf/SkPDFImage.h', | 25 '<(skia_src_path)/pdf/SkPDFImage.h', |
| 26 '<(skia_src_path)/pdf/SkPDFImageStream.cpp', | |
| 27 '<(skia_src_path)/pdf/SkPDFImageStream.h', | |
| 28 '<(skia_src_path)/pdf/SkPDFPage.cpp', | 26 '<(skia_src_path)/pdf/SkPDFPage.cpp', |
| 29 '<(skia_src_path)/pdf/SkPDFPage.h', | 27 '<(skia_src_path)/pdf/SkPDFPage.h', |
| 30 '<(skia_src_path)/pdf/SkPDFResourceDict.cpp', | 28 '<(skia_src_path)/pdf/SkPDFResourceDict.cpp', |
| 31 '<(skia_src_path)/pdf/SkPDFResourceDict.h', | 29 '<(skia_src_path)/pdf/SkPDFResourceDict.h', |
| 32 '<(skia_src_path)/pdf/SkPDFShader.cpp', | 30 '<(skia_src_path)/pdf/SkPDFShader.cpp', |
| 33 '<(skia_src_path)/pdf/SkPDFShader.h', | 31 '<(skia_src_path)/pdf/SkPDFShader.h', |
| 34 '<(skia_src_path)/pdf/SkPDFStream.cpp', | 32 '<(skia_src_path)/pdf/SkPDFStream.cpp', |
| 35 '<(skia_src_path)/pdf/SkPDFStream.h', | 33 '<(skia_src_path)/pdf/SkPDFStream.h', |
| 36 '<(skia_src_path)/pdf/SkPDFTypes.cpp', | 34 '<(skia_src_path)/pdf/SkPDFTypes.cpp', |
| 37 '<(skia_src_path)/pdf/SkPDFTypes.h', | 35 '<(skia_src_path)/pdf/SkPDFTypes.h', |
| 38 '<(skia_src_path)/pdf/SkPDFUtils.cpp', | 36 '<(skia_src_path)/pdf/SkPDFUtils.cpp', |
| 39 '<(skia_src_path)/pdf/SkPDFUtils.h', | 37 '<(skia_src_path)/pdf/SkPDFUtils.h', |
| 40 '<(skia_src_path)/pdf/SkTSet.h', | 38 '<(skia_src_path)/pdf/SkTSet.h', |
| 41 | 39 |
| 42 '<(skia_src_path)/doc/SkDocument_PDF.cpp', | 40 '<(skia_src_path)/doc/SkDocument_PDF.cpp', |
| 43 ], | 41 ], |
| 44 } | 42 } |
| 45 | 43 |
| 46 # Local Variables: | 44 # Local Variables: |
| 47 # tab-width:2 | 45 # tab-width:2 |
| 48 # indent-tabs-mode:nil | 46 # indent-tabs-mode:nil |
| 49 # End: | 47 # End: |
| 50 # vim: set expandtab tabstop=2 shiftwidth=2: | 48 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |