summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorjaepark <jaepark@google.com>2016-07-20 14:18:04 -0700
committerCommit bot <commit-bot@chromium.org>2016-07-20 14:18:04 -0700
commit3b6c7e9669df2545fc3b19d9f03364c1040a5ab0 (patch)
treee3e7abb38e8557af8827c9631fe8a1462fa9a730 /BUILD.gn
parentcc8ae2fd891f71c5d548a042f4d265463887ee6c (diff)
downloadpdfium-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.gn5
1 files changed, 4 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 9c9d865c5d..5426860f90 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -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",