summaryrefslogtreecommitdiff
path: root/pdfium.gyp
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 /pdfium.gyp
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 'pdfium.gyp')
-rw-r--r--pdfium.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/pdfium.gyp b/pdfium.gyp
index f258e15729..5cb5d8bd2b 100644
--- a/pdfium.gyp
+++ b/pdfium.gyp
@@ -175,6 +175,7 @@
'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',