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

Side by Side Diff: gyp/codec.gyp

Issue 1836493002: Rename encoders to Sk*ImageEncoder (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 8 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 | « cmake/CMakeLists.txt ('k') | gyp/images.gyp » ('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 26 matching lines...) Expand all
37 '../src/codec/SkAndroidCodec.cpp', 37 '../src/codec/SkAndroidCodec.cpp',
38 '../src/codec/SkBmpCodec.cpp', 38 '../src/codec/SkBmpCodec.cpp',
39 '../src/codec/SkBmpMaskCodec.cpp', 39 '../src/codec/SkBmpMaskCodec.cpp',
40 '../src/codec/SkBmpRLECodec.cpp', 40 '../src/codec/SkBmpRLECodec.cpp',
41 '../src/codec/SkBmpStandardCodec.cpp', 41 '../src/codec/SkBmpStandardCodec.cpp',
42 '../src/codec/SkCodec.cpp', 42 '../src/codec/SkCodec.cpp',
43 '../src/codec/SkGifCodec.cpp', 43 '../src/codec/SkGifCodec.cpp',
44 '../src/codec/SkIcoCodec.cpp', 44 '../src/codec/SkIcoCodec.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.cpp',
48 '../src/codec/SkMaskSwizzler.cpp', 48 '../src/codec/SkMaskSwizzler.cpp',
49 '../src/codec/SkMasks.cpp', 49 '../src/codec/SkMasks.cpp',
50 '../src/codec/SkPngCodec.cpp', 50 '../src/codec/SkPngCodec.cpp',
51 '../src/codec/SkSampler.cpp', 51 '../src/codec/SkSampler.cpp',
52 '../src/codec/SkSampledCodec.cpp', 52 '../src/codec/SkSampledCodec.cpp',
53 '../src/codec/SkSwizzler.cpp', 53 '../src/codec/SkSwizzler.cpp',
54 '../src/codec/SkWbmpCodec.cpp', 54 '../src/codec/SkWbmpCodec.cpp',
55 '../src/codec/SkWebpAdapterCodec.cpp', 55 '../src/codec/SkWebpAdapterCodec.cpp',
56 '../src/codec/SkWebpCodec.cpp', 56 '../src/codec/SkWebpCodec.cpp',
57 57
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 }], 137 }],
138 ['skia_os == "chromeos"', { 138 ['skia_os == "chromeos"', {
139 'link_settings': { 139 'link_settings': {
140 'libraries': ['-lrt', ], 140 'libraries': ['-lrt', ],
141 }, 141 },
142 }], 142 }],
143 ], 143 ],
144 }, 144 },
145 ], 145 ],
146 } 146 }
OLDNEW
« no previous file with comments | « cmake/CMakeLists.txt ('k') | gyp/images.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698