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

Side by Side Diff: gyp/images.gyp

Issue 14267031: ARGB image encoder for checksums. (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Something which can actually be checked in. Created 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | gyp/tests.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 { 1 {
2 'targets': [ 2 'targets': [
3 { 3 {
4 'target_name': 'images', 4 'target_name': 'images',
5 'product_name': 'skia_images', 5 'product_name': 'skia_images',
6 'type': 'static_library', 6 'type': 'static_library',
7 'standalone_static_library': 1, 7 'standalone_static_library': 1,
8 'dependencies': [ 8 'dependencies': [
9 'libjpeg.gyp:*', 9 'libjpeg.gyp:*',
10 'libwebp.gyp:libwebp', 10 'libwebp.gyp:libwebp',
(...skipping 29 matching lines...) Expand all
40 '../src/images/SkImageDecoder_FactoryRegistrar.cpp', 40 '../src/images/SkImageDecoder_FactoryRegistrar.cpp',
41 '../src/images/SkImageDecoder_libbmp.cpp', 41 '../src/images/SkImageDecoder_libbmp.cpp',
42 '../src/images/SkImageDecoder_libgif.cpp', 42 '../src/images/SkImageDecoder_libgif.cpp',
43 '../src/images/SkImageDecoder_libico.cpp', 43 '../src/images/SkImageDecoder_libico.cpp',
44 '../src/images/SkImageDecoder_libjpeg.cpp', 44 '../src/images/SkImageDecoder_libjpeg.cpp',
45 '../src/images/SkImageDecoder_libpng.cpp', 45 '../src/images/SkImageDecoder_libpng.cpp',
46 '../src/images/SkImageDecoder_libwebp.cpp', 46 '../src/images/SkImageDecoder_libwebp.cpp',
47 '../src/images/SkImageDecoder_wbmp.cpp', 47 '../src/images/SkImageDecoder_wbmp.cpp',
48 '../src/images/SkImageEncoder.cpp', 48 '../src/images/SkImageEncoder.cpp',
49 '../src/images/SkImageEncoder_Factory.cpp', 49 '../src/images/SkImageEncoder_Factory.cpp',
50 '../src/images/SkImageEncoder_argb.cpp',
50 '../src/images/SkImageRef.cpp', 51 '../src/images/SkImageRef.cpp',
51 '../src/images/SkImageRefPool.cpp', 52 '../src/images/SkImageRefPool.cpp',
52 '../src/images/SkImageRefPool.h', 53 '../src/images/SkImageRefPool.h',
53 '../src/images/SkImageRef_ashmem.h', 54 '../src/images/SkImageRef_ashmem.h',
54 '../src/images/SkImageRef_ashmem.cpp', 55 '../src/images/SkImageRef_ashmem.cpp',
55 '../src/images/SkImageRef_GlobalPool.cpp', 56 '../src/images/SkImageRef_GlobalPool.cpp',
56 '../src/images/SkImages.cpp', 57 '../src/images/SkImages.cpp',
57 '../src/images/SkJpegUtility.cpp', 58 '../src/images/SkJpegUtility.cpp',
58 '../src/images/SkMovie.cpp', 59 '../src/images/SkMovie.cpp',
59 '../src/images/SkMovie_gif.cpp', 60 '../src/images/SkMovie_gif.cpp',
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 }, 157 },
157 }, 158 },
158 ], 159 ],
159 } 160 }
160 161
161 # Local Variables: 162 # Local Variables:
162 # tab-width:2 163 # tab-width:2
163 # indent-tabs-mode:nil 164 # indent-tabs-mode:nil
164 # End: 165 # End:
165 # vim: set expandtab tabstop=2 shiftwidth=2: 166 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | gyp/tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698