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 558 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
569 "xfa/src/fxfa/src/app/xfa_fontmgr.h", | 569 "xfa/src/fxfa/src/app/xfa_fontmgr.h", |
570 "xfa/src/fxfa/src/app/xfa_fwladapter.cpp", | 570 "xfa/src/fxfa/src/app/xfa_fwladapter.cpp", |
571 "xfa/src/fxfa/src/app/xfa_fwladapter.h", | 571 "xfa/src/fxfa/src/app/xfa_fwladapter.h", |
572 "xfa/src/fxfa/src/app/xfa_fwltheme.cpp", | 572 "xfa/src/fxfa/src/app/xfa_fwltheme.cpp", |
573 "xfa/src/fxfa/src/app/xfa_fwltheme.h", | 573 "xfa/src/fxfa/src/app/xfa_fwltheme.h", |
574 "xfa/src/fxfa/src/app/xfa_rendercontext.cpp", | 574 "xfa/src/fxfa/src/app/xfa_rendercontext.cpp", |
575 "xfa/src/fxfa/src/app/xfa_rendercontext.h", | 575 "xfa/src/fxfa/src/app/xfa_rendercontext.h", |
576 "xfa/src/fxfa/src/app/xfa_textlayout.cpp", | 576 "xfa/src/fxfa/src/app/xfa_textlayout.cpp", |
577 "xfa/src/fxfa/src/app/xfa_textlayout.h", | 577 "xfa/src/fxfa/src/app/xfa_textlayout.h", |
578 "xfa/src/fxfa/src/common/fxfa_localevalue.h", | 578 "xfa/src/fxfa/src/common/fxfa_localevalue.h", |
579 "xfa/src/fxfa/src/common/xfa_common.h", | |
580 "xfa/src/fxfa/src/common/xfa_docdata.h", | 579 "xfa/src/fxfa/src/common/xfa_docdata.h", |
581 "xfa/src/fxfa/src/common/xfa_doclayout.h", | 580 "xfa/src/fxfa/src/common/xfa_doclayout.h", |
582 "xfa/src/fxfa/src/common/xfa_document.h", | 581 "xfa/src/fxfa/src/common/xfa_document.h", |
583 "xfa/src/fxfa/src/common/xfa_fm2jsapi.h", | 582 "xfa/src/fxfa/src/common/xfa_fm2jsapi.h", |
584 "xfa/src/fxfa/src/common/xfa_localemgr.h", | 583 "xfa/src/fxfa/src/common/xfa_localemgr.h", |
585 "xfa/src/fxfa/src/common/xfa_object.h", | 584 "xfa/src/fxfa/src/common/xfa_object.h", |
586 "xfa/src/fxfa/src/common/xfa_parser.h", | 585 "xfa/src/fxfa/src/common/xfa_parser.h", |
587 "xfa/src/fxfa/src/common/xfa_script.h", | 586 "xfa/src/fxfa/src/common/xfa_script.h", |
588 "xfa/src/fxfa/src/common/xfa_utils.h", | 587 "xfa/src/fxfa/src/common/xfa_utils.h", |
589 "xfa/src/fxfa/src/fm2js/xfa_error.cpp", | 588 "xfa/src/fxfa/src/fm2js/xfa_error.cpp", |
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
701 "sources": [], | 700 "sources": [], |
702 }], | 701 }], |
703 ["OS == 'mac'", { | 702 ["OS == 'mac'", { |
704 "configurations": {}, | 703 "configurations": {}, |
705 "sources": [], | 704 "sources": [], |
706 }], | 705 }], |
707 ] | 706 ] |
708 } | 707 } |
709 ] | 708 ] |
710 } | 709 } |
OLD | NEW |