diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-12-07 22:33:43 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-12-07 22:33:43 +0000 |
commit | 93bb725b62f9779534c9444c1e1319fe8c28912e (patch) | |
tree | af0c758c1129dc076cbf67a89f1c23e4703e02bd /BUILD.gn | |
parent | ce6979f8d064507300fe0b3a856687fb958c9a5c (diff) | |
download | pdfium-93bb725b62f9779534c9444c1e1319fe8c28912e.tar.xz |
[xfa] Move JS method information to files.chromium/3288
This CL moves the XFA SOM JS Method information out of the c-array and
into individual CJX class files.
Change-Id: I401046a06aacaf1f04e5a51eb899e479de012e15
Reviewed-on: https://pdfium-review.googlesource.com/20450
Reviewed-by: Lei Zhang <thestig@chromium.org>
Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 57 |
1 files changed, 41 insertions, 16 deletions
@@ -1192,6 +1192,7 @@ static_library("fxjs") { if (pdf_enable_v8) { sources += [ + "fxjs/CJX_Define.h", "fxjs/JS_Define.cpp", "fxjs/JS_Define.h", "fxjs/cjs_annot.cpp", @@ -1318,8 +1319,6 @@ static_library("fxjs") { "fxjs/cjx_logpseudomodel.h", "fxjs/cjx_node.cpp", "fxjs/cjx_node.h", - "fxjs/cjx_nodelist.cpp", - "fxjs/cjx_nodelist.h", "fxjs/cjx_object.cpp", "fxjs/cjx_object.h", "fxjs/cjx_signaturepseudomodel.cpp", @@ -1327,6 +1326,44 @@ static_library("fxjs") { "fxjs/cjx_thisproxy.cpp", "fxjs/cjx_thisproxy.h", "fxjs/fxjse.h", + "fxjs/xfa/cjx_container.cpp", + "fxjs/xfa/cjx_container.h", + "fxjs/xfa/cjx_content.cpp", + "fxjs/xfa/cjx_content.h", + "fxjs/xfa/cjx_delta.cpp", + "fxjs/xfa/cjx_delta.h", + "fxjs/xfa/cjx_desc.cpp", + "fxjs/xfa/cjx_desc.h", + "fxjs/xfa/cjx_exclgroup.cpp", + "fxjs/xfa/cjx_exclgroup.h", + "fxjs/xfa/cjx_field.cpp", + "fxjs/xfa/cjx_field.h", + "fxjs/xfa/cjx_form.cpp", + "fxjs/xfa/cjx_form.h", + "fxjs/xfa/cjx_instancemanager.cpp", + "fxjs/xfa/cjx_instancemanager.h", + "fxjs/xfa/cjx_list.cpp", + "fxjs/xfa/cjx_list.h", + "fxjs/xfa/cjx_manifest.cpp", + "fxjs/xfa/cjx_manifest.h", + "fxjs/xfa/cjx_model.cpp", + "fxjs/xfa/cjx_model.h", + "fxjs/xfa/cjx_packet.cpp", + "fxjs/xfa/cjx_packet.h", + "fxjs/xfa/cjx_source.cpp", + "fxjs/xfa/cjx_source.h", + "fxjs/xfa/cjx_subform.cpp", + "fxjs/xfa/cjx_subform.h", + "fxjs/xfa/cjx_template.cpp", + "fxjs/xfa/cjx_template.h", + "fxjs/xfa/cjx_textnode.cpp", + "fxjs/xfa/cjx_textnode.h", + "fxjs/xfa/cjx_tree.cpp", + "fxjs/xfa/cjx_tree.h", + "fxjs/xfa/cjx_treelist.cpp", + "fxjs/xfa/cjx_treelist.h", + "fxjs/xfa/cjx_wsdlconnection.cpp", + "fxjs/xfa/cjx_wsdlconnection.h", ] } } else { @@ -1943,8 +1980,6 @@ if (pdf_enable_xfa) { "xfa/fxfa/parser/cxfa_datamodel.h", "xfa/fxfa/parser/cxfa_datavalue.cpp", "xfa/fxfa/parser/cxfa_datavalue.h", - "xfa/fxfa/parser/cxfa_datawindow.cpp", - "xfa/fxfa/parser/cxfa_datawindow.h", "xfa/fxfa/parser/cxfa_date.cpp", "xfa/fxfa/parser/cxfa_date.h", "xfa/fxfa/parser/cxfa_datepattern.cpp", @@ -2036,8 +2071,6 @@ if (pdf_enable_xfa) { "xfa/fxfa/parser/cxfa_event.h", "xfa/fxfa/parser/cxfa_eventdata.cpp", "xfa/fxfa/parser/cxfa_eventdata.h", - "xfa/fxfa/parser/cxfa_eventpseudomodel.cpp", - "xfa/fxfa/parser/cxfa_eventpseudomodel.h", "xfa/fxfa/parser/cxfa_exclgroup.cpp", "xfa/fxfa/parser/cxfa_exclgroup.h", "xfa/fxfa/parser/cxfa_exclude.cpp", @@ -2082,8 +2115,6 @@ if (pdf_enable_xfa) { "xfa/fxfa/parser/cxfa_groupparent.h", "xfa/fxfa/parser/cxfa_handler.cpp", "xfa/fxfa/parser/cxfa_handler.h", - "xfa/fxfa/parser/cxfa_hostpseudomodel.cpp", - "xfa/fxfa/parser/cxfa_hostpseudomodel.h", "xfa/fxfa/parser/cxfa_hyphenation.cpp", "xfa/fxfa/parser/cxfa_hyphenation.h", "xfa/fxfa/parser/cxfa_ifempty.cpp", @@ -2131,8 +2162,6 @@ if (pdf_enable_xfa) { "xfa/fxfa/parser/cxfa_layoutpagemgr.h", "xfa/fxfa/parser/cxfa_layoutprocessor.cpp", "xfa/fxfa/parser/cxfa_layoutprocessor.h", - "xfa/fxfa/parser/cxfa_layoutpseudomodel.cpp", - "xfa/fxfa/parser/cxfa_layoutpseudomodel.h", "xfa/fxfa/parser/cxfa_level.cpp", "xfa/fxfa/parser/cxfa_level.h", "xfa/fxfa/parser/cxfa_line.cpp", @@ -2157,8 +2186,6 @@ if (pdf_enable_xfa) { "xfa/fxfa/parser/cxfa_lockdocument.h", "xfa/fxfa/parser/cxfa_log.cpp", "xfa/fxfa/parser/cxfa_log.h", - "xfa/fxfa/parser/cxfa_logpseudomodel.cpp", - "xfa/fxfa/parser/cxfa_logpseudomodel.h", "xfa/fxfa/parser/cxfa_manifest.cpp", "xfa/fxfa/parser/cxfa_manifest.h", "xfa/fxfa/parser/cxfa_map.cpp", @@ -2203,8 +2230,6 @@ if (pdf_enable_xfa) { "xfa/fxfa/parser/cxfa_nodehelper.cpp", "xfa/fxfa/parser/cxfa_nodehelper.h", "xfa/fxfa/parser/cxfa_nodeiteratortemplate.h", - "xfa/fxfa/parser/cxfa_nodelist.cpp", - "xfa/fxfa/parser/cxfa_nodelist.h", "xfa/fxfa/parser/cxfa_nodelocale.cpp", "xfa/fxfa/parser/cxfa_nodelocale.h", "xfa/fxfa/parser/cxfa_numberofcopies.cpp", @@ -2356,8 +2381,6 @@ if (pdf_enable_xfa) { "xfa/fxfa/parser/cxfa_signature.h", "xfa/fxfa/parser/cxfa_signatureproperties.cpp", "xfa/fxfa/parser/cxfa_signatureproperties.h", - "xfa/fxfa/parser/cxfa_signaturepseudomodel.cpp", - "xfa/fxfa/parser/cxfa_signaturepseudomodel.h", "xfa/fxfa/parser/cxfa_signdata.cpp", "xfa/fxfa/parser/cxfa_signdata.h", "xfa/fxfa/parser/cxfa_signing.cpp", @@ -2451,6 +2474,8 @@ if (pdf_enable_xfa) { "xfa/fxfa/parser/cxfa_traversestrategy_layoutitem.h", "xfa/fxfa/parser/cxfa_traversestrategy_xfacontainernode.h", "xfa/fxfa/parser/cxfa_traversestrategy_xfanode.h", + "xfa/fxfa/parser/cxfa_treelist.cpp", + "xfa/fxfa/parser/cxfa_treelist.h", "xfa/fxfa/parser/cxfa_type.cpp", "xfa/fxfa/parser/cxfa_type.h", "xfa/fxfa/parser/cxfa_typeface.cpp", |