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

Unified Diff: pdfium.gyp

Issue 1840413002: Split core/include/fpdfdoc/fpdf_ap.h (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 9 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/include/fxedit/fxet_edit.h ('k') | no next file » | 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 06f960b1d4b4952736e14183346c2d6c5bf3727d..896e26909d01c6c1e2394776478327c946811e70 100644
--- a/pdfium.gyp
+++ b/pdfium.gyp
@@ -219,10 +219,17 @@
'target_name': 'fpdfdoc',
'type': 'static_library',
'sources': [
- 'core/include/fpdfdoc/fpdf_ap.h',
'core/include/fpdfdoc/fpdf_doc.h',
'core/include/fpdfdoc/fpdf_tagged.h',
'core/include/fpdfdoc/fpdf_vt.h',
+ 'core/fpdfdoc/cpvt_color.cpp',
+ 'core/fpdfdoc/cpvt_color.h',
+ 'core/fpdfdoc/cpvt_dash.h',
+ 'core/fpdfdoc/cpvt_fontmap.cpp',
+ 'core/fpdfdoc/cpvt_fontmap.h',
+ 'core/fpdfdoc/cpvt_generateap.cpp',
+ 'core/fpdfdoc/cpvt_generateap.h',
+ 'core/fpdfdoc/cpvt_provider.h',
'core/fpdfdoc/doc_action.cpp',
'core/fpdfdoc/doc_annot.cpp',
'core/fpdfdoc/doc_ap.cpp',
@@ -240,6 +247,9 @@
'core/fpdfdoc/doc_viewerPreferences.cpp',
'core/fpdfdoc/doc_vt.cpp',
'core/fpdfdoc/doc_vtmodule.cpp',
+ 'core/fpdfdoc/include/ipdf_variabletext_provider.h',
+ 'core/fpdfdoc/ipdf_variabletext_provider.cpp',
+ 'core/fpdfdoc/ipvt_fontmap.h',
'core/fpdfdoc/pdf_vt.h',
'core/fpdfdoc/tagged_int.h',
],
« no previous file with comments | « fpdfsdk/include/fxedit/fxet_edit.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698