From 37cc5fb6b3407ce8e079bc1bdd0606713b975532 Mon Sep 17 00:00:00 2001 From: Nicolas Pena Date: Tue, 4 Apr 2017 12:12:49 -0400 Subject: Finish splitting up fx_dib.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit After this CL, fx_dib.h only has some definitions used in multiple places. Definitions that were of restricted usage were moved out to the corresponding place. Includes in fx_dib were reduced, thus revealing other needed includes. Change-Id: I3607da0af81c491256d64c0aa085225631efbdcc Reviewed-on: https://pdfium-review.googlesource.com/3594 Commit-Queue: Nicolás Peña Reviewed-by: dsinclair --- BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index 87770fcc23..5c0017dd06 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -885,9 +885,9 @@ static_library("fxge") { "core/fxge/dib/cfx_scanlinecompositor.cpp", "core/fxge/dib/cfx_scanlinecompositor.h", "core/fxge/dib/dib_int.h", - "core/fxge/dib/fx_dib_convert.cpp", "core/fxge/dib/fx_dib_engine.cpp", "core/fxge/dib/fx_dib_main.cpp", + "core/fxge/dib/ifx_scanlinecomposer.h", "core/fxge/fontdata/chromefontdata/FoxitDingbats.cpp", "core/fxge/fontdata/chromefontdata/FoxitFixed.cpp", "core/fxge/fontdata/chromefontdata/FoxitFixedBold.cpp", -- cgit v1.2.3