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 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
229 "xfa/fwl/core/ifwl_tooltiptarget.h", | 229 "xfa/fwl/core/ifwl_tooltiptarget.h", |
230 "xfa/fwl/core/ifwl_widget.h", | 230 "xfa/fwl/core/ifwl_widget.h", |
231 "xfa/fwl/core/ifwl_widgetdelegate.h", | 231 "xfa/fwl/core/ifwl_widgetdelegate.h", |
232 "xfa/fwl/core/ifwl_widgetmgr.h", | 232 "xfa/fwl/core/ifwl_widgetmgr.h", |
233 "xfa/fwl/core/ifwl_widgetmgrdelegate.h", | 233 "xfa/fwl/core/ifwl_widgetmgrdelegate.h", |
234 "xfa/fwl/core/include/ifwl_adaptertimermgr.h", | 234 "xfa/fwl/core/include/ifwl_adaptertimermgr.h", |
235 "xfa/fwl/lightwidget/cfwl_app.cpp", | 235 "xfa/fwl/lightwidget/cfwl_app.cpp", |
236 "xfa/fwl/lightwidget/cfwl_app.h", | 236 "xfa/fwl/lightwidget/cfwl_app.h", |
237 "xfa/fwl/lightwidget/cfwl_barcode.cpp", | 237 "xfa/fwl/lightwidget/cfwl_barcode.cpp", |
238 "xfa/fwl/lightwidget/cfwl_barcode.h", | 238 "xfa/fwl/lightwidget/cfwl_barcode.h", |
239 "xfa/fwl/lightwidget/cfwl_caret.cpp", | |
240 "xfa/fwl/lightwidget/cfwl_caret.h", | |
241 "xfa/fwl/lightwidget/cfwl_checkbox.cpp", | 239 "xfa/fwl/lightwidget/cfwl_checkbox.cpp", |
242 "xfa/fwl/lightwidget/cfwl_checkbox.h", | 240 "xfa/fwl/lightwidget/cfwl_checkbox.h", |
243 "xfa/fwl/lightwidget/cfwl_combobox.cpp", | 241 "xfa/fwl/lightwidget/cfwl_combobox.cpp", |
244 "xfa/fwl/lightwidget/cfwl_combobox.h", | 242 "xfa/fwl/lightwidget/cfwl_combobox.h", |
245 "xfa/fwl/lightwidget/cfwl_datetimepicker.cpp", | 243 "xfa/fwl/lightwidget/cfwl_datetimepicker.cpp", |
246 "xfa/fwl/lightwidget/cfwl_datetimepicker.h", | 244 "xfa/fwl/lightwidget/cfwl_datetimepicker.h", |
247 "xfa/fwl/lightwidget/cfwl_edit.cpp", | 245 "xfa/fwl/lightwidget/cfwl_edit.cpp", |
248 "xfa/fwl/lightwidget/cfwl_edit.h", | 246 "xfa/fwl/lightwidget/cfwl_edit.h", |
249 "xfa/fwl/lightwidget/cfwl_listbox.cpp", | 247 "xfa/fwl/lightwidget/cfwl_listbox.cpp", |
250 "xfa/fwl/lightwidget/cfwl_listbox.h", | 248 "xfa/fwl/lightwidget/cfwl_listbox.h", |
(...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
788 "sources": [], | 786 "sources": [], |
789 }], | 787 }], |
790 ["OS == 'mac'", { | 788 ["OS == 'mac'", { |
791 "configurations": {}, | 789 "configurations": {}, |
792 "sources": [], | 790 "sources": [], |
793 }], | 791 }], |
794 ] | 792 ] |
795 } | 793 } |
796 ] | 794 ] |
797 } | 795 } |
OLD | NEW |