summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2017-11-01 18:46:47 +0000
committerChromium commit bot <commit-bot@chromium.org>2017-11-01 18:46:47 +0000
commit778f2feb328ac4321762b8dcf94ebc0a1bac79f5 (patch)
tree05bc5dcf30a98a012fc028942ffc7b641a2a69da /BUILD.gn
parent4ac35f239938877b15e6bbe1a5c73aab14a2ae5d (diff)
downloadpdfium-778f2feb328ac4321762b8dcf94ebc0a1bac79f5.tar.xz
Move CXFA_NodeList JS to CJX_NodeList
This CL moves the JS from CXFA_NodeList to CJX_NodeList and proxies the JS calls. Change-Id: Ic2295ce2140321748bfe5f851e00da32d4332ce0 Reviewed-on: https://pdfium-review.googlesource.com/17312 Commit-Queue: dsinclair <dsinclair@chromium.org> Reviewed-by: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 6c5996f675..4ae03b3010 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1301,6 +1301,8 @@ static_library("fxjs") {
"fxjs/cfxjse_value.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/fxjse.h",