Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Unified Diff: pdfium.gyp

Issue 2183313004: Split fpdfdoc/include/fpdf_doc.h into individual classes. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: review feedback Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « fpdfsdk/pdfwindow/PWL_Wnd.h ('k') | public/fpdf_formfill.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pdfium.gyp
diff --git a/pdfium.gyp b/pdfium.gyp
index b351ed9d21844c7abb4ff2739720a4cc23b6784e..b6abb14057903b614c24bb3275a5d50c507adc74 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',
],
« no previous file with comments | « fpdfsdk/pdfwindow/PWL_Wnd.h ('k') | public/fpdf_formfill.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698