DescriptionSteve- Here is an alternate approach to http://codereview.appspot.com/4626071/ .
Highlights include:
- deletes skia_pdf_support flag: if your target depends on pdf.gyp, you get pdf support
- pdf.gyp now sets SK_PDF_SUPPORT and adds include/pdf dir for all targets that depend on it
- makes gypfiles smaller instead of bigger
Changes you made in http://codereview.appspot.com/4626071/ that are NOT included in this CL: (should we add them?)
- addition of zlib stuff
- change to SkPDFDevice::drawTextOnPath()
Tested as follows on both Mac and Linux, without any apparent problems:
make clean
make
out/Debug/tests
out/Debug/gm
[and ran SampleApp]
Patch Set 1 #
MessagesTotal messages: 3
|