diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2018-01-03 17:25:02 -0500 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-01-04 16:02:33 +0000 |
commit | a0af75cc4d1e50bb2832dc58636043afe565b02b (patch) | |
tree | 7474018a95fbefc318e3316074cc982910e9036f /BUILD.gn | |
parent | 4cf0589c4bc388781cbfc8459c4904bb2bd947bf (diff) | |
download | pdfium-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.gn | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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", |