From 660de3c494b68a574cb4cdf20359f51ddc260d3c Mon Sep 17 00:00:00 2001 From: npm Date: Mon, 8 Aug 2016 08:18:29 -0700 Subject: Move CFX_ClipRgn and CFX_PathData into their own files. This is the second CL in an attempt to split up the classes in fxge/include/fx_ge.h into their own files. CFX_ClipRgn is moved to core/fxge/ge because it is only used in core/fxge. The header for CFX_PathData is left in core/fxge/include since it is used elsewhere. Review-Url: https://codereview.chromium.org/2216853004 --- BUILD.gn | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index ddbf41f422..4b8f2223da 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -728,11 +728,14 @@ static_library("fxge") { "core/fxge/fontdata/chromefontdata/FoxitSymbol.cpp", "core/fxge/fontdata/chromefontdata/chromefontdata.h", "core/fxge/freetype/fx_freetype.cpp", + "core/fxge/ge/cfx_cliprgn.cpp", + "core/fxge/ge/cfx_cliprgn.h", "core/fxge/ge/cfx_folderfontinfo.cpp", "core/fxge/ge/cfx_folderfontinfo.h", "core/fxge/ge/cfx_fontmapper.cpp", "core/fxge/ge/cfx_fontmgr.cpp", "core/fxge/ge/cfx_gemodule.cpp", + "core/fxge/ge/cfx_pathdata.cpp", "core/fxge/ge/fx_ge_device.cpp", "core/fxge/ge/fx_ge_font.cpp", "core/fxge/ge/fx_ge_fontmap.cpp", @@ -745,6 +748,7 @@ static_library("fxge") { "core/fxge/ge/include/ifx_systemfontinfo.h", "core/fxge/ifx_renderdevicedriver.cpp", "core/fxge/include/cfx_gemodule.h", + "core/fxge/include/cfx_pathdata.h", "core/fxge/include/cfx_windowsdevice.h", "core/fxge/include/fx_dib.h", "core/fxge/include/fx_font.h", -- cgit v1.2.3