experimental/tools/coreGraphicsPdf2png: fix
NOTRY=true TBR= Review-Url: https://codereview.chromium.org/1944403002
This commit is contained in:
parent
fb08327e59
commit
f5bf5785bc
@ -9,9 +9,12 @@
|
||||
|
||||
#include "SkBitmap.h"
|
||||
#include "SkCGUtils.h"
|
||||
#include "SkForceLinking.h"
|
||||
#include "SkImageEncoder.h"
|
||||
#include "SkStream.h"
|
||||
|
||||
__SK_FORCE_IMAGE_DECODER_LINKING;
|
||||
|
||||
class StdOutWStream : public SkWStream {
|
||||
public:
|
||||
StdOutWStream() : fBytesWritten(0) {}
|
||||
|
@ -33,7 +33,7 @@
|
||||
'type': 'executable',
|
||||
'include_dirs': [ '../src/core', ],
|
||||
'sources': [ '../experimental/tools/coreGraphicsPdf2png.cpp', ],
|
||||
'dependencies': [ 'skia_lib.gyp:skia_lib', ]
|
||||
'dependencies': [ 'skia_lib.gyp:skia_lib', 'libpng.gyp:libpng', ],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user