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 }, | 9 }, |
10 "targets":[ | 10 "targets":[ |
(...skipping 559 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
570 "xfa/src/fxfa/src/common/xfa_fm2jsapi.h", | 570 "xfa/src/fxfa/src/common/xfa_fm2jsapi.h", |
571 "xfa/src/fxfa/src/common/xfa_localemgr.h", | 571 "xfa/src/fxfa/src/common/xfa_localemgr.h", |
572 "xfa/src/fxfa/src/common/xfa_object.h", | 572 "xfa/src/fxfa/src/common/xfa_object.h", |
573 "xfa/src/fxfa/src/common/xfa_parser.h", | 573 "xfa/src/fxfa/src/common/xfa_parser.h", |
574 "xfa/src/fxfa/src/common/xfa_script.h", | 574 "xfa/src/fxfa/src/common/xfa_script.h", |
575 "xfa/src/fxfa/src/common/xfa_utils.h", | 575 "xfa/src/fxfa/src/common/xfa_utils.h", |
576 "xfa/src/fxfa/src/fm2js/xfa_error.cpp", | 576 "xfa/src/fxfa/src/fm2js/xfa_error.cpp", |
577 "xfa/src/fxfa/src/fm2js/xfa_error.h", | 577 "xfa/src/fxfa/src/fm2js/xfa_error.h", |
578 "xfa/src/fxfa/src/fm2js/xfa_expression.cpp", | 578 "xfa/src/fxfa/src/fm2js/xfa_expression.cpp", |
579 "xfa/src/fxfa/src/fm2js/xfa_expression.h", | 579 "xfa/src/fxfa/src/fm2js/xfa_expression.h", |
580 "xfa/src/fxfa/src/fm2js/xfa_fm2js.h", | |
581 "xfa/src/fxfa/src/fm2js/xfa_fm2jsapi.cpp", | 580 "xfa/src/fxfa/src/fm2js/xfa_fm2jsapi.cpp", |
582 "xfa/src/fxfa/src/fm2js/xfa_fm2jscontext.cpp", | 581 "xfa/src/fxfa/src/fm2js/xfa_fm2jscontext.cpp", |
583 "xfa/src/fxfa/src/fm2js/xfa_fm2jscontext.h", | 582 "xfa/src/fxfa/src/fm2js/xfa_fm2jscontext.h", |
584 "xfa/src/fxfa/src/fm2js/xfa_fmparse.cpp", | 583 "xfa/src/fxfa/src/fm2js/xfa_fmparse.cpp", |
585 "xfa/src/fxfa/src/fm2js/xfa_fmparse.h", | 584 "xfa/src/fxfa/src/fm2js/xfa_fmparse.h", |
586 "xfa/src/fxfa/src/fm2js/xfa_lexer.cpp", | 585 "xfa/src/fxfa/src/fm2js/xfa_lexer.cpp", |
587 "xfa/src/fxfa/src/fm2js/xfa_lexer.h", | 586 "xfa/src/fxfa/src/fm2js/xfa_lexer.h", |
588 "xfa/src/fxfa/src/fm2js/xfa_program.cpp", | 587 "xfa/src/fxfa/src/fm2js/xfa_program.cpp", |
589 "xfa/src/fxfa/src/fm2js/xfa_program.h", | 588 "xfa/src/fxfa/src/fm2js/xfa_program.h", |
590 "xfa/src/fxfa/src/fm2js/xfa_simpleexpression.cpp", | 589 "xfa/src/fxfa/src/fm2js/xfa_simpleexpression.cpp", |
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
688 "sources": [], | 687 "sources": [], |
689 }], | 688 }], |
690 ["OS == 'mac'", { | 689 ["OS == 'mac'", { |
691 "configurations": {}, | 690 "configurations": {}, |
692 "sources": [], | 691 "sources": [], |
693 }], | 692 }], |
694 ] | 693 ] |
695 } | 694 } |
696 ] | 695 ] |
697 } | 696 } |
OLD | NEW |