summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-05-08 13:36:50 -0700
committerTom Sepez <tsepez@chromium.org>2015-05-08 13:36:50 -0700
commit06272311aca7ead4f419b65ca41673f1599218ae (patch)
tree7c3a927a52e7c72f1fbff65c4e4f1ac5b46e9170 /BUILD.gn
parent6661fd4c26106cd530d187b36f29be7e5c98b70f (diff)
downloadpdfium-06272311aca7ead4f419b65ca41673f1599218ae.tar.xz
Move function prototypes to new doc_utils.h file
... rather than redundantly declaring them in several .cpp files, and hoping that the linker lines things up for you. R=thestig@chromium.org Review URL: https://codereview.chromium.org/1128193004
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index c0d57c3bb3..edfaf2f54f 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -175,6 +175,7 @@ static_library("fpdfdoc") {
"core/src/fpdfdoc/doc_ocg.cpp",
"core/src/fpdfdoc/doc_tagged.cpp",
"core/src/fpdfdoc/doc_utils.cpp",
+ "core/src/fpdfdoc/doc_utils.h",
"core/src/fpdfdoc/doc_viewerPreferences.cpp",
"core/src/fpdfdoc/doc_vt.cpp",
"core/src/fpdfdoc/doc_vtmodule.cpp",