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

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: REBASED Created 6 years, 6 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/public_headers.gypi » ('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 16 matching lines...) Expand all
27 # for access to SkErrorInternals.h 27 # for access to SkErrorInternals.h
28 '../src/core/', 28 '../src/core/',
29 # for access to SkImagePriv.h 29 # for access to SkImagePriv.h
30 '../src/image/', 30 '../src/image/',
31 # So src/ports/SkImageDecoder_CG can access SkStreamHelpers.h 31 # So src/ports/SkImageDecoder_CG can access SkStreamHelpers.h
32 '../src/images/', 32 '../src/images/',
33 ], 33 ],
34 'sources': [ 34 'sources': [
35 '../include/images/SkDecodingImageGenerator.h', 35 '../include/images/SkDecodingImageGenerator.h',
36 '../include/images/SkForceLinking.h', 36 '../include/images/SkForceLinking.h',
37 '../include/images/SkImageRef.h',
38 '../include/images/SkImageRef_GlobalPool.h',
39 '../src/images/SkJpegUtility.h', 37 '../src/images/SkJpegUtility.h',
40 '../include/images/SkMovie.h', 38 '../include/images/SkMovie.h',
41 '../include/images/SkPageFlipper.h', 39 '../include/images/SkPageFlipper.h',
42 40
43 '../src/images/bmpdecoderhelper.cpp', 41 '../src/images/bmpdecoderhelper.cpp',
44 '../src/images/bmpdecoderhelper.h', 42 '../src/images/bmpdecoderhelper.h',
45 43
46 '../src/images/SkDecodingImageGenerator.cpp', 44 '../src/images/SkDecodingImageGenerator.cpp',
47 '../src/images/SkForceLinking.cpp', 45 '../src/images/SkForceLinking.cpp',
48 '../src/images/SkImageDecoder.cpp', 46 '../src/images/SkImageDecoder.cpp',
(...skipping 17 matching lines...) Expand all
66 '../src/images/SkImageDecoder_libbmp.cpp', 64 '../src/images/SkImageDecoder_libbmp.cpp',
67 '../src/images/SkImageDecoder_libgif.cpp', 65 '../src/images/SkImageDecoder_libgif.cpp',
68 '../src/images/SkImageDecoder_libico.cpp', 66 '../src/images/SkImageDecoder_libico.cpp',
69 '../src/images/SkImageDecoder_libwebp.cpp', 67 '../src/images/SkImageDecoder_libwebp.cpp',
70 '../src/images/SkImageDecoder_libjpeg.cpp', 68 '../src/images/SkImageDecoder_libjpeg.cpp',
71 '../src/images/SkImageDecoder_libpng.cpp', 69 '../src/images/SkImageDecoder_libpng.cpp',
72 70
73 '../src/images/SkImageEncoder.cpp', 71 '../src/images/SkImageEncoder.cpp',
74 '../src/images/SkImageEncoder_Factory.cpp', 72 '../src/images/SkImageEncoder_Factory.cpp',
75 '../src/images/SkImageEncoder_argb.cpp', 73 '../src/images/SkImageEncoder_argb.cpp',
76 '../src/images/SkImageRef.cpp',
77 '../src/images/SkImageRefPool.cpp',
78 '../src/images/SkImageRefPool.h',
79 '../src/images/SkImageRef_ashmem.h',
80 '../src/images/SkImageRef_ashmem.cpp',
81 '../src/images/SkImageRef_GlobalPool.cpp',
82 '../src/images/SkImages.cpp',
83 '../src/images/SkJpegUtility.cpp', 74 '../src/images/SkJpegUtility.cpp',
84 '../src/images/SkMovie.cpp', 75 '../src/images/SkMovie.cpp',
85 '../src/images/SkMovie_gif.cpp', 76 '../src/images/SkMovie_gif.cpp',
86 '../src/images/SkPageFlipper.cpp', 77 '../src/images/SkPageFlipper.cpp',
87 '../src/images/SkScaledBitmapSampler.cpp', 78 '../src/images/SkScaledBitmapSampler.cpp',
88 '../src/images/SkScaledBitmapSampler.h', 79 '../src/images/SkScaledBitmapSampler.h',
89 '../src/images/SkStreamHelpers.cpp', 80 '../src/images/SkStreamHelpers.cpp',
90 '../src/images/SkStreamHelpers.h', 81 '../src/images/SkStreamHelpers.h',
91 82
92 '../src/ports/SkImageDecoder_CG.cpp', 83 '../src/ports/SkImageDecoder_CG.cpp',
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 }], 167 }],
177 ], 168 ],
178 'direct_dependent_settings': { 169 'direct_dependent_settings': {
179 'include_dirs': [ 170 'include_dirs': [
180 '../include/images', 171 '../include/images',
181 ], 172 ],
182 }, 173 },
183 }, 174 },
184 ], 175 ],
185 } 176 }
OLDNEW
« no previous file with comments | « no previous file | gyp/public_headers.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698