| OLD | NEW |
| 1 { | 1 { |
| 2 'targets': [ | 2 'targets': [ |
| 3 { | 3 { |
| 4 'target_name': 'pdf', | 4 'target_name': 'pdf', |
| 5 'product_name': 'skia_pdf', | 5 'product_name': 'skia_pdf', |
| 6 'type': 'static_library', | 6 'type': 'static_library', |
| 7 'standalone_static_library': 1, | 7 'standalone_static_library': 1, |
| 8 'dependencies': [ | 8 'dependencies': [ |
| 9 'skia_lib.gyp:skia_lib', | 9 'skia_lib.gyp:skia_lib', |
| 10 'zlib.gyp:zlib', | 10 'zlib.gyp:zlib', |
| (...skipping 17 matching lines...) Expand all Loading... |
| 28 '../src/pdf/SkPDFFormXObject.cpp', | 28 '../src/pdf/SkPDFFormXObject.cpp', |
| 29 '../src/pdf/SkPDFFormXObject.h', | 29 '../src/pdf/SkPDFFormXObject.h', |
| 30 '../src/pdf/SkPDFGraphicState.cpp', | 30 '../src/pdf/SkPDFGraphicState.cpp', |
| 31 '../src/pdf/SkPDFGraphicState.h', | 31 '../src/pdf/SkPDFGraphicState.h', |
| 32 '../src/pdf/SkPDFImage.cpp', | 32 '../src/pdf/SkPDFImage.cpp', |
| 33 '../src/pdf/SkPDFImage.h', | 33 '../src/pdf/SkPDFImage.h', |
| 34 '../src/pdf/SkPDFImageStream.cpp', | 34 '../src/pdf/SkPDFImageStream.cpp', |
| 35 '../src/pdf/SkPDFImageStream.h', | 35 '../src/pdf/SkPDFImageStream.h', |
| 36 '../src/pdf/SkPDFPage.cpp', | 36 '../src/pdf/SkPDFPage.cpp', |
| 37 '../src/pdf/SkPDFPage.h', | 37 '../src/pdf/SkPDFPage.h', |
| 38 '../src/pdf/SkPDFResourceDict.cpp', | |
| 39 '../src/pdf/SkPDFResourceDict.h', | |
| 40 '../src/pdf/SkPDFShader.cpp', | 38 '../src/pdf/SkPDFShader.cpp', |
| 41 '../src/pdf/SkPDFShader.h', | 39 '../src/pdf/SkPDFShader.h', |
| 42 '../src/pdf/SkPDFStream.cpp', | 40 '../src/pdf/SkPDFStream.cpp', |
| 43 '../src/pdf/SkPDFStream.h', | 41 '../src/pdf/SkPDFStream.h', |
| 44 '../src/pdf/SkPDFTypes.cpp', | 42 '../src/pdf/SkPDFTypes.cpp', |
| 45 '../src/pdf/SkPDFTypes.h', | 43 '../src/pdf/SkPDFTypes.h', |
| 46 '../src/pdf/SkPDFUtils.cpp', | 44 '../src/pdf/SkPDFUtils.cpp', |
| 47 '../src/pdf/SkPDFUtils.h', | 45 '../src/pdf/SkPDFUtils.h', |
| 48 '../src/pdf/SkTSet.h', | 46 '../src/pdf/SkTSet.h', |
| 49 | 47 |
| (...skipping 11 matching lines...) Expand all Loading... |
| 61 }, | 59 }, |
| 62 }, | 60 }, |
| 63 ], | 61 ], |
| 64 } | 62 } |
| 65 | 63 |
| 66 # Local Variables: | 64 # Local Variables: |
| 67 # tab-width:2 | 65 # tab-width:2 |
| 68 # indent-tabs-mode:nil | 66 # indent-tabs-mode:nil |
| 69 # End: | 67 # End: |
| 70 # vim: set expandtab tabstop=2 shiftwidth=2: | 68 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |