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

Side by Side Diff: xfa.gyp

Issue 2026993003: Remove FXJSE_Value_ToObject and call methods directly (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@context_cleanup_3
Patch Set: Created 4 years, 6 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 | « BUILD.gn ('k') | xfa/fxfa/app/xfa_ffdochandler.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 }, 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 604 matching lines...) Expand 10 before | Expand all | Expand 10 after
615 "xfa/fxfa/parser/cxfa_submit.cpp", 615 "xfa/fxfa/parser/cxfa_submit.cpp",
616 "xfa/fxfa/parser/cxfa_submit.h", 616 "xfa/fxfa/parser/cxfa_submit.h",
617 "xfa/fxfa/parser/cxfa_text.cpp", 617 "xfa/fxfa/parser/cxfa_text.cpp",
618 "xfa/fxfa/parser/cxfa_text.h", 618 "xfa/fxfa/parser/cxfa_text.h",
619 "xfa/fxfa/parser/cxfa_tooltip.cpp", 619 "xfa/fxfa/parser/cxfa_tooltip.cpp",
620 "xfa/fxfa/parser/cxfa_tooltip.h", 620 "xfa/fxfa/parser/cxfa_tooltip.h",
621 "xfa/fxfa/parser/cxfa_validate.cpp", 621 "xfa/fxfa/parser/cxfa_validate.cpp",
622 "xfa/fxfa/parser/cxfa_validate.h", 622 "xfa/fxfa/parser/cxfa_validate.h",
623 "xfa/fxfa/parser/cxfa_value.cpp", 623 "xfa/fxfa/parser/cxfa_value.cpp",
624 "xfa/fxfa/parser/cxfa_value.h", 624 "xfa/fxfa/parser/cxfa_value.h",
625 "xfa/fxfa/parser/cxfa_valuearray.cpp",
626 "xfa/fxfa/parser/cxfa_valuearray.h",
625 "xfa/fxfa/parser/cxfa_widgetdata.cpp", 627 "xfa/fxfa/parser/cxfa_widgetdata.cpp",
626 "xfa/fxfa/parser/cxfa_widgetdata.h", 628 "xfa/fxfa/parser/cxfa_widgetdata.h",
627 "xfa/fxfa/parser/xfa_basic_data.cpp", 629 "xfa/fxfa/parser/xfa_basic_data.cpp",
628 "xfa/fxfa/parser/xfa_basic_data.h", 630 "xfa/fxfa/parser/xfa_basic_data.h",
629 "xfa/fxfa/parser/xfa_basic_imp.cpp", 631 "xfa/fxfa/parser/xfa_basic_imp.cpp",
630 "xfa/fxfa/parser/xfa_basic_imp.h", 632 "xfa/fxfa/parser/xfa_basic_imp.h",
631 "xfa/fxfa/parser/xfa_doclayout.h", 633 "xfa/fxfa/parser/xfa_doclayout.h",
632 "xfa/fxfa/parser/xfa_document.h", 634 "xfa/fxfa/parser/xfa_document.h",
633 "xfa/fxfa/parser/xfa_document_datadescription_imp.cpp", 635 "xfa/fxfa/parser/xfa_document_datadescription_imp.cpp",
634 "xfa/fxfa/parser/xfa_document_datadescription_imp.h", 636 "xfa/fxfa/parser/xfa_document_datadescription_imp.h",
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
746 "sources": [], 748 "sources": [],
747 }], 749 }],
748 ["OS == 'mac'", { 750 ["OS == 'mac'", {
749 "configurations": {}, 751 "configurations": {},
750 "sources": [], 752 "sources": [],
751 }], 753 }],
752 ] 754 ]
753 } 755 }
754 ] 756 ]
755 } 757 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | xfa/fxfa/app/xfa_ffdochandler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698