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

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: 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
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 }, 5 },
6 "target_defaults": { 6 "target_defaults": {
7 "defines": [ 7 "defines": [
8 "PDF_ENABLE_XFA", 8 "PDF_ENABLE_XFA",
9 ], 9 ],
10 'msvs_disabled_warnings': [ 10 'msvs_disabled_warnings': [
(...skipping 520 matching lines...) Expand 10 before | Expand all | Expand 10 after
531 "xfa/fxfa/parser/xfa_layout_pagemgr_new.cpp", 531 "xfa/fxfa/parser/xfa_layout_pagemgr_new.cpp",
532 "xfa/fxfa/parser/xfa_layout_pagemgr_new.h", 532 "xfa/fxfa/parser/xfa_layout_pagemgr_new.h",
533 "xfa/fxfa/parser/xfa_locale.cpp", 533 "xfa/fxfa/parser/xfa_locale.cpp",
534 "xfa/fxfa/parser/xfa_locale.h", 534 "xfa/fxfa/parser/xfa_locale.h",
535 "xfa/fxfa/parser/xfa_localemgr.cpp", 535 "xfa/fxfa/parser/xfa_localemgr.cpp",
536 "xfa/fxfa/parser/xfa_localemgr.h", 536 "xfa/fxfa/parser/xfa_localemgr.h",
537 "xfa/fxfa/parser/xfa_localevalue.cpp", 537 "xfa/fxfa/parser/xfa_localevalue.cpp",
538 "xfa/fxfa/parser/xfa_localevalue.h", 538 "xfa/fxfa/parser/xfa_localevalue.h",
539 "xfa/fxfa/parser/xfa_object.h", 539 "xfa/fxfa/parser/xfa_object.h",
540 "xfa/fxfa/parser/xfa_object_imp.cpp", 540 "xfa/fxfa/parser/xfa_object_imp.cpp",
541 "xfa/fxfa/parser/xfa_parser.h",
542 "xfa/fxfa/parser/xfa_parser_imp.cpp", 541 "xfa/fxfa/parser/xfa_parser_imp.cpp",
543 "xfa/fxfa/parser/xfa_parser_imp.h", 542 "xfa/fxfa/parser/xfa_parser_imp.h",
544 "xfa/fxfa/parser/xfa_script.h", 543 "xfa/fxfa/parser/xfa_script.h",
545 "xfa/fxfa/parser/xfa_script_datawindow.cpp", 544 "xfa/fxfa/parser/xfa_script_datawindow.cpp",
546 "xfa/fxfa/parser/xfa_script_datawindow.h", 545 "xfa/fxfa/parser/xfa_script_datawindow.h",
547 "xfa/fxfa/parser/xfa_script_eventpseudomodel.cpp", 546 "xfa/fxfa/parser/xfa_script_eventpseudomodel.cpp",
548 "xfa/fxfa/parser/xfa_script_eventpseudomodel.h", 547 "xfa/fxfa/parser/xfa_script_eventpseudomodel.h",
549 "xfa/fxfa/parser/xfa_script_hostpseudomodel.cpp", 548 "xfa/fxfa/parser/xfa_script_hostpseudomodel.cpp",
550 "xfa/fxfa/parser/xfa_script_hostpseudomodel.h", 549 "xfa/fxfa/parser/xfa_script_hostpseudomodel.h",
551 "xfa/fxfa/parser/xfa_script_imp.cpp", 550 "xfa/fxfa/parser/xfa_script_imp.cpp",
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
603 "sources": [], 602 "sources": [],
604 }], 603 }],
605 ["OS == 'mac'", { 604 ["OS == 'mac'", {
606 "configurations": {}, 605 "configurations": {},
607 "sources": [], 606 "sources": [],
608 }], 607 }],
609 ] 608 ]
610 } 609 }
611 ] 610 ]
612 } 611 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698