From 3b6c7e9669df2545fc3b19d9f03364c1040a5ab0 Mon Sep 17 00:00:00 2001 From: jaepark Date: Wed, 20 Jul 2016 14:18:04 -0700 Subject: Move CPDF_Annot and CPDF_AnnotList to their own header. Review-Url: https://codereview.chromium.org/2163133002 --- pdfium.gyp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'pdfium.gyp') diff --git a/pdfium.gyp b/pdfium.gyp index 0faf6fdf44..ecef4a7838 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', -- cgit v1.2.3