3da9181cd5
Partially in preparation for building libpng on Windows. Also, this makes us consistent across platforms for PDF. Uses the version of zlib checked into the Chromium tree. Remove miniz, which is replaced by zlib. Review URL: https://codereview.chromium.org/966963002
15 lines
272 B
Python
15 lines
272 B
Python
# Target for including SkFlate.
|
|
{
|
|
'targets': [
|
|
{
|
|
'target_name': 'skflate',
|
|
'type': 'static_library',
|
|
'dependencies': [
|
|
'skia_lib.gyp:skia_lib',
|
|
'zlib.gyp:zlib',
|
|
],
|
|
'sources': [ '../src/core/SkFlate.cpp' ],
|
|
},
|
|
],
|
|
}
|