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

Side by Side Diff: gyp/images.gyp

Issue 103033002: Big Cleanup: SkBitmapFactory, SkLazyPixelRef, SkImageCache (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: rebase one last time Created 7 years 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 | « gyp/gm.gyp ('k') | 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 20 matching lines...) Expand all
31 '../include/images/SkImageRef.h', 31 '../include/images/SkImageRef.h',
32 '../include/images/SkImageRef_GlobalPool.h', 32 '../include/images/SkImageRef_GlobalPool.h',
33 '../src/images/SkJpegUtility.h', 33 '../src/images/SkJpegUtility.h',
34 '../include/images/SkMovie.h', 34 '../include/images/SkMovie.h',
35 '../include/images/SkPageFlipper.h', 35 '../include/images/SkPageFlipper.h',
36 36
37 '../src/images/bmpdecoderhelper.cpp', 37 '../src/images/bmpdecoderhelper.cpp',
38 '../src/images/bmpdecoderhelper.h', 38 '../src/images/bmpdecoderhelper.h',
39 39
40 '../src/images/SkDecodingImageGenerator.cpp', 40 '../src/images/SkDecodingImageGenerator.cpp',
41 '../src/images/SkDecodingImageGenerator.h',
41 '../src/images/SkForceLinking.cpp', 42 '../src/images/SkForceLinking.cpp',
42 '../src/images/SkImageDecoder.cpp', 43 '../src/images/SkImageDecoder.cpp',
43 '../src/images/SkImageDecoder_FactoryDefault.cpp', 44 '../src/images/SkImageDecoder_FactoryDefault.cpp',
44 '../src/images/SkImageDecoder_FactoryRegistrar.cpp', 45 '../src/images/SkImageDecoder_FactoryRegistrar.cpp',
45 # If decoders are added/removed to/from (all/individual) 46 # If decoders are added/removed to/from (all/individual)
46 # platform(s), be sure to update SkForceLinking.cpp 47 # platform(s), be sure to update SkForceLinking.cpp
47 # so the right decoders will be forced to link. 48 # so the right decoders will be forced to link.
48 '../src/images/SkImageDecoder_libbmp.cpp', 49 '../src/images/SkImageDecoder_libbmp.cpp',
49 '../src/images/SkImageDecoder_libgif.cpp', 50 '../src/images/SkImageDecoder_libgif.cpp',
50 '../src/images/SkImageDecoder_libico.cpp', 51 '../src/images/SkImageDecoder_libico.cpp',
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 ], 168 ],
168 'direct_dependent_settings': { 169 'direct_dependent_settings': {
169 'include_dirs': [ 170 'include_dirs': [
170 '../include/images', 171 '../include/images',
171 '../include/lazy', 172 '../include/lazy',
172 ], 173 ],
173 }, 174 },
174 }, 175 },
175 ], 176 ],
176 } 177 }
OLDNEW
« no previous file with comments | « gyp/gm.gyp ('k') | gyp/public_headers.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698