| 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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 168 "xfa/fwl/basewidget/ifwl_combobox.h", | 168 "xfa/fwl/basewidget/ifwl_combobox.h", |
| 169 "xfa/fwl/basewidget/ifwl_datetimepicker.h", | 169 "xfa/fwl/basewidget/ifwl_datetimepicker.h", |
| 170 "xfa/fwl/basewidget/ifwl_edit.h", | 170 "xfa/fwl/basewidget/ifwl_edit.h", |
| 171 "xfa/fwl/basewidget/ifwl_listbox.h", | 171 "xfa/fwl/basewidget/ifwl_listbox.h", |
| 172 "xfa/fwl/basewidget/ifwl_monthcalendar.h", | 172 "xfa/fwl/basewidget/ifwl_monthcalendar.h", |
| 173 "xfa/fwl/basewidget/ifwl_picturebox.h", | 173 "xfa/fwl/basewidget/ifwl_picturebox.h", |
| 174 "xfa/fwl/basewidget/ifwl_pushbutton.h", | 174 "xfa/fwl/basewidget/ifwl_pushbutton.h", |
| 175 "xfa/fwl/basewidget/ifwl_scrollbar.h", | 175 "xfa/fwl/basewidget/ifwl_scrollbar.h", |
| 176 "xfa/fwl/basewidget/ifwl_spinbutton.h", | 176 "xfa/fwl/basewidget/ifwl_spinbutton.h", |
| 177 "xfa/fwl/basewidget/ifwl_tooltip.h", | 177 "xfa/fwl/basewidget/ifwl_tooltip.h", |
| 178 "xfa/fwl/basewidget/ifx_barcode.h", | |
| 179 "xfa/fwl/core/cfwl_event.h", | 178 "xfa/fwl/core/cfwl_event.h", |
| 180 "xfa/fwl/core/cfwl_note.h", | 179 "xfa/fwl/core/cfwl_note.h", |
| 181 "xfa/fwl/core/cfwl_message.h", | 180 "xfa/fwl/core/cfwl_message.h", |
| 182 "xfa/fwl/core/cfwl_themebackground.h", | 181 "xfa/fwl/core/cfwl_themebackground.h", |
| 183 "xfa/fwl/core/cfwl_themepart.h", | 182 "xfa/fwl/core/cfwl_themepart.h", |
| 184 "xfa/fwl/core/cfwl_themetext.h", | 183 "xfa/fwl/core/cfwl_themetext.h", |
| 185 "xfa/fwl/core/cfwl_widgetimpproperties.h", | 184 "xfa/fwl/core/cfwl_widgetimpproperties.h", |
| 186 "xfa/fwl/core/fwl_appimp.cpp", | 185 "xfa/fwl/core/fwl_appimp.cpp", |
| 187 "xfa/fwl/core/fwl_appimp.h", | 186 "xfa/fwl/core/fwl_appimp.h", |
| 188 "xfa/fwl/core/fwl_contentimp.cpp", | 187 "xfa/fwl/core/fwl_contentimp.cpp", |
| (...skipping 597 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 786 "sources": [], | 785 "sources": [], |
| 787 }], | 786 }], |
| 788 ["OS == 'mac'", { | 787 ["OS == 'mac'", { |
| 789 "configurations": {}, | 788 "configurations": {}, |
| 790 "sources": [], | 789 "sources": [], |
| 791 }], | 790 }], |
| 792 ] | 791 ] |
| 793 } | 792 } |
| 794 ] | 793 ] |
| 795 } | 794 } |
| OLD | NEW |