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 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
196 "xfa/fwl/core/ifwl_adapterwidgetmgr.h", | 196 "xfa/fwl/core/ifwl_adapterwidgetmgr.h", |
197 "xfa/fwl/core/ifwl_app.h", | 197 "xfa/fwl/core/ifwl_app.h", |
198 "xfa/fwl/core/ifwl_dataprovider.h", | 198 "xfa/fwl/core/ifwl_dataprovider.h", |
199 "xfa/fwl/core/ifwl_form.h", | 199 "xfa/fwl/core/ifwl_form.h", |
200 "xfa/fwl/core/ifwl_themeprovider.h", | 200 "xfa/fwl/core/ifwl_themeprovider.h", |
201 "xfa/fwl/core/ifwl_timer.h", | 201 "xfa/fwl/core/ifwl_timer.h", |
202 "xfa/fwl/core/ifwl_tooltiptarget.h", | 202 "xfa/fwl/core/ifwl_tooltiptarget.h", |
203 "xfa/fwl/core/ifwl_widget.h", | 203 "xfa/fwl/core/ifwl_widget.h", |
204 "xfa/fwl/core/ifwl_widgetdelegate.h", | 204 "xfa/fwl/core/ifwl_widgetdelegate.h", |
205 "xfa/fwl/core/ifwl_widgetmgr.h", | 205 "xfa/fwl/core/ifwl_widgetmgr.h", |
| 206 "xfa/fwl/core/include/fwl_widgethit.h", |
206 "xfa/fwl/core/include/ifwl_adaptertimermgr.h", | 207 "xfa/fwl/core/include/ifwl_adaptertimermgr.h", |
207 "xfa/fwl/lightwidget/cfwl_barcode.cpp", | 208 "xfa/fwl/lightwidget/cfwl_barcode.cpp", |
208 "xfa/fwl/lightwidget/cfwl_barcode.h", | 209 "xfa/fwl/lightwidget/cfwl_barcode.h", |
209 "xfa/fwl/lightwidget/cfwl_checkbox.cpp", | 210 "xfa/fwl/lightwidget/cfwl_checkbox.cpp", |
210 "xfa/fwl/lightwidget/cfwl_checkbox.h", | 211 "xfa/fwl/lightwidget/cfwl_checkbox.h", |
211 "xfa/fwl/lightwidget/cfwl_combobox.cpp", | 212 "xfa/fwl/lightwidget/cfwl_combobox.cpp", |
212 "xfa/fwl/lightwidget/cfwl_combobox.h", | 213 "xfa/fwl/lightwidget/cfwl_combobox.h", |
213 "xfa/fwl/lightwidget/cfwl_datetimepicker.cpp", | 214 "xfa/fwl/lightwidget/cfwl_datetimepicker.cpp", |
214 "xfa/fwl/lightwidget/cfwl_datetimepicker.h", | 215 "xfa/fwl/lightwidget/cfwl_datetimepicker.h", |
215 "xfa/fwl/lightwidget/cfwl_edit.cpp", | 216 "xfa/fwl/lightwidget/cfwl_edit.cpp", |
(...skipping 539 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
755 "sources": [], | 756 "sources": [], |
756 }], | 757 }], |
757 ["OS == 'mac'", { | 758 ["OS == 'mac'", { |
758 "configurations": {}, | 759 "configurations": {}, |
759 "sources": [], | 760 "sources": [], |
760 }], | 761 }], |
761 ] | 762 ] |
762 } | 763 } |
763 ] | 764 ] |
764 } | 765 } |
OLD | NEW |