diff options
Diffstat (limited to 'pdfium.gyp')
-rw-r--r-- | pdfium.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pdfium.gyp b/pdfium.gyp index 32e2d029a0..4db2e548ff 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -666,10 +666,10 @@ 'conditions': [ ['pdf_enable_xfa==1', { 'sources': [ - 'core/fxcrt/include/fx_arb.h', 'core/fxcrt/fx_arabic.cpp', - 'core/fxcrt/fx_arabic.h', 'core/fxcrt/fx_basic_maps.cpp', + 'core/fxcrt/include/fx_arabic.h', + 'core/fxcrt/include/fx_arb.h', ], }], ], |