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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
47 '../src/codec/SkJpegCodec.cpp', | 47 '../src/codec/SkJpegCodec.cpp', |
48 '../src/codec/SkJpegDecoderMgr.cpp', | 48 '../src/codec/SkJpegDecoderMgr.cpp', |
49 '../src/codec/SkJpegUtility_codec.cpp', | 49 '../src/codec/SkJpegUtility_codec.cpp', |
50 '../src/codec/SkMaskSwizzler.cpp', | 50 '../src/codec/SkMaskSwizzler.cpp', |
51 '../src/codec/SkMasks.cpp', | 51 '../src/codec/SkMasks.cpp', |
52 '../src/codec/SkSampler.cpp', | 52 '../src/codec/SkSampler.cpp', |
53 '../src/codec/SkSampledCodec.cpp', | 53 '../src/codec/SkSampledCodec.cpp', |
54 '../src/codec/SkSwizzler.cpp', | 54 '../src/codec/SkSwizzler.cpp', |
55 '../src/codec/SkWebpAdapterCodec.cpp', | 55 '../src/codec/SkWebpAdapterCodec.cpp', |
56 '../src/codec/SkWebpCodec.cpp', | 56 '../src/codec/SkWebpCodec.cpp', |
| 57 |
| 58 '../src/ports/SkImageGenerator_skia.cpp', |
57 ], | 59 ], |
58 'direct_dependent_settings': { | 60 'direct_dependent_settings': { |
59 'include_dirs': [ | 61 'include_dirs': [ |
60 '../include/codec', | 62 '../include/codec', |
61 ], | 63 ], |
62 }, | 64 }, |
63 'defines': [ | 65 'defines': [ |
64 'TURBO_HAS_SKIP', | 66 'TURBO_HAS_SKIP', |
65 ], | 67 ], |
66 }, | 68 }, |
67 ], | 69 ], |
68 } | 70 } |
OLD | NEW |