summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorHenrique Nakashima <hnakashima@chromium.org>2018-06-12 22:00:25 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-06-12 22:00:25 +0000
commit81a3085b250deafd18a2183a311cc57e2ec1c6f0 (patch)
treeacb64876cc05144da98690ea4d6b118045514120 /BUILD.gn
parent62d8ebeee58c5da29102e61d25b28967a1b2aa04 (diff)
downloadpdfium-81a3085b250deafd18a2183a311cc57e2ec1c6f0.tar.xz
Refactor modification of Contents in CPDF_PageContentGenerator.
This is a pure refactor, there should be no change in behavior. It prepares for the next CL, which will allow modification of content streams. Bug: pdfium:1051 Change-Id: I01ca3e897efe423e89df75e1f31cd67539cc3d08 Reviewed-on: https://pdfium-review.googlesource.com/34470 Commit-Queue: Henrique Nakashima <hnakashima@chromium.org> Reviewed-by: 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 008ac77c5e..132f3c28e5 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -481,6 +481,8 @@ jumbo_static_library("fpdfapi") {
"core/fpdfapi/edit/cpdf_flateencoder.h",
"core/fpdfapi/edit/cpdf_pagecontentgenerator.cpp",
"core/fpdfapi/edit/cpdf_pagecontentgenerator.h",
+ "core/fpdfapi/edit/cpdf_pagecontentmanager.cpp",
+ "core/fpdfapi/edit/cpdf_pagecontentmanager.h",
"core/fpdfapi/font/cfx_cttgsubtable.cpp",
"core/fpdfapi/font/cfx_cttgsubtable.h",
"core/fpdfapi/font/cfx_stockfontarray.cpp",