| 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 29 matching lines...) Expand all Loading... |
| 40 '../src/codec/SkCodec_libgif.cpp', | 40 '../src/codec/SkCodec_libgif.cpp', |
| 41 '../src/codec/SkCodec_libico.cpp', | 41 '../src/codec/SkCodec_libico.cpp', |
| 42 '../src/codec/SkCodec_libpng.cpp', | 42 '../src/codec/SkCodec_libpng.cpp', |
| 43 '../src/codec/SkCodec_wbmp.cpp', | 43 '../src/codec/SkCodec_wbmp.cpp', |
| 44 '../src/codec/SkJpegCodec.cpp', | 44 '../src/codec/SkJpegCodec.cpp', |
| 45 '../src/codec/SkJpegDecoderMgr.cpp', | 45 '../src/codec/SkJpegDecoderMgr.cpp', |
| 46 '../src/codec/SkJpegUtility_codec.cpp', | 46 '../src/codec/SkJpegUtility_codec.cpp', |
| 47 '../src/codec/SkMaskSwizzler.cpp', | 47 '../src/codec/SkMaskSwizzler.cpp', |
| 48 '../src/codec/SkMasks.cpp', | 48 '../src/codec/SkMasks.cpp', |
| 49 '../src/codec/SkScaledCodec.cpp', | 49 '../src/codec/SkScaledCodec.cpp', |
| 50 '../src/codec/SkScanlineDecoder.cpp', | |
| 51 '../src/codec/SkSwizzler.cpp', | 50 '../src/codec/SkSwizzler.cpp', |
| 52 '../src/codec/SkWebpCodec.cpp', | 51 '../src/codec/SkWebpCodec.cpp', |
| 53 ], | 52 ], |
| 54 'direct_dependent_settings': { | 53 'direct_dependent_settings': { |
| 55 'include_dirs': [ | 54 'include_dirs': [ |
| 56 '../include/codec', | 55 '../include/codec', |
| 57 ], | 56 ], |
| 58 }, | 57 }, |
| 59 'conditions': [ | 58 'conditions': [ |
| 60 [ 'skia_android_framework == 1', | 59 [ 'skia_android_framework == 1', |
| (...skipping 22 matching lines...) Expand all Loading... |
| 83 ], | 82 ], |
| 84 'defines': [ | 83 'defines': [ |
| 85 'TURBO_HAS_SKIP', | 84 'TURBO_HAS_SKIP', |
| 86 ], | 85 ], |
| 87 } | 86 } |
| 88 ] | 87 ] |
| 89 ] | 88 ] |
| 90 }, | 89 }, |
| 91 ], | 90 ], |
| 92 } | 91 } |
| OLD | NEW |