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

Side by Side Diff: gyp/images.gyp

Issue 100183002: Remove SkImageRef and related functionality. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: rebase Created 6 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 | Annotate | Revision Log
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 10 matching lines...) Expand all
21 '../src/lazy', 21 '../src/lazy',
22 # for access to SkErrorInternals.h 22 # for access to SkErrorInternals.h
23 '../src/core/', 23 '../src/core/',
24 # for access to SkImagePriv.h 24 # for access to SkImagePriv.h
25 '../src/image/', 25 '../src/image/',
26 # So src/ports/SkImageDecoder_CG can access SkStreamHelpers.h 26 # So src/ports/SkImageDecoder_CG can access SkStreamHelpers.h
27 '../src/images/', 27 '../src/images/',
28 ], 28 ],
29 'sources': [ 29 'sources': [
30 '../include/images/SkForceLinking.h', 30 '../include/images/SkForceLinking.h',
31 '../include/images/SkImageRef.h',
32 '../include/images/SkImageRef_GlobalPool.h',
33 '../src/images/SkJpegUtility.h', 31 '../src/images/SkJpegUtility.h',
34 '../include/images/SkMovie.h', 32 '../include/images/SkMovie.h',
35 '../include/images/SkPageFlipper.h', 33 '../include/images/SkPageFlipper.h',
36 34
37 '../src/images/bmpdecoderhelper.cpp', 35 '../src/images/bmpdecoderhelper.cpp',
38 '../src/images/bmpdecoderhelper.h', 36 '../src/images/bmpdecoderhelper.h',
39 37
40 '../src/images/SkDecodingImageGenerator.cpp', 38 '../src/images/SkDecodingImageGenerator.cpp',
41 '../src/images/SkDecodingImageGenerator.h', 39 '../src/images/SkDecodingImageGenerator.h',
42 '../src/images/SkForceLinking.cpp', 40 '../src/images/SkForceLinking.cpp',
43 '../src/images/SkImageDecoder.cpp', 41 '../src/images/SkImageDecoder.cpp',
44 '../src/images/SkImageDecoder_FactoryDefault.cpp', 42 '../src/images/SkImageDecoder_FactoryDefault.cpp',
45 '../src/images/SkImageDecoder_FactoryRegistrar.cpp', 43 '../src/images/SkImageDecoder_FactoryRegistrar.cpp',
46 # If decoders are added/removed to/from (all/individual) 44 # If decoders are added/removed to/from (all/individual)
47 # platform(s), be sure to update SkForceLinking.cpp 45 # platform(s), be sure to update SkForceLinking.cpp
48 # so the right decoders will be forced to link. 46 # so the right decoders will be forced to link.
49 '../src/images/SkImageDecoder_libbmp.cpp', 47 '../src/images/SkImageDecoder_libbmp.cpp',
50 '../src/images/SkImageDecoder_libgif.cpp', 48 '../src/images/SkImageDecoder_libgif.cpp',
51 '../src/images/SkImageDecoder_libico.cpp', 49 '../src/images/SkImageDecoder_libico.cpp',
52 '../src/images/SkImageDecoder_libjpeg.cpp', 50 '../src/images/SkImageDecoder_libjpeg.cpp',
53 '../src/images/SkImageDecoder_libpng.cpp', 51 '../src/images/SkImageDecoder_libpng.cpp',
54 '../src/images/SkImageDecoder_libwebp.cpp', 52 '../src/images/SkImageDecoder_libwebp.cpp',
55 '../src/images/SkImageDecoder_wbmp.cpp', 53 '../src/images/SkImageDecoder_wbmp.cpp',
56 '../src/images/SkImageEncoder.cpp', 54 '../src/images/SkImageEncoder.cpp',
57 '../src/images/SkImageEncoder_Factory.cpp', 55 '../src/images/SkImageEncoder_Factory.cpp',
58 '../src/images/SkImageEncoder_argb.cpp', 56 '../src/images/SkImageEncoder_argb.cpp',
59 '../src/images/SkImageRef.cpp',
60 '../src/images/SkImageRefPool.cpp',
61 '../src/images/SkImageRefPool.h',
62 '../src/images/SkImageRef_ashmem.h',
63 '../src/images/SkImageRef_ashmem.cpp',
64 '../src/images/SkImageRef_GlobalPool.cpp',
65 '../src/images/SkImages.cpp',
66 '../src/images/SkJpegUtility.cpp', 57 '../src/images/SkJpegUtility.cpp',
67 '../src/images/SkMovie.cpp', 58 '../src/images/SkMovie.cpp',
68 '../src/images/SkMovie_gif.cpp', 59 '../src/images/SkMovie_gif.cpp',
69 '../src/images/SkPageFlipper.cpp', 60 '../src/images/SkPageFlipper.cpp',
70 '../src/images/SkScaledBitmapSampler.cpp', 61 '../src/images/SkScaledBitmapSampler.cpp',
71 '../src/images/SkScaledBitmapSampler.h', 62 '../src/images/SkScaledBitmapSampler.h',
72 '../src/images/SkStreamHelpers.cpp', 63 '../src/images/SkStreamHelpers.cpp',
73 '../src/images/SkStreamHelpers.h', 64 '../src/images/SkStreamHelpers.h',
74 65
75 '../src/ports/SkImageDecoder_CG.cpp', 66 '../src/ports/SkImageDecoder_CG.cpp',
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 ], 159 ],
169 'direct_dependent_settings': { 160 'direct_dependent_settings': {
170 'include_dirs': [ 161 'include_dirs': [
171 '../include/images', 162 '../include/images',
172 '../include/lazy', 163 '../include/lazy',
173 ], 164 ],
174 }, 165 },
175 }, 166 },
176 ], 167 ],
177 } 168 }
OLDNEW
« no previous file with comments | « no previous file | include/images/SkImageRef.h » ('j') | src/ports/SkGlobalInitialization_default.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698