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

Side by Side Diff: gyp/images.gyp

Issue 834633006: add ImageGenerator::NewFromData to porting layer (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: add helper for SkInstallDiscardablePixelRef(SkData*, ...) Created 5 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
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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 '../src/images/SkImageEncoder.cpp', 63 '../src/images/SkImageEncoder.cpp',
64 '../src/images/SkImageEncoder_Factory.cpp', 64 '../src/images/SkImageEncoder_Factory.cpp',
65 '../src/images/SkImageEncoder_argb.cpp', 65 '../src/images/SkImageEncoder_argb.cpp',
66 '../src/images/SkJpegUtility.cpp', 66 '../src/images/SkJpegUtility.cpp',
67 '../src/images/SkMovie.cpp', 67 '../src/images/SkMovie.cpp',
68 '../src/images/SkMovie_gif.cpp', 68 '../src/images/SkMovie_gif.cpp',
69 '../src/images/SkPageFlipper.cpp', 69 '../src/images/SkPageFlipper.cpp',
70 '../src/images/SkScaledBitmapSampler.cpp', 70 '../src/images/SkScaledBitmapSampler.cpp',
71 '../src/images/SkScaledBitmapSampler.h', 71 '../src/images/SkScaledBitmapSampler.h',
72 72
73 '../src/ports/SkImageGenerator_skia.cpp',
74
73 '../src/ports/SkImageDecoder_CG.cpp', 75 '../src/ports/SkImageDecoder_CG.cpp',
74 '../src/ports/SkImageDecoder_WIC.cpp', 76 '../src/ports/SkImageDecoder_WIC.cpp',
75 ], 77 ],
76 'conditions': [ 78 'conditions': [
77 [ 'skia_os == "win"', { 79 [ 'skia_os == "win"', {
78 'sources!': [ 80 'sources!': [
79 '../src/images/SkImageDecoder_FactoryDefault.cpp', 81 '../src/images/SkImageDecoder_FactoryDefault.cpp',
80 '../src/images/SkImageDecoder_libgif.cpp', 82 '../src/images/SkImageDecoder_libgif.cpp',
81 '../src/images/SkImageDecoder_libpng.cpp', 83 '../src/images/SkImageDecoder_libpng.cpp',
82 '../src/images/SkMovie_gif.cpp', 84 '../src/images/SkMovie_gif.cpp',
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 }], 163 }],
162 ], 164 ],
163 'direct_dependent_settings': { 165 'direct_dependent_settings': {
164 'include_dirs': [ 166 'include_dirs': [
165 '../include/images', 167 '../include/images',
166 ], 168 ],
167 }, 169 },
168 }, 170 },
169 ], 171 ],
170 } 172 }
OLDNEW
« no previous file with comments | « gm/image.cpp ('k') | include/core/SkImage.h » ('j') | include/core/SkImageGenerator.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698