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

Unified Diff: pdfium.gyp

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
Index: pdfium.gyp
diff --git a/pdfium.gyp b/pdfium.gyp
index 7d090853609e2ed373145442ffc8e0d5f98c7672..0d9a218ceffa2ec0d317572500dd925ed547621e 100644
--- a/pdfium.gyp
+++ b/pdfium.gyp
@@ -677,6 +677,9 @@
'core/fxge/fontdata/chromefontdata/FoxitSerifMM.cpp',
'core/fxge/fontdata/chromefontdata/FoxitSymbol.cpp',
'core/fxge/freetype/fx_freetype.cpp',
+ "core/fxge/ge/cfx_folderfontinfo.cpp",
dsinclair 2016/07/27 17:36:01 Add .h files here as well.
npm 2016/07/27 18:51:58 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',

Powered by Google App Engine
This is Rietveld 408576698