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

Side by Side Diff: gyp/images.gyp

Issue 304443003: add colortable support to imagegenerator (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: 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/skia_for_chromium_defines.gypi » ('j') | include/core/SkImageGenerator.h » ('J')
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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 '../src/images/SkImageDecoder_libbmp.cpp', 64 '../src/images/SkImageDecoder_libbmp.cpp',
65 '../src/images/SkImageDecoder_libgif.cpp', 65 '../src/images/SkImageDecoder_libgif.cpp',
66 '../src/images/SkImageDecoder_libico.cpp', 66 '../src/images/SkImageDecoder_libico.cpp',
67 '../src/images/SkImageDecoder_libwebp.cpp', 67 '../src/images/SkImageDecoder_libwebp.cpp',
68 '../src/images/SkImageDecoder_libjpeg.cpp', 68 '../src/images/SkImageDecoder_libjpeg.cpp',
69 '../src/images/SkImageDecoder_libpng.cpp', 69 '../src/images/SkImageDecoder_libpng.cpp',
70 70
71 '../src/images/SkImageEncoder.cpp', 71 '../src/images/SkImageEncoder.cpp',
72 '../src/images/SkImageEncoder_Factory.cpp', 72 '../src/images/SkImageEncoder_Factory.cpp',
73 '../src/images/SkImageEncoder_argb.cpp', 73 '../src/images/SkImageEncoder_argb.cpp',
74 '../src/images/SkImageGenerator.cpp',
scroggo 2014/05/27 16:13:58 This file is missing from your CL.
reed1 2014/05/27 18:05:46 Done.
74 '../src/images/SkImageRef.cpp', 75 '../src/images/SkImageRef.cpp',
75 '../src/images/SkImageRefPool.cpp', 76 '../src/images/SkImageRefPool.cpp',
76 '../src/images/SkImageRefPool.h', 77 '../src/images/SkImageRefPool.h',
77 '../src/images/SkImageRef_ashmem.h', 78 '../src/images/SkImageRef_ashmem.h',
78 '../src/images/SkImageRef_ashmem.cpp', 79 '../src/images/SkImageRef_ashmem.cpp',
79 '../src/images/SkImageRef_GlobalPool.cpp', 80 '../src/images/SkImageRef_GlobalPool.cpp',
80 '../src/images/SkImages.cpp', 81 '../src/images/SkImages.cpp',
81 '../src/images/SkJpegUtility.cpp', 82 '../src/images/SkJpegUtility.cpp',
82 '../src/images/SkMovie.cpp', 83 '../src/images/SkMovie.cpp',
83 '../src/images/SkMovie_gif.cpp', 84 '../src/images/SkMovie_gif.cpp',
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 }], 175 }],
175 ], 176 ],
176 'direct_dependent_settings': { 177 'direct_dependent_settings': {
177 'include_dirs': [ 178 'include_dirs': [
178 '../include/images', 179 '../include/images',
179 ], 180 ],
180 }, 181 },
181 }, 182 },
182 ], 183 ],
183 } 184 }
OLDNEW
« no previous file with comments | « no previous file | gyp/skia_for_chromium_defines.gypi » ('j') | include/core/SkImageGenerator.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698