| OLD | NEW |
| 1 { | 1 { |
| 2 'targets': [ | 2 'targets': [ |
| 3 { | 3 { |
| 4 'target_name': 'zlib', | 4 'target_name': 'zlib', |
| 5 'type': 'static_library', | 5 'type': 'static_library', |
| 6 'dependencies': [ | 6 'dependencies': [ |
| 7 'skia_lib.gyp:skia_lib', | 7 'skia_lib.gyp:skia_lib', |
| 8 ], | 8 ], |
| 9 'sources': [ | 9 'sources': [ |
| 10 '../include/core/SkFlate.h', | 10 '../include/core/SkFlate.h', |
| (...skipping 18 matching lines...) Expand all Loading... |
| 29 'defines': [ 'SK_ZLIB_INCLUDE=<zlib.h>', ], | 29 'defines': [ 'SK_ZLIB_INCLUDE=<zlib.h>', ], |
| 30 }], | 30 }], |
| 31 [ 'skia_os in ["linux", "freebsd", "openbsd", "solaris", "android", "nac
l"]', { | 31 [ 'skia_os in ["linux", "freebsd", "openbsd", "solaris", "android", "nac
l"]', { |
| 32 'link_settings': { 'libraries': [ '-lz', ], }, | 32 'link_settings': { 'libraries': [ '-lz', ], }, |
| 33 'defines': [ 'SK_ZLIB_INCLUDE=<zlib.h>', ], | 33 'defines': [ 'SK_ZLIB_INCLUDE=<zlib.h>', ], |
| 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 |