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 /BUILD.gn | |
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 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -197,6 +197,10 @@ static_library("fpdfdoc") { sources = [ "core/fpdfdoc/clines.cpp", "core/fpdfdoc/clines.h", + "core/fpdfdoc/cpdf_annot.cpp", + "core/fpdfdoc/cpdf_annot.h", + "core/fpdfdoc/cpdf_annotlist.cpp", + "core/fpdfdoc/cpdf_annotlist.h", "core/fpdfdoc/cpdf_variabletext.cpp", "core/fpdfdoc/cpvt_color.cpp", "core/fpdfdoc/cpvt_color.h", @@ -216,7 +220,6 @@ static_library("fpdfdoc") { "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", |