From 26b86e625a2c9e0f4e6a01047fef051ffa81e40a Mon Sep 17 00:00:00 2001 From: npm Date: Thu, 4 Aug 2016 17:22:14 -0700 Subject: Move CFX_GEModule into its own file This is the first CL in an attempt to split up the classes in fxge/include/fx_ge.h into their own files. Review-Url: https://codereview.chromium.org/2217663002 --- pdfium.gyp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pdfium.gyp') diff --git a/pdfium.gyp b/pdfium.gyp index 26f46edba9..50409daf8f 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -720,7 +720,7 @@ "core/fxge/ge/include/cfx_fontmapper.h", "core/fxge/ge/include/cfx_fontmgr.h", "core/fxge/ge/include/ifx_systemfontinfo.h", - 'core/fxge/ge/fx_ge.cpp', + 'core/fxge/ge/cfx_gemodule.cpp', 'core/fxge/ge/fx_ge_device.cpp', 'core/fxge/ge/fx_ge_font.cpp', 'core/fxge/ge/fx_ge_fontmap.cpp', @@ -729,6 +729,7 @@ 'core/fxge/ge/fx_ge_text.cpp', 'core/fxge/ge/fx_text_int.h', 'core/fxge/ifx_renderdevicedriver.cpp', + 'core/fxge/include/cfx_gemodule.h', "core/fxge/include/cfx_windowsdevice.h", 'core/fxge/include/fx_dib.h', 'core/fxge/include/fx_font.h', -- cgit v1.2.3