summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn12
1 files changed, 12 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 4ae03b3010..cadae4ee8f 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -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",
]
}