| 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 20 matching lines...) Expand all Loading... |
| 31 '../src/pdf/SkPDFFormXObject.cpp', | 31 '../src/pdf/SkPDFFormXObject.cpp', |
| 32 '../src/pdf/SkPDFFormXObject.h', | 32 '../src/pdf/SkPDFFormXObject.h', |
| 33 '../src/pdf/SkPDFGraphicState.cpp', | 33 '../src/pdf/SkPDFGraphicState.cpp', |
| 34 '../src/pdf/SkPDFGraphicState.h', | 34 '../src/pdf/SkPDFGraphicState.h', |
| 35 '../src/pdf/SkPDFImage.cpp', | 35 '../src/pdf/SkPDFImage.cpp', |
| 36 '../src/pdf/SkPDFImage.h', | 36 '../src/pdf/SkPDFImage.h', |
| 37 '../src/pdf/SkPDFImageStream.cpp', | 37 '../src/pdf/SkPDFImageStream.cpp', |
| 38 '../src/pdf/SkPDFImageStream.h', | 38 '../src/pdf/SkPDFImageStream.h', |
| 39 '../src/pdf/SkPDFPage.cpp', | 39 '../src/pdf/SkPDFPage.cpp', |
| 40 '../src/pdf/SkPDFPage.h', | 40 '../src/pdf/SkPDFPage.h', |
| 41 '../src/pdf/SkPDFResourceDict.cpp', | |
| 42 '../src/pdf/SkPDFResourceDict.h', | |
| 43 '../src/pdf/SkPDFShader.cpp', | 41 '../src/pdf/SkPDFShader.cpp', |
| 44 '../src/pdf/SkPDFShader.h', | 42 '../src/pdf/SkPDFShader.h', |
| 45 '../src/pdf/SkPDFStream.cpp', | 43 '../src/pdf/SkPDFStream.cpp', |
| 46 '../src/pdf/SkPDFStream.h', | 44 '../src/pdf/SkPDFStream.h', |
| 47 '../src/pdf/SkPDFTypes.cpp', | 45 '../src/pdf/SkPDFTypes.cpp', |
| 48 '../src/pdf/SkPDFTypes.h', | 46 '../src/pdf/SkPDFTypes.h', |
| 49 '../src/pdf/SkPDFUtils.cpp', | 47 '../src/pdf/SkPDFUtils.cpp', |
| 50 '../src/pdf/SkPDFUtils.h', | 48 '../src/pdf/SkPDFUtils.h', |
| 51 '../src/pdf/SkTSet.h', | 49 '../src/pdf/SkTSet.h', |
| 52 | 50 |
| (...skipping 11 matching lines...) Expand all Loading... |
| 64 }, | 62 }, |
| 65 }, | 63 }, |
| 66 ], | 64 ], |
| 67 } | 65 } |
| 68 | 66 |
| 69 # Local Variables: | 67 # Local Variables: |
| 70 # tab-width:2 | 68 # tab-width:2 |
| 71 # indent-tabs-mode:nil | 69 # indent-tabs-mode:nil |
| 72 # End: | 70 # End: |
| 73 # vim: set expandtab tabstop=2 shiftwidth=2: | 71 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |