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 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
188 "xfa/fwl/core/fwl_widgetmgrimp.cpp", | 188 "xfa/fwl/core/fwl_widgetmgrimp.cpp", |
189 "xfa/fwl/core/fwl_widgetmgrimp.h", | 189 "xfa/fwl/core/fwl_widgetmgrimp.h", |
190 "xfa/fwl/core/ifwl_app.h", | 190 "xfa/fwl/core/ifwl_app.h", |
191 "xfa/fwl/core/ifwl_dataprovider.h", | 191 "xfa/fwl/core/ifwl_dataprovider.h", |
192 "xfa/fwl/core/ifwl_form.h", | 192 "xfa/fwl/core/ifwl_form.h", |
193 "xfa/fwl/core/ifwl_themeprovider.h", | 193 "xfa/fwl/core/ifwl_themeprovider.h", |
194 "xfa/fwl/core/ifwl_timer.h", | 194 "xfa/fwl/core/ifwl_timer.h", |
195 "xfa/fwl/core/ifwl_tooltiptarget.h", | 195 "xfa/fwl/core/ifwl_tooltiptarget.h", |
196 "xfa/fwl/core/ifwl_widget.h", | 196 "xfa/fwl/core/ifwl_widget.h", |
197 "xfa/fwl/core/ifwl_widgetdelegate.h", | 197 "xfa/fwl/core/ifwl_widgetdelegate.h", |
198 "xfa/fwl/core/ifwl_widgetmgr.h", | |
199 "xfa/fwl/core/include/fwl_widgethit.h", | 198 "xfa/fwl/core/include/fwl_widgethit.h", |
200 "xfa/fwl/core/include/ifwl_adaptertimermgr.h", | 199 "xfa/fwl/core/include/ifwl_adaptertimermgr.h", |
201 "xfa/fwl/lightwidget/cfwl_barcode.cpp", | 200 "xfa/fwl/lightwidget/cfwl_barcode.cpp", |
202 "xfa/fwl/lightwidget/cfwl_barcode.h", | 201 "xfa/fwl/lightwidget/cfwl_barcode.h", |
203 "xfa/fwl/lightwidget/cfwl_checkbox.cpp", | 202 "xfa/fwl/lightwidget/cfwl_checkbox.cpp", |
204 "xfa/fwl/lightwidget/cfwl_checkbox.h", | 203 "xfa/fwl/lightwidget/cfwl_checkbox.h", |
205 "xfa/fwl/lightwidget/cfwl_combobox.cpp", | 204 "xfa/fwl/lightwidget/cfwl_combobox.cpp", |
206 "xfa/fwl/lightwidget/cfwl_combobox.h", | 205 "xfa/fwl/lightwidget/cfwl_combobox.h", |
207 "xfa/fwl/lightwidget/cfwl_datetimepicker.cpp", | 206 "xfa/fwl/lightwidget/cfwl_datetimepicker.cpp", |
208 "xfa/fwl/lightwidget/cfwl_datetimepicker.h", | 207 "xfa/fwl/lightwidget/cfwl_datetimepicker.h", |
(...skipping 540 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
749 "sources": [], | 748 "sources": [], |
750 }], | 749 }], |
751 ["OS == 'mac'", { | 750 ["OS == 'mac'", { |
752 "configurations": {}, | 751 "configurations": {}, |
753 "sources": [], | 752 "sources": [], |
754 }], | 753 }], |
755 ] | 754 ] |
756 } | 755 } |
757 ] | 756 ] |
758 } | 757 } |
OLD | NEW |