| OLD | NEW |
| 1 { | 1 { |
| 2 "variables": { | 2 "variables": { |
| 3 "pdf_enable_v8%": 1, | 3 "pdf_enable_v8%": 1, |
| 4 }, | 4 }, |
| 5 "target_defaults": { | 5 "target_defaults": { |
| 6 "defines": [ | 6 "defines": [ |
| 7 "PDF_ENABLE_XFA", | 7 "PDF_ENABLE_XFA", |
| 8 ], | 8 ], |
| 9 'msvs_disabled_warnings': [ | 9 'msvs_disabled_warnings': [ |
| 10 4005, 4018, 4146, 4333, 4345, 4267, | 10 4005, 4018, 4146, 4333, 4345, 4267, |
| (...skipping 559 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 570 "xfa/fxfa/app/xfa_ffwidgetacc.h", | 570 "xfa/fxfa/app/xfa_ffwidgetacc.h", |
| 571 "xfa/fxfa/app/xfa_ffwidgethandler.cpp", | 571 "xfa/fxfa/app/xfa_ffwidgethandler.cpp", |
| 572 "xfa/fxfa/app/xfa_fontmgr.cpp", | 572 "xfa/fxfa/app/xfa_fontmgr.cpp", |
| 573 "xfa/fxfa/app/xfa_fwladapter.cpp", | 573 "xfa/fxfa/app/xfa_fwladapter.cpp", |
| 574 "xfa/fxfa/app/xfa_fwladapter.h", | 574 "xfa/fxfa/app/xfa_fwladapter.h", |
| 575 "xfa/fxfa/app/xfa_fwltheme.cpp", | 575 "xfa/fxfa/app/xfa_fwltheme.cpp", |
| 576 "xfa/fxfa/app/xfa_fwltheme.h", | 576 "xfa/fxfa/app/xfa_fwltheme.h", |
| 577 "xfa/fxfa/app/xfa_rendercontext.cpp", | 577 "xfa/fxfa/app/xfa_rendercontext.cpp", |
| 578 "xfa/fxfa/app/xfa_textlayout.cpp", | 578 "xfa/fxfa/app/xfa_textlayout.cpp", |
| 579 "xfa/fxfa/app/xfa_textlayout.h", | 579 "xfa/fxfa/app/xfa_textlayout.h", |
| 580 "xfa/fxfa/fm2js/xfa_error.cpp", | |
| 581 "xfa/fxfa/fm2js/xfa_error.h", | 580 "xfa/fxfa/fm2js/xfa_error.h", |
| 582 "xfa/fxfa/fm2js/xfa_expression.cpp", | 581 "xfa/fxfa/fm2js/xfa_expression.cpp", |
| 583 "xfa/fxfa/fm2js/xfa_expression.h", | 582 "xfa/fxfa/fm2js/xfa_expression.h", |
| 584 "xfa/fxfa/fm2js/xfa_fm2jsapi.cpp", | 583 "xfa/fxfa/fm2js/xfa_fm2jsapi.cpp", |
| 585 "xfa/fxfa/fm2js/xfa_fm2jsapi.h", | 584 "xfa/fxfa/fm2js/xfa_fm2jsapi.h", |
| 586 "xfa/fxfa/fm2js/xfa_fm2jscontext.cpp", | 585 "xfa/fxfa/fm2js/xfa_fm2jscontext.cpp", |
| 587 "xfa/fxfa/fm2js/xfa_fm2jscontext.h", | 586 "xfa/fxfa/fm2js/xfa_fm2jscontext.h", |
| 588 "xfa/fxfa/fm2js/xfa_fmparse.cpp", | 587 "xfa/fxfa/fm2js/xfa_fmparse.cpp", |
| 589 "xfa/fxfa/fm2js/xfa_fmparse.h", | 588 "xfa/fxfa/fm2js/xfa_fmparse.h", |
| 590 "xfa/fxfa/fm2js/xfa_lexer.cpp", | 589 "xfa/fxfa/fm2js/xfa_lexer.cpp", |
| (...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 766 "sources": [], | 765 "sources": [], |
| 767 }], | 766 }], |
| 768 ["OS == 'mac'", { | 767 ["OS == 'mac'", { |
| 769 "configurations": {}, | 768 "configurations": {}, |
| 770 "sources": [], | 769 "sources": [], |
| 771 }], | 770 }], |
| 772 ] | 771 ] |
| 773 } | 772 } |
| 774 ] | 773 ] |
| 775 } | 774 } |
| OLD | NEW |