summaryrefslogtreecommitdiff
path: root/xfa.gyp
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-03-31 20:34:43 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-31 20:34:43 -0700
commitdf4bc596c64fb848647c670be66a29ea0861b4f4 (patch)
tree096f18bc5903e45982291daf81424d0d4954d158 /xfa.gyp
parent64376be4aac4710848b36b823fd98aae75095336 (diff)
downloadpdfium-df4bc596c64fb848647c670be66a29ea0861b4f4.tar.xz
Remove IXFA_* interfaces.
This CL removes the IXFA_* interfaces which are: - Implemented once. - Not implemented by an fpdfsdk class. This requires making a few classes visible to fpdfsdk so we can have the correct instances available instead of the IXFA types. Review URL: https://codereview.chromium.org/1846993002
Diffstat (limited to 'xfa.gyp')
-rw-r--r--xfa.gyp18
1 files changed, 9 insertions, 9 deletions
diff --git a/xfa.gyp b/xfa.gyp
index 997ac88331..ed42d7d3e0 100644
--- a/xfa.gyp
+++ b/xfa.gyp
@@ -39,6 +39,15 @@
"xfa/include/fxfa/fxfa_basic.h",
"xfa/include/fxfa/fxfa_objectacc.h",
"xfa/include/fxfa/fxfa_widget.h",
+ "xfa/include/fxfa/xfa_checksum.h",
+ "xfa/include/fxfa/xfa_ffapp.h",
+ "xfa/include/fxfa/xfa_ffdoc.h",
+ "xfa/include/fxfa/xfa_ffdochandler.h",
+ "xfa/include/fxfa/xfa_ffdocview.h",
+ "xfa/include/fxfa/xfa_ffpageview.h",
+ "xfa/include/fxfa/xfa_ffwidgethandler.h",
+ "xfa/include/fxfa/xfa_fontmgr.h",
+ "xfa/include/fxfa/xfa_rendercontext.h",
"xfa/fde/css/fde_css.h",
"xfa/fde/css/fde_csscache.cpp",
"xfa/fde/css/fde_csscache.h",
@@ -548,9 +557,7 @@
"xfa/fxbarcode/BC_Writer.h",
"xfa/fxbarcode/utils.h",
"xfa/fxfa/app/xfa_checksum.cpp",
- "xfa/fxfa/app/xfa_checksum.h",
"xfa/fxfa/app/xfa_ffapp.cpp",
- "xfa/fxfa/app/xfa_ffapp.h",
"xfa/fxfa/app/xfa_ffbarcode.cpp",
"xfa/fxfa/app/xfa_ffbarcode.h",
"xfa/fxfa/app/xfa_ffcheckbutton.cpp",
@@ -558,11 +565,8 @@
"xfa/fxfa/app/xfa_ffchoicelist.cpp",
"xfa/fxfa/app/xfa_ffchoicelist.h",
"xfa/fxfa/app/xfa_ffdoc.cpp",
- "xfa/fxfa/app/xfa_ffdoc.h",
"xfa/fxfa/app/xfa_ffdochandler.cpp",
- "xfa/fxfa/app/xfa_ffdochandler.h",
"xfa/fxfa/app/xfa_ffdocview.cpp",
- "xfa/fxfa/app/xfa_ffdocview.h",
"xfa/fxfa/app/xfa_ffdraw.cpp",
"xfa/fxfa/app/xfa_ffdraw.h",
"xfa/fxfa/app/xfa_ffexclgroup.cpp",
@@ -576,7 +580,6 @@
"xfa/fxfa/app/xfa_ffnotify.cpp",
"xfa/fxfa/app/xfa_ffnotify.h",
"xfa/fxfa/app/xfa_ffpageview.cpp",
- "xfa/fxfa/app/xfa_ffpageview.h",
"xfa/fxfa/app/xfa_ffpath.cpp",
"xfa/fxfa/app/xfa_ffpath.h",
"xfa/fxfa/app/xfa_ffpushbutton.cpp",
@@ -594,15 +597,12 @@
"xfa/fxfa/app/xfa_ffwidgetacc.cpp",
"xfa/fxfa/app/xfa_ffwidgetacc.h",
"xfa/fxfa/app/xfa_ffwidgethandler.cpp",
- "xfa/fxfa/app/xfa_ffwidgethandler.h",
"xfa/fxfa/app/xfa_fontmgr.cpp",
- "xfa/fxfa/app/xfa_fontmgr.h",
"xfa/fxfa/app/xfa_fwladapter.cpp",
"xfa/fxfa/app/xfa_fwladapter.h",
"xfa/fxfa/app/xfa_fwltheme.cpp",
"xfa/fxfa/app/xfa_fwltheme.h",
"xfa/fxfa/app/xfa_rendercontext.cpp",
- "xfa/fxfa/app/xfa_rendercontext.h",
"xfa/fxfa/app/xfa_textlayout.cpp",
"xfa/fxfa/app/xfa_textlayout.h",
"xfa/fxfa/fm2js/xfa_error.cpp",