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', |
11 ], | 11 ], |
12 'include_dirs': [ | 12 'include_dirs': [ |
13 '../include/config', | |
14 '../include/core', | |
15 '../include/images', | |
16 '../include/pdf', | 13 '../include/pdf', |
17 '../src/core', # needed to get SkGlyphCache.h and SkTextFormatParams.h | 14 '../src/core', # needed to get SkGlyphCache.h and SkTextFormatParams.h |
18 '../src/utils', # needed to get SkBitSet.h | 15 '../src/utils', # needed to get SkBitSet.h |
19 ], | 16 ], |
20 'sources': [ | 17 'sources': [ |
21 '../include/pdf/SkPDFDevice.h', | 18 '../include/pdf/SkPDFDevice.h', |
22 '../include/pdf/SkPDFDocument.h', | 19 '../include/pdf/SkPDFDocument.h', |
23 | 20 |
24 '../src/pdf/SkPDFCatalog.cpp', | 21 '../src/pdf/SkPDFCatalog.cpp', |
25 '../src/pdf/SkPDFCatalog.h', | 22 '../src/pdf/SkPDFCatalog.h', |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
62 }, | 59 }, |
63 }, | 60 }, |
64 ], | 61 ], |
65 } | 62 } |
66 | 63 |
67 # Local Variables: | 64 # Local Variables: |
68 # tab-width:2 | 65 # tab-width:2 |
69 # indent-tabs-mode:nil | 66 # indent-tabs-mode:nil |
70 # End: | 67 # End: |
71 # vim: set expandtab tabstop=2 shiftwidth=2: | 68 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |