From 25c223d1c3a662a0e69a5bf95083afbd5fa3cd97 Mon Sep 17 00:00:00 2001 From: dsinclair Date: Tue, 12 Apr 2016 09:51:45 -0700 Subject: Only SolidBrush types are created, remove other brushes. We only ever create a CFDE_SolidBrush, there is nothing which creates Texture, Hatch or LinearGradient brushes. This Cl removes all the code that isn't used for SolidBrush. A followup Cl will rename SolidBrush to Brush and remove the Brush interface in favour of the concrete class. BUG=pdfium:468 Review URL: https://codereview.chromium.org/1877383002 --- xfa.gyp | 3 --- 1 file changed, 3 deletions(-) (limited to 'xfa.gyp') diff --git a/xfa.gyp b/xfa.gyp index 671b7ba676..cb3893a854 100644 --- a/xfa.gyp +++ b/xfa.gyp @@ -62,8 +62,6 @@ "xfa/fde/css/fde_csssyntax.cpp", "xfa/fde/css/fde_csssyntax.h", "xfa/fde/fde_brush.h", - "xfa/fde/fde_devbasic.cpp", - "xfa/fde/fde_devbasic.h", "xfa/fde/fde_renderdevice.h", "xfa/fde/fde_gedevice.cpp", "xfa/fde/fde_gedevice.h", @@ -72,7 +70,6 @@ "xfa/fde/fde_image.h", "xfa/fde/fde_iterator.cpp", "xfa/fde/fde_iterator.h", - "xfa/fde/fde_object.cpp", "xfa/fde/fde_object.h", "xfa/fde/fde_path.h", "xfa/fde/fde_pen.h", -- cgit v1.2.3