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

Unified Diff: pdfium.gyp

Issue 2260533002: Refactor fx_font part 2 (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 4 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 d8343944fb7767296b9a046202ed573581d6f2cc..628b98ad85bf7f172a10c71f1fcbc4b6bbbdd1c1 100644
--- a/pdfium.gyp
+++ b/pdfium.gyp
@@ -746,6 +746,8 @@
'core/fxge/ge/cfx_graphstatedata.cpp',
'core/fxge/ge/cfx_pathdata.cpp',
'core/fxge/ge/cfx_renderdevice.cpp',
+ 'core/fxge/ge/cfx_unicodeencoding.cpp',
+ 'core/fxge/ge/cfx_unicodeencodingex.cpp',
'core/fxge/ge/include/cfx_fontmapper.h',
'core/fxge/ge/include/cfx_fontmgr.h',
'core/fxge/ge/include/ifx_systemfontinfo.h',
@@ -762,6 +764,8 @@
'core/fxge/include/cfx_graphstatedata.h',
'core/fxge/include/cfx_pathdata.h',
'core/fxge/include/cfx_renderdevice.h',
+ 'core/fxge/include/cfx_unicodeencoding.h',
+ 'core/fxge/include/cfx_unicodeencodingex.h',
'core/fxge/include/cfx_windowsdevice.h',
'core/fxge/include/fx_dib.h',
'core/fxge/include/fx_font.h',

Powered by Google App Engine
This is Rietveld 408576698