summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorthestig <thestig@chromium.org>2016-05-13 11:08:41 -0700
committerCommit bot <commit-bot@chromium.org>2016-05-13 11:08:41 -0700
commit9c845c3117bf09191e83e9108e98a82fb1051075 (patch)
tree17a3e44a23d490487927367bcc926e5327ea21c7 /BUILD.gn
parentd6e18875ce024a341e221db689cedf10d433be8d (diff)
downloadpdfium-9c845c3117bf09191e83e9108e98a82fb1051075.tar.xz
Move some classes out of doc_vt.cpp into their own files.
Review-Url: https://codereview.chromium.org/1979463002
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index f784f05d80..1d87424f97 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -206,7 +206,9 @@ static_library("fpdfdoc") {
"core/fpdfdoc/cpvt_lineinfo.h",
"core/fpdfdoc/cpvt_sectioninfo.h",
"core/fpdfdoc/cpvt_wordinfo.h",
+ "core/fpdfdoc/csection.cpp",
"core/fpdfdoc/csection.h",
+ "core/fpdfdoc/ctypeset.cpp",
"core/fpdfdoc/ctypeset.h",
"core/fpdfdoc/doc_action.cpp",
"core/fpdfdoc/doc_annot.cpp",