summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2018-01-03 17:25:02 -0500
committerChromium commit bot <commit-bot@chromium.org>2018-01-04 16:02:33 +0000
commita0af75cc4d1e50bb2832dc58636043afe565b02b (patch)
tree7474018a95fbefc318e3316074cc982910e9036f /BUILD.gn
parent4cf0589c4bc388781cbfc8459c4904bb2bd947bf (diff)
downloadpdfium-a0af75cc4d1e50bb2832dc58636043afe565b02b.tar.xz
Fold CXFA_EventData into CXFA_Event
This CL removes the CXFA_EventData wrapper and puts the code into CXFA_Event. Change-Id: I799a641c434ff926f3ddade1f47845b5666dbbec Reviewed-on: https://pdfium-review.googlesource.com/21991 Reviewed-by: Ryan Harrison <rharrison@chromium.org> Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 0 insertions, 2 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 4a260e1d3d..73b6ef0e46 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -2299,8 +2299,6 @@ if (pdf_enable_xfa) {
"xfa/fxfa/parser/cxfa_eranames.h",
"xfa/fxfa/parser/cxfa_event.cpp",
"xfa/fxfa/parser/cxfa_event.h",
- "xfa/fxfa/parser/cxfa_eventdata.cpp",
- "xfa/fxfa/parser/cxfa_eventdata.h",
"xfa/fxfa/parser/cxfa_exclgroup.cpp",
"xfa/fxfa/parser/cxfa_exclgroup.h",
"xfa/fxfa/parser/cxfa_exclude.cpp",