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

Side by Side Diff: gyp/codec.gyp

Issue 1613043003: Rename SkCodec_libpng to SkPngCodec (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 11 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
« no previous file with comments | « no previous file | src/codec/SkCodec.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 '../src/core', 34 '../src/core',
35 '../src/utils', 35 '../src/utils',
36 ], 36 ],
37 'sources': [ 37 'sources': [
38 '../src/codec/SkAndroidCodec.cpp', 38 '../src/codec/SkAndroidCodec.cpp',
39 '../src/codec/SkBmpCodec.cpp', 39 '../src/codec/SkBmpCodec.cpp',
40 '../src/codec/SkBmpMaskCodec.cpp', 40 '../src/codec/SkBmpMaskCodec.cpp',
41 '../src/codec/SkBmpRLECodec.cpp', 41 '../src/codec/SkBmpRLECodec.cpp',
42 '../src/codec/SkBmpStandardCodec.cpp', 42 '../src/codec/SkBmpStandardCodec.cpp',
43 '../src/codec/SkCodec.cpp', 43 '../src/codec/SkCodec.cpp',
44 '../src/codec/SkCodec_libpng.cpp',
45 '../src/codec/SkGifCodec.cpp', 44 '../src/codec/SkGifCodec.cpp',
46 '../src/codec/SkIcoCodec.cpp', 45 '../src/codec/SkIcoCodec.cpp',
47 '../src/codec/SkJpegCodec.cpp', 46 '../src/codec/SkJpegCodec.cpp',
48 '../src/codec/SkJpegDecoderMgr.cpp', 47 '../src/codec/SkJpegDecoderMgr.cpp',
49 '../src/codec/SkJpegUtility_codec.cpp', 48 '../src/codec/SkJpegUtility_codec.cpp',
50 '../src/codec/SkMaskSwizzler.cpp', 49 '../src/codec/SkMaskSwizzler.cpp',
51 '../src/codec/SkMasks.cpp', 50 '../src/codec/SkMasks.cpp',
51 '../src/codec/SkPngCodec.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/SkWbmpCodec.cpp', 55 '../src/codec/SkWbmpCodec.cpp',
56 '../src/codec/SkWebpAdapterCodec.cpp', 56 '../src/codec/SkWebpAdapterCodec.cpp',
57 '../src/codec/SkWebpCodec.cpp', 57 '../src/codec/SkWebpCodec.cpp',
58 58
59 '../src/codec/SkCodecImageGenerator.cpp', 59 '../src/codec/SkCodecImageGenerator.cpp',
60 ], 60 ],
61 'direct_dependent_settings': { 61 'direct_dependent_settings': {
62 'include_dirs': [ 62 'include_dirs': [
63 '../include/codec', 63 '../include/codec',
64 ], 64 ],
65 }, 65 },
66 'defines': [ 66 'defines': [
67 'TURBO_HAS_SKIP', 67 'TURBO_HAS_SKIP',
68 ], 68 ],
69 }, 69 },
70 ], 70 ],
71 } 71 }
OLDNEW
« no previous file with comments | « no previous file | src/codec/SkCodec.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698