summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2018-01-23 15:22:54 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-01-23 15:22:54 +0000
commit08915150a3fb64aa1ebf9bdf20d1158a20b4266f (patch)
tree4aaf0b9751cad22a499f3073900103995b62c0c5 /BUILD.gn
parent22a1bb99afe62a032ab1fbac9f594c5c182ca880 (diff)
downloadpdfium-08915150a3fb64aa1ebf9bdf20d1158a20b4266f.tar.xz
Convert CXFA_WidgetAccIterator to CXFA_ReadyNodeIterator
This CL converts the WidgetAcc iterator to return nodes in which the OnReady event has been fired. Change-Id: I5ec6809c1610ac3467019d8492121901d3845a37 Reviewed-on: https://pdfium-review.googlesource.com/23490 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 abdd414562..3ddf167e60 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -2076,6 +2076,8 @@ if (pdf_enable_xfa) {
"xfa/fxfa/cxfa_loadercontext.h",
"xfa/fxfa/cxfa_pieceline.cpp",
"xfa/fxfa/cxfa_pieceline.h",
+ "xfa/fxfa/cxfa_readynodeiterator.cpp",
+ "xfa/fxfa/cxfa_readynodeiterator.h",
"xfa/fxfa/cxfa_rendercontext.cpp",
"xfa/fxfa/cxfa_rendercontext.h",
"xfa/fxfa/cxfa_textlayout.cpp",
@@ -2094,8 +2096,6 @@ if (pdf_enable_xfa) {
"xfa/fxfa/cxfa_textuserdata.h",
"xfa/fxfa/cxfa_widgetacc.cpp",
"xfa/fxfa/cxfa_widgetacc.h",
- "xfa/fxfa/cxfa_widgetacciterator.cpp",
- "xfa/fxfa/cxfa_widgetacciterator.h",
"xfa/fxfa/fxfa.h",
"xfa/fxfa/fxfa_basic.h",
]