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

Side by Side Diff: gyp/codec.gyp

Issue 1012873002: Revert "Implementation of image decoding for bmp files, in accordance with the new API." (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 9 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
« no previous file with comments | « dm/DMSrcSink.cpp ('k') | include/codec/SkCodec.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 # GYP file for codec project. 1 # GYP file for codec project.
2 { 2 {
3 'targets': [ 3 'targets': [
4 { 4 {
5 'target_name': 'codec', 5 'target_name': 'codec',
6 'product_name': 'skia_codec', 6 'product_name': 'skia_codec',
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 'libpng.gyp:libpng', 11 'libpng.gyp:libpng',
12 ], 12 ],
13 'include_dirs': [ 13 'include_dirs': [
14 '../include/codec', 14 '../include/codec',
15 '../src/codec', 15 '../src/codec',
16 ], 16 ],
17 'sources': [ 17 'sources': [
18 '../src/codec/SkCodec.cpp', 18 '../src/codec/SkCodec.cpp',
19 '../src/codec/SkCodec_libpng.cpp', 19 '../src/codec/SkCodec_libpng.cpp',
20 '../src/codec/SkCodec_libbmp.cpp',
21 '../src/codec/SkMaskSwizzler.cpp',
22 '../src/codec/SkMasks.cpp',
23 '../src/codec/SkSwizzler.cpp', 20 '../src/codec/SkSwizzler.cpp',
24 ], 21 ],
25 'direct_dependent_settings': { 22 'direct_dependent_settings': {
26 'include_dirs': [ 23 'include_dirs': [
27 '../include/codec', 24 '../include/codec',
28 ], 25 ],
29 }, 26 },
30 }, 27 },
31 ], 28 ],
32 } 29 }
OLDNEW
« no previous file with comments | « dm/DMSrcSink.cpp ('k') | include/codec/SkCodec.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698