diff options
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1299,12 +1299,24 @@ 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_nodelist.cpp", "fxjs/cjx_nodelist.h", "fxjs/cjx_object.cpp", "fxjs/cjx_object.h", + "fxjs/cjx_signaturepseudomodel.cpp", + "fxjs/cjx_signaturepseudomodel.h", "fxjs/fxjse.h", ] } |