Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(33)

Unified Diff: BUILD.gn

Issue 2185533006: Splitting fx_ge_fontmap.cpp (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Nits and added header files Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | core/fxge/ge/cfx_folderfontinfo.cpp » ('j') | core/fxge/include/cfx_folderfontinfo.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « no previous file | core/fxge/ge/cfx_folderfontinfo.cpp » ('j') | core/fxge/include/cfx_folderfontinfo.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698