Chromium Code Reviews| Index: BUILD.gn |
| diff --git a/BUILD.gn b/BUILD.gn |
| index 9fa824867ea315380d3c1eb1525ae2e3750d9833..02d7d44e032f4d019daf889892558570fc01a8b5 100644 |
| --- a/BUILD.gn |
| +++ b/BUILD.gn |
| @@ -692,6 +692,9 @@ 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_folderfontinfo.cpp", |
|
dsinclair
2016/07/27 17:36:00
Add the header files in here as well.
npm
2016/07/27 18:51:57
Done.
|
| + "core/fxge/ge/cfx_fontmapper.cpp", |
| + "core/fxge/ge/cfx_fontmgr.cpp", |
| "core/fxge/ge/fx_ge.cpp", |
| "core/fxge/ge/fx_ge_device.cpp", |
| "core/fxge/ge/fx_ge_font.cpp", |