diff options
author | jaepark <jaepark@google.com> | 2016-07-20 14:18:04 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-07-20 14:18:04 -0700 |
commit | 3b6c7e9669df2545fc3b19d9f03364c1040a5ab0 (patch) | |
tree | e3e7abb38e8557af8827c9631fe8a1462fa9a730 /pdfium.gyp | |
parent | cc8ae2fd891f71c5d548a042f4d265463887ee6c (diff) | |
download | pdfium-3b6c7e9669df2545fc3b19d9f03364c1040a5ab0.tar.xz |
Move CPDF_Annot and CPDF_AnnotList to their own header.
Review-Url: https://codereview.chromium.org/2163133002
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', |