From b95901091d63ce09accec3088945955f969d46e1 Mon Sep 17 00:00:00 2001 From: dsinclair Date: Wed, 27 Apr 2016 06:38:59 -0700 Subject: Remove IFX_SystemHandler. This CL folds IFX_SystemHandler into CFX_SystemHandler. Methods which either had no implementation, or returned a default value have been removed. Review URL: https://codereview.chromium.org/1923093002 --- pdfium.gyp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pdfium.gyp') diff --git a/pdfium.gyp b/pdfium.gyp index cefdcaa61f..10bba9d488 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -124,6 +124,8 @@ 'pdfwindow', ], 'sources': [ + 'fpdfsdk/cfx_systemhandler.cpp', + 'fpdfsdk/cfx_systemhandler.h', 'fpdfsdk/include/fsdk_actionhandler.h', 'fpdfsdk/include/fsdk_annothandler.h', 'fpdfsdk/include/fsdk_baseannot.h', -- cgit v1.2.3