| OLD | NEW |
| 1 { | 1 { |
| 2 'targets': [ | 2 'targets': [ |
| 3 { | 3 { |
| 4 'target_name': 'images', | 4 'target_name': 'images', |
| 5 'product_name': 'skia_images', | 5 'product_name': 'skia_images', |
| 6 'type': 'static_library', | 6 'type': 'static_library', |
| 7 'standalone_static_library': 1, | 7 'standalone_static_library': 1, |
| 8 'dependencies': [ | 8 'dependencies': [ |
| 9 'libjpeg.gyp:*', | 9 'libjpeg.gyp:*', |
| 10 'libwebp.gyp:libwebp', | 10 'libwebp.gyp:libwebp', |
| 11 'utils.gyp:utils', | 11 'utils.gyp:utils', |
| 12 ], | 12 ], |
| 13 'export_dependent_settings': [ | 13 'export_dependent_settings': [ |
| 14 'libjpeg.gyp:*', | 14 'libjpeg.gyp:*', |
| 15 ], | 15 ], |
| 16 'include_dirs': [ | 16 'include_dirs': [ |
| 17 '../include/config', | 17 '../include/config', |
| 18 '../include/core', | 18 '../include/core', |
| 19 '../include/images', | 19 '../include/images', |
| 20 '../include/lazy', | 20 '../include/lazy', |
| 21 # for access to SkErrorInternals.h |
| 22 '../src/core/', |
| 21 # for access to SkImagePriv.h | 23 # for access to SkImagePriv.h |
| 22 '../src/image/', | 24 '../src/image/', |
| 23 ], | 25 ], |
| 24 'sources': [ | 26 'sources': [ |
| 25 '../include/images/SkImageDecoder.h', | 27 '../include/images/SkImageDecoder.h', |
| 26 '../include/images/SkImageEncoder.h', | 28 '../include/images/SkImageEncoder.h', |
| 27 '../include/images/SkImageRef.h', | 29 '../include/images/SkImageRef.h', |
| 28 '../include/images/SkImageRef_GlobalPool.h', | 30 '../include/images/SkImageRef_GlobalPool.h', |
| 29 '../src/images/SkJpegUtility.h', | 31 '../src/images/SkJpegUtility.h', |
| 30 '../include/images/SkMovie.h', | 32 '../include/images/SkMovie.h', |
| (...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 156 }, | 158 }, |
| 157 }, | 159 }, |
| 158 ], | 160 ], |
| 159 } | 161 } |
| 160 | 162 |
| 161 # Local Variables: | 163 # Local Variables: |
| 162 # tab-width:2 | 164 # tab-width:2 |
| 163 # indent-tabs-mode:nil | 165 # indent-tabs-mode:nil |
| 164 # End: | 166 # End: |
| 165 # vim: set expandtab tabstop=2 shiftwidth=2: | 167 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |