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

Side by Side Diff: xfa.gyp

Issue 2123133004: Remove IXFA_Parser, cleanup XFA parser code. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
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 unified diff | Download patch
« no previous file with comments | « testing/libfuzzer/pdf_xml_fuzzer.cc ('k') | xfa/fxfa/app/xfa_ffdoc.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "variables": { 2 "variables": {
3 "chromium_code": 1, 3 "chromium_code": 1,
4 "pdf_enable_v8%": 1, 4 "pdf_enable_v8%": 1,
5 "variables": { 5 "variables": {
6 'clang_use_chrome_plugins': 1, 6 'clang_use_chrome_plugins': 1,
7 }, 7 },
8 }, 8 },
9 "target_defaults": { 9 "target_defaults": {
10 "defines": [ 10 "defines": [
(...skipping 527 matching lines...) Expand 10 before | Expand all | Expand 10 after
538 "xfa/fxfa/parser/xfa_layout_pagemgr_new.cpp", 538 "xfa/fxfa/parser/xfa_layout_pagemgr_new.cpp",
539 "xfa/fxfa/parser/xfa_layout_pagemgr_new.h", 539 "xfa/fxfa/parser/xfa_layout_pagemgr_new.h",
540 "xfa/fxfa/parser/xfa_locale.cpp", 540 "xfa/fxfa/parser/xfa_locale.cpp",
541 "xfa/fxfa/parser/xfa_locale.h", 541 "xfa/fxfa/parser/xfa_locale.h",
542 "xfa/fxfa/parser/xfa_localemgr.cpp", 542 "xfa/fxfa/parser/xfa_localemgr.cpp",
543 "xfa/fxfa/parser/xfa_localemgr.h", 543 "xfa/fxfa/parser/xfa_localemgr.h",
544 "xfa/fxfa/parser/xfa_localevalue.cpp", 544 "xfa/fxfa/parser/xfa_localevalue.cpp",
545 "xfa/fxfa/parser/xfa_localevalue.h", 545 "xfa/fxfa/parser/xfa_localevalue.h",
546 "xfa/fxfa/parser/xfa_object.h", 546 "xfa/fxfa/parser/xfa_object.h",
547 "xfa/fxfa/parser/xfa_object_imp.cpp", 547 "xfa/fxfa/parser/xfa_object_imp.cpp",
548 "xfa/fxfa/parser/xfa_parser.h",
549 "xfa/fxfa/parser/xfa_parser_imp.cpp", 548 "xfa/fxfa/parser/xfa_parser_imp.cpp",
550 "xfa/fxfa/parser/xfa_parser_imp.h", 549 "xfa/fxfa/parser/xfa_parser_imp.h",
551 "xfa/fxfa/parser/xfa_script.h", 550 "xfa/fxfa/parser/xfa_script.h",
552 "xfa/fxfa/parser/xfa_script_datawindow.cpp", 551 "xfa/fxfa/parser/xfa_script_datawindow.cpp",
553 "xfa/fxfa/parser/xfa_script_datawindow.h", 552 "xfa/fxfa/parser/xfa_script_datawindow.h",
554 "xfa/fxfa/parser/xfa_script_eventpseudomodel.cpp", 553 "xfa/fxfa/parser/xfa_script_eventpseudomodel.cpp",
555 "xfa/fxfa/parser/xfa_script_eventpseudomodel.h", 554 "xfa/fxfa/parser/xfa_script_eventpseudomodel.h",
556 "xfa/fxfa/parser/xfa_script_hostpseudomodel.cpp", 555 "xfa/fxfa/parser/xfa_script_hostpseudomodel.cpp",
557 "xfa/fxfa/parser/xfa_script_hostpseudomodel.h", 556 "xfa/fxfa/parser/xfa_script_hostpseudomodel.h",
558 "xfa/fxfa/parser/xfa_script_imp.cpp", 557 "xfa/fxfa/parser/xfa_script_imp.cpp",
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
610 "sources": [], 609 "sources": [],
611 }], 610 }],
612 ["OS == 'mac'", { 611 ["OS == 'mac'", {
613 "configurations": {}, 612 "configurations": {},
614 "sources": [], 613 "sources": [],
615 }], 614 }],
616 ] 615 ]
617 } 616 }
618 ] 617 ]
619 } 618 }
OLDNEW
« no previous file with comments | « testing/libfuzzer/pdf_xml_fuzzer.cc ('k') | xfa/fxfa/app/xfa_ffdoc.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698