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

Side by Side Diff: gyp/images.gyp

Issue 14678003: Force linking with image decoders for images project. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: respond to comment Created 7 years, 7 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 | « gm/cmykjpeg.cpp ('k') | src/images/SkImageDecoder.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 { 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 22 matching lines...) Expand all
33 '../include/images/SkPageFlipper.h', 33 '../include/images/SkPageFlipper.h',
34 34
35 '../src/images/bmpdecoderhelper.cpp', 35 '../src/images/bmpdecoderhelper.cpp',
36 '../src/images/bmpdecoderhelper.h', 36 '../src/images/bmpdecoderhelper.h',
37 37
38 '../src/images/SkBitmapRegionDecoder.cpp', 38 '../src/images/SkBitmapRegionDecoder.cpp',
39 39
40 '../src/images/SkImageDecoder.cpp', 40 '../src/images/SkImageDecoder.cpp',
41 '../src/images/SkImageDecoder_FactoryDefault.cpp', 41 '../src/images/SkImageDecoder_FactoryDefault.cpp',
42 '../src/images/SkImageDecoder_FactoryRegistrar.cpp', 42 '../src/images/SkImageDecoder_FactoryRegistrar.cpp',
43 # If decoders are added/removed to/from (all/individual)
44 # platform(s), be sure to update SkImageDecoder.cpp:force_linking
45 # so the right decoders will be forced to link.
43 '../src/images/SkImageDecoder_libbmp.cpp', 46 '../src/images/SkImageDecoder_libbmp.cpp',
44 '../src/images/SkImageDecoder_libgif.cpp', 47 '../src/images/SkImageDecoder_libgif.cpp',
45 '../src/images/SkImageDecoder_libico.cpp', 48 '../src/images/SkImageDecoder_libico.cpp',
46 '../src/images/SkImageDecoder_libjpeg.cpp', 49 '../src/images/SkImageDecoder_libjpeg.cpp',
47 '../src/images/SkImageDecoder_libpng.cpp', 50 '../src/images/SkImageDecoder_libpng.cpp',
48 '../src/images/SkImageDecoder_libwebp.cpp', 51 '../src/images/SkImageDecoder_libwebp.cpp',
49 '../src/images/SkImageDecoder_wbmp.cpp', 52 '../src/images/SkImageDecoder_wbmp.cpp',
50 '../src/images/SkImageEncoder.cpp', 53 '../src/images/SkImageEncoder.cpp',
51 '../src/images/SkImageEncoder_Factory.cpp', 54 '../src/images/SkImageEncoder_Factory.cpp',
52 '../src/images/SkImageEncoder_argb.cpp', 55 '../src/images/SkImageEncoder_argb.cpp',
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 }, 162 },
160 }, 163 },
161 ], 164 ],
162 } 165 }
163 166
164 # Local Variables: 167 # Local Variables:
165 # tab-width:2 168 # tab-width:2
166 # indent-tabs-mode:nil 169 # indent-tabs-mode:nil
167 # End: 170 # End:
168 # vim: set expandtab tabstop=2 shiftwidth=2: 171 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gm/cmykjpeg.cpp ('k') | src/images/SkImageDecoder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698