diff options
Diffstat (limited to 'xfa/fxfa/parser/BUILD.gn')
-rw-r--r-- | xfa/fxfa/parser/BUILD.gn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/xfa/fxfa/parser/BUILD.gn b/xfa/fxfa/parser/BUILD.gn index 8575a019f4..8d9dc06317 100644 --- a/xfa/fxfa/parser/BUILD.gn +++ b/xfa/fxfa/parser/BUILD.gn @@ -735,3 +735,10 @@ pdfium_unittest_source_set("unittests") { ] pdfium_root_dir = "../../../" } + +pdfium_embeddertest_source_set("embeddertests") { + sources = [ + "cxfa_document_parser_embeddertest.cpp", + ] + pdfium_root_dir = "../../../" +} |