diff options
author | dsinclair <dsinclair@chromium.org> | 2016-07-11 08:42:33 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-07-11 08:42:33 -0700 |
commit | 34f86b0c7816289d2a0b402d1909572f4e95613b (patch) | |
tree | f4cc3d2442311723fd01d03689964fa0693bb5b1 /pdfium.gyp | |
parent | a1b0772321e9b839073b9b312bac22143f2d4011 (diff) | |
download | pdfium-34f86b0c7816289d2a0b402d1909572f4e95613b.tar.xz |
Break xfa_parser_imp apart
This CL splits the three parsers into individual files to make working with
the code easier.
Review-Url: https://codereview.chromium.org/2129963002
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', { |