diff options
Diffstat (limited to 'pdfium.gyp')
-rw-r--r-- | pdfium.gyp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pdfium.gyp b/pdfium.gyp index d8343944fb..148c319eda 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -746,6 +746,7 @@ '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/include/cfx_fontmapper.h', 'core/fxge/ge/include/cfx_fontmgr.h', 'core/fxge/ge/include/ifx_systemfontinfo.h', @@ -762,6 +763,7 @@ '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_windowsdevice.h', 'core/fxge/include/fx_dib.h', 'core/fxge/include/fx_font.h', @@ -776,6 +778,12 @@ ], }, 'conditions': [ + ['pdf_enable_xfa==1', { + 'sources': [ + 'core/fxge/ge/cfx_unicodeencodingex.cpp', + 'core/fxge/include/cfx_unicodeencodingex.h', + ] + }], ['pdf_use_skia==1', { 'sources': [ 'core/fxge/skia/fx_skia_device.cpp', |