summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-07-19 10:56:23 -0700
committerCommit bot <commit-bot@chromium.org>2016-07-19 10:56:24 -0700
commit5b36f0a0eff7f3666a0e642640db3c89e4bb6748 (patch)
tree1c9c719ea55062ac7bf36dbee7dfb9e9753471dc /BUILD.gn
parenteea31b75a11215aa72a9845d47c38d2ce1edd4f7 (diff)
downloadpdfium-5b36f0a0eff7f3666a0e642640db3c89e4bb6748.tar.xz
Split xfa_object_imp into individual class files.
This CL splits the CXFA_Object, CXFA_NodeList, CXFA_ThisProxy, CXFA_ArrayNodeList and CXFA_AttachNodeList out of xfa_object_imp. xfa_object_imp is then renamed to CXFA_Node. Review-Url: https://codereview.chromium.org/2159973003
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn7
1 files changed, 6 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index c9a5fdd659..562036ad23 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1328,8 +1328,10 @@ if (pdf_enable_xfa) {
"xfa/fxfa/include/xfa_fontmgr.h",
"xfa/fxfa/include/xfa_rendercontext.h",
"xfa/fxfa/parser/cxfa_arc.h",
+ "xfa/fxfa/parser/cxfa_arraynodelist.cpp",
"xfa/fxfa/parser/cxfa_assist.cpp",
"xfa/fxfa/parser/cxfa_assist.h",
+ "xfa/fxfa/parser/cxfa_attachnodelist.cpp",
"xfa/fxfa/parser/cxfa_bind.cpp",
"xfa/fxfa/parser/cxfa_bind.h",
"xfa/fxfa/parser/cxfa_binditems.cpp",
@@ -1361,6 +1363,9 @@ if (pdf_enable_xfa) {
"xfa/fxfa/parser/cxfa_line.h",
"xfa/fxfa/parser/cxfa_margin.cpp",
"xfa/fxfa/parser/cxfa_margin.h",
+ "xfa/fxfa/parser/cxfa_node.cpp",
+ "xfa/fxfa/parser/cxfa_nodelist.cpp",
+ "xfa/fxfa/parser/cxfa_object.cpp",
"xfa/fxfa/parser/cxfa_occur.cpp",
"xfa/fxfa/parser/cxfa_occur.h",
"xfa/fxfa/parser/cxfa_para.cpp",
@@ -1376,6 +1381,7 @@ if (pdf_enable_xfa) {
"xfa/fxfa/parser/cxfa_submit.h",
"xfa/fxfa/parser/cxfa_text.cpp",
"xfa/fxfa/parser/cxfa_text.h",
+ "xfa/fxfa/parser/cxfa_thisproxy.cpp",
"xfa/fxfa/parser/cxfa_tooltip.cpp",
"xfa/fxfa/parser/cxfa_tooltip.h",
"xfa/fxfa/parser/cxfa_validate.cpp",
@@ -1420,7 +1426,6 @@ if (pdf_enable_xfa) {
"xfa/fxfa/parser/xfa_localevalue.cpp",
"xfa/fxfa/parser/xfa_localevalue.h",
"xfa/fxfa/parser/xfa_object.h",
- "xfa/fxfa/parser/xfa_object_imp.cpp",
"xfa/fxfa/parser/xfa_script.h",
"xfa/fxfa/parser/xfa_script_datawindow.cpp",
"xfa/fxfa/parser/xfa_script_datawindow.h",