diff options
Diffstat (limited to 'pdfium.gyp')
-rw-r--r-- | pdfium.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pdfium.gyp b/pdfium.gyp index e54223cc2f..3824c756a9 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -961,7 +961,7 @@ 'conditions': [ ['pdf_enable_xfa==1', { 'sources': [ - 'xfa/fxfa/parser/xfa_parser_imp_embeddertest.cpp', + 'xfa/fxfa/parser/cxfa_simple_parser_embeddertest.cpp', ], }], ['pdf_enable_v8==1', { |