| 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 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 177 "xfa/fwl/core/cfwl_themepart.h", | 177 "xfa/fwl/core/cfwl_themepart.h", |
| 178 "xfa/fwl/core/cfwl_themetext.h", | 178 "xfa/fwl/core/cfwl_themetext.h", |
| 179 "xfa/fwl/core/cfwl_widgetimpproperties.h", | 179 "xfa/fwl/core/cfwl_widgetimpproperties.h", |
| 180 "xfa/fwl/core/fwl_appimp.cpp", | 180 "xfa/fwl/core/fwl_appimp.cpp", |
| 181 "xfa/fwl/core/fwl_appimp.h", | 181 "xfa/fwl/core/fwl_appimp.h", |
| 182 "xfa/fwl/core/fwl_error.h", | 182 "xfa/fwl/core/fwl_error.h", |
| 183 "xfa/fwl/core/fwl_formimp.cpp", | 183 "xfa/fwl/core/fwl_formimp.cpp", |
| 184 "xfa/fwl/core/fwl_formimp.h", | 184 "xfa/fwl/core/fwl_formimp.h", |
| 185 "xfa/fwl/core/fwl_noteimp.cpp", | 185 "xfa/fwl/core/fwl_noteimp.cpp", |
| 186 "xfa/fwl/core/fwl_noteimp.h", | 186 "xfa/fwl/core/fwl_noteimp.h", |
| 187 "xfa/fwl/core/fwl_sdadapterimp.cpp", | |
| 188 "xfa/fwl/core/fwl_sdadapterimp.h", | |
| 189 "xfa/fwl/core/fwl_timerimp.cpp", | 187 "xfa/fwl/core/fwl_timerimp.cpp", |
| 190 "xfa/fwl/core/fwl_widgetdef.h", | 188 "xfa/fwl/core/fwl_widgetdef.h", |
| 191 "xfa/fwl/core/fwl_widgetimp.cpp", | 189 "xfa/fwl/core/fwl_widgetimp.cpp", |
| 192 "xfa/fwl/core/fwl_widgetimp.h", | 190 "xfa/fwl/core/fwl_widgetimp.h", |
| 193 "xfa/fwl/core/fwl_widgetmgrimp.cpp", | 191 "xfa/fwl/core/fwl_widgetmgrimp.cpp", |
| 194 "xfa/fwl/core/fwl_widgetmgrimp.h", | 192 "xfa/fwl/core/fwl_widgetmgrimp.h", |
| 195 "xfa/fwl/core/ifwl_adapternative.h", | |
| 196 "xfa/fwl/core/ifwl_adapterthreadmgr.h", | |
| 197 "xfa/fwl/core/ifwl_adapterwidgetmgr.h", | |
| 198 "xfa/fwl/core/ifwl_app.h", | 193 "xfa/fwl/core/ifwl_app.h", |
| 199 "xfa/fwl/core/ifwl_dataprovider.h", | 194 "xfa/fwl/core/ifwl_dataprovider.h", |
| 200 "xfa/fwl/core/ifwl_form.h", | 195 "xfa/fwl/core/ifwl_form.h", |
| 201 "xfa/fwl/core/ifwl_themeprovider.h", | 196 "xfa/fwl/core/ifwl_themeprovider.h", |
| 202 "xfa/fwl/core/ifwl_timer.h", | 197 "xfa/fwl/core/ifwl_timer.h", |
| 203 "xfa/fwl/core/ifwl_tooltiptarget.h", | 198 "xfa/fwl/core/ifwl_tooltiptarget.h", |
| 204 "xfa/fwl/core/ifwl_widget.h", | 199 "xfa/fwl/core/ifwl_widget.h", |
| 205 "xfa/fwl/core/ifwl_widgetdelegate.h", | 200 "xfa/fwl/core/ifwl_widgetdelegate.h", |
| 206 "xfa/fwl/core/ifwl_widgetmgr.h", | 201 "xfa/fwl/core/ifwl_widgetmgr.h", |
| 207 "xfa/fwl/core/include/ifwl_adaptertimermgr.h", | 202 "xfa/fwl/core/include/ifwl_adaptertimermgr.h", |
| (...skipping 548 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 756 "sources": [], | 751 "sources": [], |
| 757 }], | 752 }], |
| 758 ["OS == 'mac'", { | 753 ["OS == 'mac'", { |
| 759 "configurations": {}, | 754 "configurations": {}, |
| 760 "sources": [], | 755 "sources": [], |
| 761 }], | 756 }], |
| 762 ] | 757 ] |
| 763 } | 758 } |
| 764 ] | 759 ] |
| 765 } | 760 } |
| OLD | NEW |