| OLD | NEW |
| 1 # GYP file for images project. |
| 1 { | 2 { |
| 2 'targets': [ | 3 'targets': [ |
| 3 { | 4 { |
| 4 'target_name': 'images', | 5 'target_name': 'images', |
| 5 'product_name': 'skia_images', | 6 'product_name': 'skia_images', |
| 6 'type': 'static_library', | 7 'type': 'static_library', |
| 7 'standalone_static_library': 1, | 8 'standalone_static_library': 1, |
| 8 'dependencies': [ | 9 'dependencies': [ |
| 9 'libjpeg.gyp:*', | 10 'libjpeg.gyp:*', |
| 10 'libwebp.gyp:libwebp', | 11 'libwebp.gyp:libwebp', |
| (...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 162 }, | 163 }, |
| 163 }, | 164 }, |
| 164 ], | 165 ], |
| 165 } | 166 } |
| 166 | 167 |
| 167 # Local Variables: | 168 # Local Variables: |
| 168 # tab-width:2 | 169 # tab-width:2 |
| 169 # indent-tabs-mode:nil | 170 # indent-tabs-mode:nil |
| 170 # End: | 171 # End: |
| 171 # vim: set expandtab tabstop=2 shiftwidth=2: | 172 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |