Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1124)

Side by Side Diff: gyp/codec.gyp

Issue 1305123002: Scanline decoding for gifs (Closed) Base URL: https://skia.googlesource.com/skia.git@real-bmp-scan
Patch Set: First round of fixes Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 23 matching lines...) Expand all
34 'sources': [ 34 'sources': [
35 '../src/codec/SkBmpCodec.cpp', 35 '../src/codec/SkBmpCodec.cpp',
36 '../src/codec/SkBmpMaskCodec.cpp', 36 '../src/codec/SkBmpMaskCodec.cpp',
37 '../src/codec/SkBmpRLECodec.cpp', 37 '../src/codec/SkBmpRLECodec.cpp',
38 '../src/codec/SkBmpStandardCodec.cpp', 38 '../src/codec/SkBmpStandardCodec.cpp',
39 '../src/codec/SkCodec.cpp', 39 '../src/codec/SkCodec.cpp',
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/SkGifInterlaceIter.cpp',
45 '../src/codec/SkJpegCodec.cpp', 44 '../src/codec/SkJpegCodec.cpp',
46 '../src/codec/SkJpegDecoderMgr.cpp', 45 '../src/codec/SkJpegDecoderMgr.cpp',
47 '../src/codec/SkJpegUtility_codec.cpp', 46 '../src/codec/SkJpegUtility_codec.cpp',
48 '../src/codec/SkMaskSwizzler.cpp', 47 '../src/codec/SkMaskSwizzler.cpp',
49 '../src/codec/SkMasks.cpp', 48 '../src/codec/SkMasks.cpp',
50 '../src/codec/SkScaledCodec.cpp', 49 '../src/codec/SkScaledCodec.cpp',
51 '../src/codec/SkScanlineDecoder.cpp', 50 '../src/codec/SkScanlineDecoder.cpp',
52 '../src/codec/SkSwizzler.cpp', 51 '../src/codec/SkSwizzler.cpp',
53 '../src/codec/SkWebpCodec.cpp', 52 '../src/codec/SkWebpCodec.cpp',
54 ], 53 ],
(...skipping 29 matching lines...) Expand all
84 ], 83 ],
85 'cflags': [ 84 'cflags': [
86 '-DTURBO_HAS_SKIP', 85 '-DTURBO_HAS_SKIP',
87 ], 86 ],
88 } 87 }
89 ] 88 ]
90 ] 89 ]
91 }, 90 },
92 ], 91 ],
93 } 92 }
OLDNEW
« no previous file with comments | « dm/DMSrcSink.cpp ('k') | include/codec/SkScaledCodec.h » ('j') | src/codec/SkCodecPriv.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698