summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2018-01-16 21:25:27 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-01-16 21:25:27 +0000
commit027190ec8148a2f1edc18c37eae26e896f3a309a (patch)
tree6f65b1bb530309b8d6656e92e66dad1fcd1e1e44 /BUILD.gn
parent454ab87a354099fb96eee4721328d59f42ca0557 (diff)
downloadpdfium-027190ec8148a2f1edc18c37eae26e896f3a309a.tar.xz
Move CXFA_ImageRenderer to own file
This CL Splits CL_ImageRenderer out of CXFA_FFWidget and moves to a separate file. Methods in CXFA_FFWidget are shuffled around to put the global methods at the top of the file and static methods in the anonymous namespace. Change-Id: I9887a5c9bf9fda63deead7ff785dc4ef3d7e15c8 Reviewed-on: https://pdfium-review.googlesource.com/23031 Reviewed-by: Henrique Nakashima <hnakashima@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 60c2e42f7a..e68a48ec36 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -2019,6 +2019,8 @@ if (pdf_enable_xfa) {
"xfa/fxfa/cxfa_fwladapterwidgetmgr.h",
"xfa/fxfa/cxfa_fwltheme.cpp",
"xfa/fxfa/cxfa_fwltheme.h",
+ "xfa/fxfa/cxfa_imagerenderer.cpp",
+ "xfa/fxfa/cxfa_imagerenderer.h",
"xfa/fxfa/cxfa_linkuserdata.cpp",
"xfa/fxfa/cxfa_linkuserdata.h",
"xfa/fxfa/cxfa_loadercontext.cpp",