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

Unified Diff: pdfium.gyp

Issue 2163133002: Move CPDF_Annot and CPDF_AnnotList to their own header. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Move CPDF_Annot and CPDF_AnnotList to their own headers. 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 | « core/fpdfdoc/include/fpdf_doc.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 0faf6fdf44667694eabf12e75ebf1cb3d6f458eb..ecef4a783888abdd5f13a679ad3d1791185e20ce 100644
--- a/pdfium.gyp
+++ b/pdfium.gyp
@@ -182,6 +182,10 @@
'core/fpdfdoc/include/fpdf_doc.h',
'core/fpdfdoc/include/fpdf_tagged.h',
'core/fpdfdoc/cpdf_variabletext.cpp',
+ 'core/fpdfdoc/cpdf_annot.cpp',
+ 'core/fpdfdoc/cpdf_annot.h',
+ 'core/fpdfdoc/cpdf_annotlist.cpp',
+ 'core/fpdfdoc/cpdf_annotlist.h',
'core/fpdfdoc/cpvt_color.cpp',
'core/fpdfdoc/cpvt_color.h',
'core/fpdfdoc/cpvt_dash.h',
@@ -200,7 +204,6 @@
'core/fpdfdoc/ctypeset.cpp',
'core/fpdfdoc/ctypeset.h',
'core/fpdfdoc/doc_action.cpp',
- 'core/fpdfdoc/doc_annot.cpp',
'core/fpdfdoc/doc_basic.cpp',
'core/fpdfdoc/doc_bookmark.cpp',
'core/fpdfdoc/doc_form.cpp',
« no previous file with comments | « core/fpdfdoc/include/fpdf_doc.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698