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 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
208 "xfa/fwl/core/ifwl_adapterthreadmgr.h", | 208 "xfa/fwl/core/ifwl_adapterthreadmgr.h", |
209 "xfa/fwl/core/ifwl_adapterwidgetmgr.h", | 209 "xfa/fwl/core/ifwl_adapterwidgetmgr.h", |
210 "xfa/fwl/core/ifwl_app.h", | 210 "xfa/fwl/core/ifwl_app.h", |
211 "xfa/fwl/core/ifwl_content.h", | 211 "xfa/fwl/core/ifwl_content.h", |
212 "xfa/fwl/core/ifwl_custom.h", | 212 "xfa/fwl/core/ifwl_custom.h", |
213 "xfa/fwl/core/ifwl_custompanel.h", | 213 "xfa/fwl/core/ifwl_custompanel.h", |
214 "xfa/fwl/core/ifwl_dataprovider.h", | 214 "xfa/fwl/core/ifwl_dataprovider.h", |
215 "xfa/fwl/core/ifwl_form.h", | 215 "xfa/fwl/core/ifwl_form.h", |
216 "xfa/fwl/core/ifwl_notedriver.h", | 216 "xfa/fwl/core/ifwl_notedriver.h", |
217 "xfa/fwl/core/ifwl_noteloop.h", | 217 "xfa/fwl/core/ifwl_noteloop.h", |
218 "xfa/fwl/core/ifwl_notethread.h", | |
219 "xfa/fwl/core/ifwl_panel.h", | 218 "xfa/fwl/core/ifwl_panel.h", |
220 "xfa/fwl/core/ifwl_proxy.h", | 219 "xfa/fwl/core/ifwl_proxy.h", |
221 "xfa/fwl/core/ifwl_target.h", | 220 "xfa/fwl/core/ifwl_target.h", |
222 "xfa/fwl/core/ifwl_themeprovider.h", | 221 "xfa/fwl/core/ifwl_themeprovider.h", |
223 "xfa/fwl/core/ifwl_thread.h", | 222 "xfa/fwl/core/ifwl_thread.h", |
224 "xfa/fwl/core/ifwl_timer.h", | 223 "xfa/fwl/core/ifwl_timer.h", |
225 "xfa/fwl/core/ifwl_tooltiptarget.h", | 224 "xfa/fwl/core/ifwl_tooltiptarget.h", |
226 "xfa/fwl/core/ifwl_widget.h", | 225 "xfa/fwl/core/ifwl_widget.h", |
227 "xfa/fwl/core/ifwl_widgetdelegate.h", | 226 "xfa/fwl/core/ifwl_widgetdelegate.h", |
228 "xfa/fwl/core/ifwl_widgetmgr.h", | 227 "xfa/fwl/core/ifwl_widgetmgr.h", |
(...skipping 553 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
782 "sources": [], | 781 "sources": [], |
783 }], | 782 }], |
784 ["OS == 'mac'", { | 783 ["OS == 'mac'", { |
785 "configurations": {}, | 784 "configurations": {}, |
786 "sources": [], | 785 "sources": [], |
787 }], | 786 }], |
788 ] | 787 ] |
789 } | 788 } |
790 ] | 789 ] |
791 } | 790 } |
OLD | NEW |