diff options
author | dsinclair <dsinclair@chromium.org> | 2016-10-04 14:02:47 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-10-04 14:02:47 -0700 |
commit | 4d29e78fc80285d222f2bad916354e3db970d0cc (patch) | |
tree | 09b66b68a4a29f50a9c20ef079148b920ef29ff5 /BUILD.gn | |
parent | 98151cab3d24c021597d1fb075437675a3db7e12 (diff) | |
download | pdfium-4d29e78fc80285d222f2bad916354e3db970d0cc.tar.xz |
Rename fpdfsdk/fpdfxfa files to match contentschromium/2881
Each of these files contains a single class, rename the file to match the
internal class name.
Review-Url: https://codereview.chromium.org/2385423004
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -1049,16 +1049,16 @@ if (pdf_enable_v8) { if (pdf_enable_xfa) { static_library("fpdfxfa") { sources = [ + "fpdfsdk/fpdfxfa/cpdfxfa_app.cpp", + "fpdfsdk/fpdfxfa/cpdfxfa_app.h", "fpdfsdk/fpdfxfa/cpdfxfa_docenvironment.cpp", "fpdfsdk/fpdfxfa/cpdfxfa_docenvironment.h", - "fpdfsdk/fpdfxfa/fpdfxfa_app.cpp", - "fpdfsdk/fpdfxfa/fpdfxfa_app.h", - "fpdfsdk/fpdfxfa/fpdfxfa_doc.cpp", - "fpdfsdk/fpdfxfa/fpdfxfa_doc.h", - "fpdfsdk/fpdfxfa/fpdfxfa_page.cpp", - "fpdfsdk/fpdfxfa/fpdfxfa_page.h", - "fpdfsdk/fpdfxfa/fpdfxfa_util.cpp", - "fpdfsdk/fpdfxfa/fpdfxfa_util.h", + "fpdfsdk/fpdfxfa/cpdfxfa_document.cpp", + "fpdfsdk/fpdfxfa/cpdfxfa_document.h", + "fpdfsdk/fpdfxfa/cpdfxfa_page.cpp", + "fpdfsdk/fpdfxfa/cpdfxfa_page.h", + "fpdfsdk/fpdfxfa/cxfa_fwladaptertimermgr.cpp", + "fpdfsdk/fpdfxfa/cxfa_fwladaptertimermgr.h", ] deps = [ ":fxcrt", |