diff options
author | thestig <thestig@chromium.org> | 2016-05-13 11:08:41 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-05-13 11:08:41 -0700 |
commit | 9c845c3117bf09191e83e9108e98a82fb1051075 (patch) | |
tree | 17a3e44a23d490487927367bcc926e5327ea21c7 /pdfium.gyp | |
parent | d6e18875ce024a341e221db689cedf10d433be8d (diff) | |
download | pdfium-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 'pdfium.gyp')
-rw-r--r-- | pdfium.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pdfium.gyp b/pdfium.gyp index 10bba9d488..63b4011e3f 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -235,7 +235,9 @@ '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', |