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

Unified Diff: pdfium.gyp

Issue 2187073005: Splitting fpdfdoc/doc_* part II. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@fpdf_doc_III
Patch Set: Rebase to master 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
« fpdfsdk/fxedit/include/fxet_edit.h ('K') | « fpdfsdk/pdfwindow/PWL_Utils.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 e4c440ab7025653af0ecf54a74656f9bd809d7f1..c4e1e72ef097e8f62898240ec3751d904e00849a 100644
--- a/pdfium.gyp
+++ b/pdfium.gyp
@@ -178,6 +178,8 @@
'target_name': 'fpdfdoc',
'type': 'static_library',
'sources': [
+ 'core/fpdfdoc/cline.cpp',
+ 'core/fpdfdoc/cline.h',
'core/fpdfdoc/clines.cpp',
'core/fpdfdoc/clines.h',
'core/fpdfdoc/cpdf_aaction.h',
@@ -188,13 +190,19 @@
'core/fpdfdoc/cpdf_annotlist.cpp',
'core/fpdfdoc/cpdf_bookmark.cpp',
'core/fpdfdoc/cpdf_bookmarktree.cpp',
+ 'core/fpdfdoc/cpdf_dest.cpp',
'core/fpdfdoc/cpdf_docjsactions.cpp',
+ 'core/fpdfdoc/cpdf_filespec.cpp',
'core/fpdfdoc/cpdf_link.cpp',
'core/fpdfdoc/cpdf_linklist.cpp',
'core/fpdfdoc/cpdf_metadata.cpp',
+ 'core/fpdfdoc/cpdf_nametree.cpp',
+ 'core/fpdfdoc/cpdf_occontext.cpp',
+ 'core/fpdfdoc/cpdf_pagelabel.cpp',
'core/fpdfdoc/cpdf_pagelabel.h',
'core/fpdfdoc/cpdf_variabletext.cpp',
'core/fpdfdoc/cpdf_viewerpreferences.cpp',
+ 'core/fpdfdoc/cpvt_arraytemplate.h',
'core/fpdfdoc/cpvt_color.cpp',
'core/fpdfdoc/cpvt_color.h',
'core/fpdfdoc/cpvt_dash.h',
@@ -212,14 +220,11 @@
'core/fpdfdoc/csection.h',
'core/fpdfdoc/ctypeset.cpp',
'core/fpdfdoc/ctypeset.h',
- 'core/fpdfdoc/doc_basic.cpp',
'core/fpdfdoc/doc_form.cpp',
'core/fpdfdoc/doc_formcontrol.cpp',
'core/fpdfdoc/doc_formfield.cpp',
- 'core/fpdfdoc/doc_ocg.cpp',
'core/fpdfdoc/doc_utils.cpp',
'core/fpdfdoc/doc_utils.h',
- 'core/fpdfdoc/doc_vt.cpp',
'core/fpdfdoc/include/cpdf_aaction.h',
'core/fpdfdoc/include/cpdf_action.h',
'core/fpdfdoc/include/cpdf_actionfields.h',
@@ -251,7 +256,7 @@
'core/fpdfdoc/include/cpvt_wordrange.h',
'core/fpdfdoc/include/ipvt_fontmap.h',
'core/fpdfdoc/include/ipdf_formnotify.h',
- 'core/fpdfdoc/pdf_vt.h',
+ 'core/fpdfdoc/ipdf_formnotify.cpp',
],
},
{
@@ -914,7 +919,7 @@
'core/fpdfapi/fpdf_parser/cpdf_simple_parser_unittest.cpp',
'core/fpdfapi/fpdf_parser/cpdf_syntax_parser_unittest.cpp',
'core/fpdfapi/fpdf_parser/fpdf_parser_decode_unittest.cpp',
- 'core/fpdfdoc/doc_basic_unittest.cpp',
+ 'core/fpdfdoc/cpdf_filespec_unittest.cpp',
'core/fpdftext/fpdf_text_int_unittest.cpp',
'core/fxcodec/codec/fx_codec_jpx_unittest.cpp',
'core/fxcrt/fx_basic_bstring_unittest.cpp',
« fpdfsdk/fxedit/include/fxet_edit.h ('K') | « fpdfsdk/pdfwindow/PWL_Utils.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698