diff options
author | Tom Sepez <tsepez@chromium.org> | 2017-03-16 13:22:47 -0700 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-03-16 22:17:03 +0000 |
commit | 1d17a047db12530f28f4b5e22a9c5bd175af641f (patch) | |
tree | e7490e0a6cfc78179664480bdbb64ae9b6bb07ea /BUILD.gn | |
parent | 939121f33f9bb02c207094b5b3e78e69be992b84 (diff) | |
download | pdfium-1d17a047db12530f28f4b5e22a9c5bd175af641f.tar.xz |
Introduce unique_ptr compatible deleters for FPDF typeschromium/3044
Pre-requisite for easily fixing some leaks in sample code,
fuzzers, etc.
Kill off some types completely unused in the C API.
Change-Id: I67f0a5c6eef63d8e062ca4bc97c9db03970fe337
Reviewed-on: https://pdfium-review.googlesource.com/3095
Reviewed-by: dsinclair <dsinclair@chromium.org>
Commit-Queue: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -142,6 +142,7 @@ static_library("pdfium") { "fpdfsdk/fsdk_pauseadapter.h", "fpdfsdk/pdfsdk_fieldaction.cpp", "fpdfsdk/pdfsdk_fieldaction.h", + "public/cpp/fpdf_deleters.h", "public/fpdf_dataavail.h", "public/fpdf_doc.h", "public/fpdf_edit.h", |