From cac704dd3e5c0e5900e898db4eff5a0948cef6fc Mon Sep 17 00:00:00 2001 From: dsinclair Date: Thu, 28 Jul 2016 12:59:09 -0700 Subject: Split fpdfdoc/include/fpdf_doc.h into individual classes. This CL splits the header file apart. The cpp files are not touched as part of this CL, they will be done as a followup. This de-duplicates the fpdf_doc.h BUG=pdfium:249 Review-Url: https://codereview.chromium.org/2183313004 --- pdfium.gyp | 31 ++++++++++++++++++++++++++----- 1 file changed, 26 insertions(+), 5 deletions(-) (limited to 'pdfium.gyp') diff --git a/pdfium.gyp b/pdfium.gyp index b351ed9d21..b6abb14057 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -180,13 +180,11 @@ 'sources': [ 'core/fpdfdoc/clines.cpp', 'core/fpdfdoc/clines.h', - 'core/fpdfdoc/include/fpdf_doc.h', - 'core/fpdfdoc/include/fpdf_tagged.h', - 'core/fpdfdoc/cpdf_variabletext.cpp', + 'core/fpdfdoc/cpdf_apsettings.h', 'core/fpdfdoc/cpdf_annot.cpp', - 'core/fpdfdoc/cpdf_annot.h', 'core/fpdfdoc/cpdf_annotlist.cpp', - 'core/fpdfdoc/cpdf_annotlist.h', + 'core/fpdfdoc/cpdf_pagelabel.h', + 'core/fpdfdoc/cpdf_variabletext.cpp', 'core/fpdfdoc/cpvt_color.cpp', 'core/fpdfdoc/cpvt_color.h', 'core/fpdfdoc/cpvt_dash.h', @@ -218,7 +216,28 @@ 'core/fpdfdoc/doc_utils.h', 'core/fpdfdoc/doc_viewerPreferences.cpp', 'core/fpdfdoc/doc_vt.cpp', + 'core/fpdfdoc/include/cpdf_aaction.h', + 'core/fpdfdoc/include/cpdf_action.h', + 'core/fpdfdoc/include/cpdf_actionfields.h', + 'core/fpdfdoc/include/cpdf_annot.h', + 'core/fpdfdoc/include/cpdf_annotlist.h', + 'core/fpdfdoc/include/cpdf_bookmark.h', + 'core/fpdfdoc/include/cpdf_bookmarktree.h', + 'core/fpdfdoc/include/cpdf_defaultappearance.h', + 'core/fpdfdoc/include/cpdf_dest.h', + 'core/fpdfdoc/include/cpdf_docjsactions.h', + 'core/fpdfdoc/include/cpdf_filespec.h', + 'core/fpdfdoc/include/cpdf_formcontrol.h', + 'core/fpdfdoc/include/cpdf_formfield.h', + 'core/fpdfdoc/include/cpdf_iconfit.h', + 'core/fpdfdoc/include/cpdf_interform.h', + 'core/fpdfdoc/include/cpdf_link.h', + 'core/fpdfdoc/include/cpdf_linklist.h', + 'core/fpdfdoc/include/cpdf_metadata.h', + 'core/fpdfdoc/include/cpdf_nametree.h', + 'core/fpdfdoc/include/cpdf_occontext.h', 'core/fpdfdoc/include/cpdf_variabletext.h', + 'core/fpdfdoc/include/cpdf_viewerpreferences.h', 'core/fpdfdoc/include/cpvt_line.h', 'core/fpdfdoc/include/cpvt_secprops.h', 'core/fpdfdoc/include/cpvt_section.h', @@ -226,7 +245,9 @@ 'core/fpdfdoc/include/cpvt_wordplace.h', 'core/fpdfdoc/include/cpvt_wordprops.h', 'core/fpdfdoc/include/cpvt_wordrange.h', + 'core/fpdfdoc/include/fpdf_tagged.h', 'core/fpdfdoc/include/ipvt_fontmap.h', + 'core/fpdfdoc/include/ipdf_formnotify.h', 'core/fpdfdoc/pdf_vt.h', 'core/fpdfdoc/tagged_int.h', ], -- cgit v1.2.3