From 236ce3ba2f274307db9ed49c595e242cd811716c Mon Sep 17 00:00:00 2001 From: Nicolas Pena Date: Tue, 4 Apr 2017 17:47:50 -0400 Subject: Remove dib_int.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This CL removes dib_int.h by moving CStretchEngine to its own file, other classes to where they are used, and the remaining to fx_dib.h. Change-Id: Ie2d4bb39389737cd631f92b88000ea942608da21 Reviewed-on: https://pdfium-review.googlesource.com/3714 Reviewed-by: Lei Zhang Commit-Queue: Nicolás Peña --- BUILD.gn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index 961a5108d9..20fb7a9ba7 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -884,8 +884,8 @@ static_library("fxge") { "core/fxge/dib/cfx_imagetransformer.h", "core/fxge/dib/cfx_scanlinecompositor.cpp", "core/fxge/dib/cfx_scanlinecompositor.h", - "core/fxge/dib/dib_int.h", - "core/fxge/dib/fx_dib_engine.cpp", + "core/fxge/dib/cstretchengine.cpp", + "core/fxge/dib/cstretchengine.h", "core/fxge/dib/fx_dib_main.cpp", "core/fxge/dib/ifx_scanlinecomposer.h", "core/fxge/fontdata/chromefontdata/FoxitDingbats.cpp", @@ -1867,7 +1867,7 @@ test("pdfium_unittests") { "core/fxcrt/fx_bidi_unittest.cpp", "core/fxcrt/fx_extension_unittest.cpp", "core/fxcrt/fx_system_unittest.cpp", - "core/fxge/dib/fx_dib_engine_unittest.cpp", + "core/fxge/dib/cstretchengine_unittest.cpp", "fpdfsdk/fpdfdoc_unittest.cpp", "fpdfsdk/fpdfeditimg_unittest.cpp", "fpdfsdk/fpdfview_unittest.cpp", -- cgit v1.2.3