summaryrefslogtreecommitdiff
path: root/pdfium.gyp
diff options
context:
space:
mode:
authornpm <npm@chromium.org>2016-08-18 10:55:29 -0700
committerCommit bot <commit-bot@chromium.org>2016-08-18 10:55:29 -0700
commit1a8946b09884393d7dc4941e59b3172a7e473b01 (patch)
tree12bfdaad2b15bd515f8d8fff27c7fe0db63cce2b /pdfium.gyp
parent2eb7c7dd6392488d858989da8d57d618f58f04ca (diff)
downloadpdfium-1a8946b09884393d7dc4941e59b3172a7e473b01.tar.xz
Move CFX_UnicodeEncoding and CFX_UnicodeEncodingEx to their own files.
Review-Url: https://codereview.chromium.org/2260533002
Diffstat (limited to 'pdfium.gyp')
-rw-r--r--pdfium.gyp8
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',