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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
50 "xfa/include/fwl/core/fwl_grid.h", | 50 "xfa/include/fwl/core/fwl_grid.h", |
51 "xfa/include/fwl/core/fwl_note.h", | 51 "xfa/include/fwl/core/fwl_note.h", |
52 "xfa/include/fwl/core/fwl_panel.h", | 52 "xfa/include/fwl/core/fwl_panel.h", |
53 "xfa/include/fwl/core/fwl_target.h", | 53 "xfa/include/fwl/core/fwl_target.h", |
54 "xfa/include/fwl/core/fwl_theme.h", | 54 "xfa/include/fwl/core/fwl_theme.h", |
55 "xfa/include/fwl/core/fwl_thread.h", | 55 "xfa/include/fwl/core/fwl_thread.h", |
56 "xfa/include/fwl/core/fwl_timer.h", | 56 "xfa/include/fwl/core/fwl_timer.h", |
57 "xfa/include/fwl/core/fwl_widget.h", | 57 "xfa/include/fwl/core/fwl_widget.h", |
58 "xfa/include/fwl/core/fwl_widgetdef.h", | 58 "xfa/include/fwl/core/fwl_widgetdef.h", |
59 "xfa/include/fwl/core/fwl_widgetmgr.h", | 59 "xfa/include/fwl/core/fwl_widgetmgr.h", |
60 "xfa/include/fwl/fwl.h", | |
61 "xfa/include/fwl/lightwidget/app.h", | 60 "xfa/include/fwl/lightwidget/app.h", |
62 "xfa/include/fwl/lightwidget/barcode.h", | 61 "xfa/include/fwl/lightwidget/barcode.h", |
63 "xfa/include/fwl/lightwidget/caret.h", | 62 "xfa/include/fwl/lightwidget/caret.h", |
64 "xfa/include/fwl/lightwidget/checkbox.h", | 63 "xfa/include/fwl/lightwidget/checkbox.h", |
65 "xfa/include/fwl/lightwidget/combobox.h", | 64 "xfa/include/fwl/lightwidget/combobox.h", |
66 "xfa/include/fwl/lightwidget/datetimepicker.h", | 65 "xfa/include/fwl/lightwidget/datetimepicker.h", |
67 "xfa/include/fwl/lightwidget/edit.h", | 66 "xfa/include/fwl/lightwidget/edit.h", |
68 "xfa/include/fwl/lightwidget/listbox.h", | 67 "xfa/include/fwl/lightwidget/listbox.h", |
69 "xfa/include/fwl/lightwidget/picturebox.h", | 68 "xfa/include/fwl/lightwidget/picturebox.h", |
70 "xfa/include/fwl/lightwidget/pushbutton.h", | 69 "xfa/include/fwl/lightwidget/pushbutton.h", |
(...skipping 628 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
699 "sources": [], | 698 "sources": [], |
700 }], | 699 }], |
701 ["OS == 'mac'", { | 700 ["OS == 'mac'", { |
702 "configurations": {}, | 701 "configurations": {}, |
703 "sources": [], | 702 "sources": [], |
704 }], | 703 }], |
705 ] | 704 ] |
706 } | 705 } |
707 ] | 706 ] |
708 } | 707 } |
OLD | NEW |