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

Side by Side Diff: gyp/images.gyp

Issue 23004008: Don't require getLength on Mac. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 4 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 | src/ports/SkImageDecoder_CG.cpp » ('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:*',
11 'libjpeg.gyp:*', 11 'libjpeg.gyp:*',
12 'libwebp.gyp:libwebp', 12 'libwebp.gyp:libwebp',
13 'utils.gyp:utils', 13 'utils.gyp:utils',
14 ], 14 ],
15 'export_dependent_settings': [ 15 'export_dependent_settings': [
16 'libjpeg.gyp:*', 16 'libjpeg.gyp:*',
17 ], 17 ],
18 'include_dirs': [ 18 'include_dirs': [
19 '../include/images', 19 '../include/images',
20 '../include/lazy', 20 '../include/lazy',
21 # for access to SkErrorInternals.h 21 # for access to SkErrorInternals.h
22 '../src/core/', 22 '../src/core/',
23 # for access to SkImagePriv.h 23 # for access to SkImagePriv.h
24 '../src/image/', 24 '../src/image/',
25 # So src/ports/SkImageDecoder_CG can access SkStreamHelpers.h
26 '../src/images/',
25 ], 27 ],
26 'sources': [ 28 'sources': [
27 '../include/images/SkForceLinking.h', 29 '../include/images/SkForceLinking.h',
28 '../include/images/SkImageRef.h', 30 '../include/images/SkImageRef.h',
29 '../include/images/SkImageRef_GlobalPool.h', 31 '../include/images/SkImageRef_GlobalPool.h',
30 '../src/images/SkJpegUtility.h', 32 '../src/images/SkJpegUtility.h',
31 '../include/images/SkMovie.h', 33 '../include/images/SkMovie.h',
32 '../include/images/SkPageFlipper.h', 34 '../include/images/SkPageFlipper.h',
33 35
34 '../src/images/bmpdecoderhelper.cpp', 36 '../src/images/bmpdecoderhelper.cpp',
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 }, 171 },
170 }, 172 },
171 ], 173 ],
172 } 174 }
173 175
174 # Local Variables: 176 # Local Variables:
175 # tab-width:2 177 # tab-width:2
176 # indent-tabs-mode:nil 178 # indent-tabs-mode:nil
177 # End: 179 # End:
178 # vim: set expandtab tabstop=2 shiftwidth=2: 180 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | src/ports/SkImageDecoder_CG.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698