diff options
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 34 |
1 files changed, 16 insertions, 18 deletions
@@ -1307,49 +1307,47 @@ static_library("fxjs") { "fxjs/cfxjse_runtimedata.h", "fxjs/cfxjse_value.cpp", "fxjs/cfxjse_value.h", - "fxjs/cjx_datawindow.cpp", - "fxjs/cjx_datawindow.h", - "fxjs/cjx_eventpseudomodel.cpp", - "fxjs/cjx_eventpseudomodel.h", - "fxjs/cjx_hostpseudomodel.cpp", - "fxjs/cjx_hostpseudomodel.h", - "fxjs/cjx_layoutpseudomodel.cpp", - "fxjs/cjx_layoutpseudomodel.h", - "fxjs/cjx_logpseudomodel.cpp", - "fxjs/cjx_logpseudomodel.h", - "fxjs/cjx_node.cpp", - "fxjs/cjx_node.h", - "fxjs/cjx_object.cpp", - "fxjs/cjx_object.h", - "fxjs/cjx_signaturepseudomodel.cpp", - "fxjs/cjx_signaturepseudomodel.h", - "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_datawindow.cpp", + "fxjs/xfa/cjx_datawindow.h", "fxjs/xfa/cjx_delta.cpp", "fxjs/xfa/cjx_delta.h", "fxjs/xfa/cjx_desc.cpp", "fxjs/xfa/cjx_desc.h", + "fxjs/xfa/cjx_eventpseudomodel.cpp", + "fxjs/xfa/cjx_eventpseudomodel.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_hostpseudomodel.cpp", + "fxjs/xfa/cjx_hostpseudomodel.h", "fxjs/xfa/cjx_instancemanager.cpp", "fxjs/xfa/cjx_instancemanager.h", + "fxjs/xfa/cjx_layoutpseudomodel.cpp", + "fxjs/xfa/cjx_layoutpseudomodel.h", "fxjs/xfa/cjx_list.cpp", "fxjs/xfa/cjx_list.h", + "fxjs/xfa/cjx_logpseudomodel.cpp", + "fxjs/xfa/cjx_logpseudomodel.h", "fxjs/xfa/cjx_manifest.cpp", "fxjs/xfa/cjx_manifest.h", "fxjs/xfa/cjx_model.cpp", "fxjs/xfa/cjx_model.h", + "fxjs/xfa/cjx_node.cpp", + "fxjs/xfa/cjx_node.h", + "fxjs/xfa/cjx_object.cpp", + "fxjs/xfa/cjx_object.h", "fxjs/xfa/cjx_packet.cpp", "fxjs/xfa/cjx_packet.h", + "fxjs/xfa/cjx_signaturepseudomodel.cpp", + "fxjs/xfa/cjx_signaturepseudomodel.h", "fxjs/xfa/cjx_source.cpp", "fxjs/xfa/cjx_source.h", "fxjs/xfa/cjx_subform.cpp", |