OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |