diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-11-07 20:08:31 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-11-07 20:08:31 +0000 |
commit | c8be4ce787252eaf3b03270bc99fe1e9e9044543 (patch) | |
tree | 83bc4eed903e5e1af2107a0238554d6e5195fc2a /BUILD.gn | |
parent | b415ffb47de6e58603db2a01027aa879c0126b24 (diff) | |
download | pdfium-c8be4ce787252eaf3b03270bc99fe1e9e9044543.tar.xz |
Rename CXFA_Event to CXFA_EventData
This CL renames CXFA_Event to CXFA_EventData to make it clear it's part
of the Data hierarchy.
Change-Id: I3659dfba66498d07ce75fd5e8322732f9898e688
Reviewed-on: https://pdfium-review.googlesource.com/17980
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1819,8 +1819,8 @@ if (pdf_enable_xfa) { "xfa/fxfa/parser/cxfa_document_parser.cpp", "xfa/fxfa/parser/cxfa_document_parser.h", "xfa/fxfa/parser/cxfa_edgedata.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_exdata.cpp", "xfa/fxfa/parser/cxfa_exdata.h", "xfa/fxfa/parser/cxfa_fill.cpp", |