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

Side by Side Diff: gyp/images.gyp

Issue 23330002: Avoid getLength in ico decoder. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Respond to comments. Created 7 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | src/images/SkImageDecoder_libbmp.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 # GYP file for images project. 1 # GYP file for images project.
2 { 2 {
3 'targets': [ 3 'targets': [
4 { 4 {
5 'target_name': 'images', 5 'target_name': 'images',
6 'product_name': 'skia_images', 6 'product_name': 'skia_images',
7 'type': 'static_library', 7 'type': 'static_library',
8 'standalone_static_library': 1, 8 'standalone_static_library': 1,
9 'dependencies': [ 9 'dependencies': [
10 'core.gyp:*', 10 'core.gyp:*',
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 '../src/images/SkImageRef_ashmem.h', 57 '../src/images/SkImageRef_ashmem.h',
58 '../src/images/SkImageRef_ashmem.cpp', 58 '../src/images/SkImageRef_ashmem.cpp',
59 '../src/images/SkImageRef_GlobalPool.cpp', 59 '../src/images/SkImageRef_GlobalPool.cpp',
60 '../src/images/SkImages.cpp', 60 '../src/images/SkImages.cpp',
61 '../src/images/SkJpegUtility.cpp', 61 '../src/images/SkJpegUtility.cpp',
62 '../src/images/SkMovie.cpp', 62 '../src/images/SkMovie.cpp',
63 '../src/images/SkMovie_gif.cpp', 63 '../src/images/SkMovie_gif.cpp',
64 '../src/images/SkPageFlipper.cpp', 64 '../src/images/SkPageFlipper.cpp',
65 '../src/images/SkScaledBitmapSampler.cpp', 65 '../src/images/SkScaledBitmapSampler.cpp',
66 '../src/images/SkScaledBitmapSampler.h', 66 '../src/images/SkScaledBitmapSampler.h',
67 '../src/images/SkStreamHelpers.cpp',
68 '../src/images/SkStreamHelpers.h',
67 69
68 '../src/ports/SkImageDecoder_CG.cpp', 70 '../src/ports/SkImageDecoder_CG.cpp',
69 '../src/ports/SkImageDecoder_WIC.cpp', 71 '../src/ports/SkImageDecoder_WIC.cpp',
70 ], 72 ],
71 'conditions': [ 73 'conditions': [
72 [ 'skia_os == "win"', { 74 [ 'skia_os == "win"', {
73 'sources!': [ 75 'sources!': [
74 '../src/images/SkImageDecoder_FactoryDefault.cpp', 76 '../src/images/SkImageDecoder_FactoryDefault.cpp',
75 '../src/images/SkImageDecoder_libgif.cpp', 77 '../src/images/SkImageDecoder_libgif.cpp',
76 '../src/images/SkImageDecoder_libpng.cpp', 78 '../src/images/SkImageDecoder_libpng.cpp',
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 }, 169 },
168 }, 170 },
169 ], 171 ],
170 } 172 }
171 173
172 # Local Variables: 174 # Local Variables:
173 # tab-width:2 175 # tab-width:2
174 # indent-tabs-mode:nil 176 # indent-tabs-mode:nil
175 # End: 177 # End:
176 # vim: set expandtab tabstop=2 shiftwidth=2: 178 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | src/images/SkImageDecoder_libbmp.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698