From f8af565a78ee1910b8c98a5bdfb9ab6b88442317 Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Tue, 6 Mar 2018 18:56:33 +0000 Subject: Rename IFX classes in core/fxge to Iface This CL renames IFX classes in core/fxge to Iface. Change-Id: I137167ddd4ff1563d8002d9501222c27183408cc Reviewed-on: https://pdfium-review.googlesource.com/27990 Reviewed-by: Tom Sepez Commit-Queue: dsinclair --- BUILD.gn | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index bb8969e0af..485afe28bf 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -1044,7 +1044,7 @@ jumbo_static_library("fxge") { "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/dib/scanlinecomposer_iface.h", "core/fxge/fontdata/chromefontdata/FoxitDingbats.cpp", "core/fxge/fontdata/chromefontdata/FoxitFixed.cpp", "core/fxge/fontdata/chromefontdata/FoxitFixedBold.cpp", @@ -1069,9 +1069,9 @@ jumbo_static_library("fxge") { "core/fxge/fx_ge_fontmap.cpp", "core/fxge/fx_ge_linux.cpp", "core/fxge/fx_ge_text.cpp", - "core/fxge/ifx_renderdevicedriver.cpp", - "core/fxge/ifx_renderdevicedriver.h", - "core/fxge/ifx_systemfontinfo.h", + "core/fxge/renderdevicedriver_iface.cpp", + "core/fxge/renderdevicedriver_iface.h", + "core/fxge/systemfontinfo_iface.h", "core/fxge/win32/cfx_windowsdib.h", ] -- cgit v1.2.3