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 --- BUILD.gn | 1 + 1 file changed, 1 insertion(+) (limited to 'BUILD.gn') 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", -- cgit v1.2.3