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

Side by Side Diff: gyp/images.gyp

Issue 14363003: Updates to skimage tool to use it for testing. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: GetFormat -> GetStreamFormat 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 | « no previous file | include/images/SkImageDecoder.h » ('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',
11 'utils.gyp:utils', 11 'utils.gyp:utils',
12 ], 12 ],
13 'export_dependent_settings': [ 13 'export_dependent_settings': [
14 'libjpeg.gyp:*', 14 'libjpeg.gyp:*',
15 ], 15 ],
16 'include_dirs': [ 16 'include_dirs': [
17 '../include/config', 17 '../include/config',
18 '../include/core', 18 '../include/core',
19 '../include/images', 19 '../include/images',
20 '../include/lazy', 20 '../include/lazy',
21 # for access to SkErrorInternals.h
22 '../src/core/',
21 # for access to SkImagePriv.h 23 # for access to SkImagePriv.h
22 '../src/image/', 24 '../src/image/',
23 ], 25 ],
24 'sources': [ 26 'sources': [
25 '../include/images/SkImageDecoder.h', 27 '../include/images/SkImageDecoder.h',
26 '../include/images/SkImageEncoder.h', 28 '../include/images/SkImageEncoder.h',
27 '../include/images/SkImageRef.h', 29 '../include/images/SkImageRef.h',
28 '../include/images/SkImageRef_GlobalPool.h', 30 '../include/images/SkImageRef_GlobalPool.h',
29 '../src/images/SkJpegUtility.h', 31 '../src/images/SkJpegUtility.h',
30 '../include/images/SkMovie.h', 32 '../include/images/SkMovie.h',
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 }, 158 },
157 }, 159 },
158 ], 160 ],
159 } 161 }
160 162
161 # Local Variables: 163 # Local Variables:
162 # tab-width:2 164 # tab-width:2
163 # indent-tabs-mode:nil 165 # indent-tabs-mode:nil
164 # End: 166 # End:
165 # vim: set expandtab tabstop=2 shiftwidth=2: 167 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | include/images/SkImageDecoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698