diff options
author | dsinclair <dsinclair@chromium.org> | 2016-07-19 10:56:23 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-07-19 10:56:24 -0700 |
commit | 5b36f0a0eff7f3666a0e642640db3c89e4bb6748 (patch) | |
tree | 1c9c719ea55062ac7bf36dbee7dfb9e9753471dc /xfa.gyp | |
parent | eea31b75a11215aa72a9845d47c38d2ce1edd4f7 (diff) | |
download | pdfium-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 'xfa.gyp')
-rw-r--r-- | xfa.gyp | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -438,8 +438,10 @@ "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", @@ -471,6 +473,9 @@ "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", @@ -486,6 +491,7 @@ "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", @@ -530,7 +536,6 @@ "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", |