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

Unified Diff: pdfium.gyp

Issue 2192823002: Splitting fpdfdoc/doc_* part I (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@fpdf_doc_II
Patch Set: Stddef not stdint Created 4 years, 4 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 | « core/fpdfdoc/include/cpdf_actionfields.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 fe2d176318e99e3c9883da13ffdbe31b7ed3fe06..d0d23b97d7a308f14be828b4567e6ad0f47b70a3 100644
--- a/pdfium.gyp
+++ b/pdfium.gyp
@@ -184,11 +184,21 @@
'sources': [
'core/fpdfdoc/clines.cpp',
'core/fpdfdoc/clines.h',
+ 'core/fpdfdoc/cpdf_aaction.cpp',
+ 'core/fpdfdoc/cpdf_action.cpp',
+ 'core/fpdfdoc/cpdf_actionfields.cpp',
'core/fpdfdoc/cpdf_apsettings.h',
'core/fpdfdoc/cpdf_annot.cpp',
'core/fpdfdoc/cpdf_annotlist.cpp',
+ 'core/fpdfdoc/cpdf_bookmark.cpp',
+ 'core/fpdfdoc/cpdf_bookmarktree.cpp',
+ 'core/fpdfdoc/cpdf_docjsactions.cpp',
+ 'core/fpdfdoc/cpdf_link.cpp',
+ 'core/fpdfdoc/cpdf_linklist.cpp',
+ 'core/fpdfdoc/cpdf_metadata.cpp',
'core/fpdfdoc/cpdf_pagelabel.h',
'core/fpdfdoc/cpdf_variabletext.cpp',
+ 'core/fpdfdoc/cpdf_viewerpreferences.cpp',
'core/fpdfdoc/cpvt_color.cpp',
'core/fpdfdoc/cpvt_color.h',
'core/fpdfdoc/cpvt_dash.h',
@@ -206,18 +216,13 @@
'core/fpdfdoc/csection.h',
'core/fpdfdoc/ctypeset.cpp',
'core/fpdfdoc/ctypeset.h',
- 'core/fpdfdoc/doc_action.cpp',
'core/fpdfdoc/doc_basic.cpp',
- 'core/fpdfdoc/doc_bookmark.cpp',
'core/fpdfdoc/doc_form.cpp',
'core/fpdfdoc/doc_formcontrol.cpp',
'core/fpdfdoc/doc_formfield.cpp',
- 'core/fpdfdoc/doc_link.cpp',
- 'core/fpdfdoc/doc_metadata.cpp',
'core/fpdfdoc/doc_ocg.cpp',
'core/fpdfdoc/doc_utils.cpp',
'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',
« no previous file with comments | « core/fpdfdoc/include/cpdf_actionfields.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698