diff options
Diffstat (limited to 'pdfium.gyp')
-rw-r--r-- | pdfium.gyp | 5 |
1 files changed, 4 insertions, 1 deletions
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', |