commit | 8ee06f21a27bbffaf613a312c6f24bbbb21c650a | [log] [tgz] |
---|---|---|
author | halcanary <halcanary@google.com> | Tue Aug 11 10:30:12 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Tue Aug 11 10:30:12 2015 -0700 |
tree | 781cfcac8ec506a9fcb9cbddf943f5ff37eba355 | |
parent | 4cf9e7e14797f87f08b2078fa1afaf731cbf8f52 [diff] |
SkPDF: allow PDF module to be disabled in DM and SampleApp To disable PDF: GYP_DEFINES='skia_pdf=0' bin/sync-and-gyp ninja -C out/Debug dm SampleApp When disabled, SkDocument::CreatePDF() always returns NULL. Review URL: https://codereview.chromium.org/1279123007