diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-05-09 12:36:41 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-05-09 17:50:54 +0000 |
commit | ae4656edebaea24d18d11a845c663240bf8e9d2d (patch) | |
tree | 51bcfc9916a1e13ca080f76a4cf65b21fa647993 /BUILD.gn | |
parent | a0b1954794b7a8a279ba00787628cc7f8d1419d9 (diff) | |
download | pdfium-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.gn | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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", |