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