diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-11-01 18:46:47 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-11-01 18:46:47 +0000 |
commit | 778f2feb328ac4321762b8dcf94ebc0a1bac79f5 (patch) | |
tree | 05bc5dcf30a98a012fc028942ffc7b641a2a69da /BUILD.gn | |
parent | 4ac35f239938877b15e6bbe1a5c73aab14a2ae5d (diff) | |
download | pdfium-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.gn | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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", |