summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2017-05-09 12:36:41 -0400
committerChromium commit bot <commit-bot@chromium.org>2017-05-09 17:50:54 +0000
commitae4656edebaea24d18d11a845c663240bf8e9d2d (patch)
tree51bcfc9916a1e13ca080f76a4cf65b21fa647993 /BUILD.gn
parenta0b1954794b7a8a279ba00787628cc7f8d1419d9 (diff)
downloadpdfium-ae4656edebaea24d18d11a845c663240bf8e9d2d.tar.xz
Move FPDF_FILEWRITE adapter to own file
This Cl moves the adapater out of the fpdfsave.cpp file into its own h/cpp files. The adapter was renamed for clarity. The CPDF_Creator was modified to take the adapter as a constructor param and the Create methods consolidated. Change-Id: Icb104f195ef532dda053c859aae356a8d4a7a54c Reviewed-on: https://pdfium-review.googlesource.com/5151 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index a1e487f501..680416c05a 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -146,6 +146,8 @@ static_library("pdfium") {
"fpdfsdk/fpdfview.cpp",
"fpdfsdk/fsdk_actionhandler.cpp",
"fpdfsdk/fsdk_actionhandler.h",
+ "fpdfsdk/fsdk_filewriteadapter.cpp",
+ "fpdfsdk/fsdk_filewriteadapter.h",
"fpdfsdk/fsdk_pauseadapter.cpp",
"fpdfsdk/fsdk_pauseadapter.h",
"fpdfsdk/pdfsdk_fieldaction.cpp",