summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2018-05-29 19:42:39 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-05-29 19:42:39 +0000
commit6af5369477ec05554ef9e73ae6762860095f09e9 (patch)
tree0a9d28f4e3f89ca5b141954913169fdff63bf59c /BUILD.gn
parent162a31a6af1538acf7ac9835111626161287d742 (diff)
downloadpdfium-6af5369477ec05554ef9e73ae6762860095f09e9.tar.xz
[xfa] Propagate the xfa change data for text to JS and back.
This CL adds the necessary plumbing to propagate the change information for a text widget from FWL out to JS and handle the returned value as necessary. Bug: pdfium:1066 Change-Id: I78fd81761b90294f1836e9f09dba12ed238963cc Reviewed-on: https://pdfium-review.googlesource.com/33070 Reviewed-by: Ryan Harrison <rharrison@chromium.org> Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn4
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILD.gn b/BUILD.gn
index e9f21e0311..5bba3fe352 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1908,8 +1908,8 @@ if (pdf_enable_xfa) {
"xfa/fwl/cfwl_eventselectchanged.h",
"xfa/fwl/cfwl_eventtarget.cpp",
"xfa/fwl/cfwl_eventtarget.h",
- "xfa/fwl/cfwl_eventtextchanged.cpp",
- "xfa/fwl/cfwl_eventtextchanged.h",
+ "xfa/fwl/cfwl_eventtextwillchange.cpp",
+ "xfa/fwl/cfwl_eventtextwillchange.h",
"xfa/fwl/cfwl_eventvalidate.cpp",
"xfa/fwl/cfwl_eventvalidate.h",
"xfa/fwl/cfwl_form.cpp",