| 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 18 matching lines...) Expand all Loading... |
| 29 'defines': [ | 29 'defines': [ |
| 30 'SK_SUPPORT_PDF', | 30 'SK_SUPPORT_PDF', |
| 31 ], | 31 ], |
| 32 'include_dirs': [ | 32 'include_dirs': [ |
| 33 '../include/pdf', | 33 '../include/pdf', |
| 34 ], | 34 ], |
| 35 }, | 35 }, |
| 36 }, | 36 }, |
| 37 ], | 37 ], |
| 38 } | 38 } |
| 39 | |
| 40 # Local Variables: | |
| 41 # tab-width:2 | |
| 42 # indent-tabs-mode:nil | |
| 43 # End: | |
| 44 # vim: set expandtab tabstop=2 shiftwidth=2: | |
| OLD | NEW |