Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(120)

Unified Diff: pdfium.gyp

Issue 2129963002: Break xfa_parser_imp apart (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@ixfa_parser
Patch Set: Rebase to master Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « BUILD.gn ('k') | testing/libfuzzer/pdf_xml_fuzzer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pdfium.gyp
diff --git a/pdfium.gyp b/pdfium.gyp
index e54223cc2f150b6815022252f97977b615b4ea5d..3824c756a9b733f4915b51597e4376e2c5fe66fb 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', {
« no previous file with comments | « BUILD.gn ('k') | testing/libfuzzer/pdf_xml_fuzzer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698