diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-12-11 22:31:58 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-12-11 22:31:58 +0000 |
commit | c002261326795102c4680c43ea447674dd4d6f3b (patch) | |
tree | d1793513d0e2dc1203d3806d7d734e3ddc9e2766 /BUILD.gn | |
parent | 07401bae6d9f95911b144e6fabb42f19e40def49 (diff) | |
download | pdfium-c002261326795102c4680c43ea447674dd4d6f3b.tar.xz |
[xfa] Move CJX code into fxjs/xfa
This CL moves the remaining CJX clases into fxjs/xfa so they co-exist
with the rest of the CJX classes.
Change-Id: I2b1e5504ac23f73df177f309967a04ab27fb61d1
Reviewed-on: https://pdfium-review.googlesource.com/20550
Commit-Queue: dsinclair <dsinclair@chromium.org>
Reviewed-by: Lei Zhang <thestig@chromium.org>
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", |