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

Unified Diff: pdfium.gyp

Issue 1860063002: Remove core/include/fpdfdoc/fpdf_vt.h (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 8 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.cpp ('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 281cec356ae906978dc0ff16a3f500df601980b7..69aab07cc4d3cd2991698e851e55b45994a7a2d2 100644
--- a/pdfium.gyp
+++ b/pdfium.gyp
@@ -221,18 +221,22 @@
'sources': [
'core/include/fpdfdoc/fpdf_doc.h',
'core/include/fpdfdoc/fpdf_tagged.h',
- 'core/include/fpdfdoc/fpdf_vt.h',
+ 'core/fpdfdoc/cpdf_variabletext.cpp',
'core/fpdfdoc/cpvt_color.cpp',
'core/fpdfdoc/cpvt_color.h',
'core/fpdfdoc/cpvt_dash.h',
+ 'core/fpdfdoc/cpvt_floatrect.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/cpvt_lineinfo.h',
+ 'core/fpdfdoc/cpvt_sectioninfo.h',
+ 'core/fpdfdoc/cpvt_wordinfo.h',
+ 'core/fpdfdoc/csection.h',
+ 'core/fpdfdoc/ctypeset.h',
'core/fpdfdoc/doc_action.cpp',
'core/fpdfdoc/doc_annot.cpp',
- 'core/fpdfdoc/doc_ap.cpp',
'core/fpdfdoc/doc_basic.cpp',
'core/fpdfdoc/doc_bookmark.cpp',
'core/fpdfdoc/doc_form.cpp',
@@ -246,7 +250,14 @@
'core/fpdfdoc/doc_utils.h',
'core/fpdfdoc/doc_viewerPreferences.cpp',
'core/fpdfdoc/doc_vt.cpp',
- 'core/fpdfdoc/doc_vtmodule.cpp',
+ 'core/fpdfdoc/include/cpdf_variabletext.h',
+ 'core/fpdfdoc/include/cpvt_line.h',
+ 'core/fpdfdoc/include/cpvt_secprops.h',
+ 'core/fpdfdoc/include/cpvt_section.h',
+ 'core/fpdfdoc/include/cpvt_word.h',
+ 'core/fpdfdoc/include/cpvt_wordplace.h',
+ 'core/fpdfdoc/include/cpvt_wordprops.h',
+ 'core/fpdfdoc/include/cpvt_wordrange.h',
'core/fpdfdoc/ipvt_fontmap.h',
'core/fpdfdoc/pdf_vt.h',
'core/fpdfdoc/tagged_int.h',
« no previous file with comments | « fpdfsdk/pdfwindow/PWL_Wnd.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698