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

Unified Diff: BUILD.gn

Issue 2185533006: Splitting fx_ge_fontmap.cpp (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Add missing includes 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/android/fx_android_font.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 9fa824867ea315380d3c1eb1525ae2e3750d9833..b6ecdad8e5119a29651294252edb1411c6a5ded7 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -692,6 +692,10 @@ 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",
+ "core/fxge/ge/cfx_folderfontinfo.h",
+ "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",
@@ -700,6 +704,9 @@ static_library("fxge") {
"core/fxge/ge/fx_ge_path.cpp",
"core/fxge/ge/fx_ge_text.cpp",
"core/fxge/ge/fx_text_int.h",
+ "core/fxge/ge/include/cfx_fontmapper.h",
+ "core/fxge/ge/include/cfx_fontmgr.h",
+ "core/fxge/ge/include/ifx_systemfontinfo.h",
"core/fxge/ifx_renderdevicedriver.cpp",
"core/fxge/include/fx_dib.h",
"core/fxge/include/fx_font.h",
« no previous file with comments | « no previous file | core/fxge/android/fx_android_font.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698