From 06272311aca7ead4f419b65ca41673f1599218ae Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Fri, 8 May 2015 13:36:50 -0700 Subject: 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 --- pdfium.gyp | 1 + 1 file changed, 1 insertion(+) (limited to 'pdfium.gyp') 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', -- cgit v1.2.3