| OLD | NEW |
| 1 # Copyright 2015 Google Inc. | 1 # Copyright 2015 Google Inc. |
| 2 # | 2 # |
| 3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
| 5 # Copyright 2015 Google Inc. | 5 # Copyright 2015 Google Inc. |
| 6 # | 6 # |
| 7 # Use of this source code is governed by a BSD-style license that can be | 7 # Use of this source code is governed by a BSD-style license that can be |
| 8 # found in the LICENSE file. | 8 # found in the LICENSE file. |
| 9 | 9 |
| 10 # GYP file for codec project. | 10 # GYP file for codec project. |
| (...skipping 30 matching lines...) Expand all Loading... |
| 41 '../src/codec/SkCodec_libgif.cpp', | 41 '../src/codec/SkCodec_libgif.cpp', |
| 42 '../src/codec/SkCodec_libico.cpp', | 42 '../src/codec/SkCodec_libico.cpp', |
| 43 '../src/codec/SkCodec_libpng.cpp', | 43 '../src/codec/SkCodec_libpng.cpp', |
| 44 '../src/codec/SkCodec_wbmp.cpp', | 44 '../src/codec/SkCodec_wbmp.cpp', |
| 45 '../src/codec/SkJpegCodec.cpp', | 45 '../src/codec/SkJpegCodec.cpp', |
| 46 '../src/codec/SkJpegDecoderMgr.cpp', | 46 '../src/codec/SkJpegDecoderMgr.cpp', |
| 47 '../src/codec/SkJpegUtility_codec.cpp', | 47 '../src/codec/SkJpegUtility_codec.cpp', |
| 48 '../src/codec/SkMaskSwizzler.cpp', | 48 '../src/codec/SkMaskSwizzler.cpp', |
| 49 '../src/codec/SkMasks.cpp', | 49 '../src/codec/SkMasks.cpp', |
| 50 '../src/codec/SkSampler.cpp', | 50 '../src/codec/SkSampler.cpp', |
| 51 '../src/codec/SkScaledCodec.cpp', | 51 '../src/codec/SkSampledCodec.cpp', |
| 52 '../src/codec/SkSwizzler.cpp', | 52 '../src/codec/SkSwizzler.cpp', |
| 53 '../src/codec/SkWebpAdapterCodec.cpp', | 53 '../src/codec/SkWebpAdapterCodec.cpp', |
| 54 '../src/codec/SkWebpCodec.cpp', | 54 '../src/codec/SkWebpCodec.cpp', |
| 55 ], | 55 ], |
| 56 'direct_dependent_settings': { | 56 'direct_dependent_settings': { |
| 57 'include_dirs': [ | 57 'include_dirs': [ |
| 58 '../include/codec', | 58 '../include/codec', |
| 59 ], | 59 ], |
| 60 }, | 60 }, |
| 61 'conditions': [ | 61 'conditions': [ |
| (...skipping 23 matching lines...) Expand all Loading... |
| 85 ], | 85 ], |
| 86 'defines': [ | 86 'defines': [ |
| 87 'TURBO_HAS_SKIP', | 87 'TURBO_HAS_SKIP', |
| 88 ], | 88 ], |
| 89 } | 89 } |
| 90 ] | 90 ] |
| 91 ] | 91 ] |
| 92 }, | 92 }, |
| 93 ], | 93 ], |
| 94 } | 94 } |
| OLD | NEW |