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 543 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
554 "xfa/fxfa/app/xfa_fwladapter.h", | 554 "xfa/fxfa/app/xfa_fwladapter.h", |
555 "xfa/fxfa/app/xfa_fwltheme.cpp", | 555 "xfa/fxfa/app/xfa_fwltheme.cpp", |
556 "xfa/fxfa/app/xfa_fwltheme.h", | 556 "xfa/fxfa/app/xfa_fwltheme.h", |
557 "xfa/fxfa/app/xfa_rendercontext.cpp", | 557 "xfa/fxfa/app/xfa_rendercontext.cpp", |
558 "xfa/fxfa/app/xfa_textlayout.cpp", | 558 "xfa/fxfa/app/xfa_textlayout.cpp", |
559 "xfa/fxfa/app/xfa_textlayout.h", | 559 "xfa/fxfa/app/xfa_textlayout.h", |
560 "xfa/fxfa/fm2js/xfa_error.cpp", | 560 "xfa/fxfa/fm2js/xfa_error.cpp", |
561 "xfa/fxfa/fm2js/xfa_error.h", | 561 "xfa/fxfa/fm2js/xfa_error.h", |
562 "xfa/fxfa/fm2js/xfa_expression.cpp", | 562 "xfa/fxfa/fm2js/xfa_expression.cpp", |
563 "xfa/fxfa/fm2js/xfa_expression.h", | 563 "xfa/fxfa/fm2js/xfa_expression.h", |
564 "xfa/fxfa/fm2js/xfa_fm2jsapi.cpp", | |
565 "xfa/fxfa/fm2js/xfa_fm2jsapi.h", | |
566 "xfa/fxfa/fm2js/xfa_fm2jscontext.cpp", | 564 "xfa/fxfa/fm2js/xfa_fm2jscontext.cpp", |
567 "xfa/fxfa/fm2js/xfa_fm2jscontext.h", | 565 "xfa/fxfa/fm2js/xfa_fm2jscontext.h", |
568 "xfa/fxfa/fm2js/xfa_fmparse.cpp", | 566 "xfa/fxfa/fm2js/xfa_fmparse.cpp", |
569 "xfa/fxfa/fm2js/xfa_fmparse.h", | 567 "xfa/fxfa/fm2js/xfa_fmparse.h", |
570 "xfa/fxfa/fm2js/xfa_lexer.cpp", | 568 "xfa/fxfa/fm2js/xfa_lexer.cpp", |
571 "xfa/fxfa/fm2js/xfa_lexer.h", | 569 "xfa/fxfa/fm2js/xfa_lexer.h", |
572 "xfa/fxfa/fm2js/xfa_program.cpp", | 570 "xfa/fxfa/fm2js/xfa_program.cpp", |
573 "xfa/fxfa/fm2js/xfa_program.h", | 571 "xfa/fxfa/fm2js/xfa_program.h", |
574 "xfa/fxfa/fm2js/xfa_simpleexpression.cpp", | 572 "xfa/fxfa/fm2js/xfa_simpleexpression.cpp", |
575 "xfa/fxfa/fm2js/xfa_simpleexpression.h", | 573 "xfa/fxfa/fm2js/xfa_simpleexpression.h", |
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
748 "sources": [], | 746 "sources": [], |
749 }], | 747 }], |
750 ["OS == 'mac'", { | 748 ["OS == 'mac'", { |
751 "configurations": {}, | 749 "configurations": {}, |
752 "sources": [], | 750 "sources": [], |
753 }], | 751 }], |
754 ] | 752 ] |
755 } | 753 } |
756 ] | 754 ] |
757 } | 755 } |
OLD | NEW |