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 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
166 "xfa/fwl/basewidget/ifwl_datetimepicker.h", | 166 "xfa/fwl/basewidget/ifwl_datetimepicker.h", |
167 "xfa/fwl/basewidget/ifwl_edit.h", | 167 "xfa/fwl/basewidget/ifwl_edit.h", |
168 "xfa/fwl/basewidget/ifwl_listbox.h", | 168 "xfa/fwl/basewidget/ifwl_listbox.h", |
169 "xfa/fwl/basewidget/ifwl_monthcalendar.h", | 169 "xfa/fwl/basewidget/ifwl_monthcalendar.h", |
170 "xfa/fwl/basewidget/ifwl_picturebox.h", | 170 "xfa/fwl/basewidget/ifwl_picturebox.h", |
171 "xfa/fwl/basewidget/ifwl_pushbutton.h", | 171 "xfa/fwl/basewidget/ifwl_pushbutton.h", |
172 "xfa/fwl/basewidget/ifwl_scrollbar.h", | 172 "xfa/fwl/basewidget/ifwl_scrollbar.h", |
173 "xfa/fwl/basewidget/ifwl_spinbutton.h", | 173 "xfa/fwl/basewidget/ifwl_spinbutton.h", |
174 "xfa/fwl/basewidget/ifwl_tooltip.h", | 174 "xfa/fwl/basewidget/ifwl_tooltip.h", |
175 "xfa/fwl/core/cfwl_event.h", | 175 "xfa/fwl/core/cfwl_event.h", |
176 "xfa/fwl/core/cfwl_note.h", | |
177 "xfa/fwl/core/cfwl_message.h", | 176 "xfa/fwl/core/cfwl_message.h", |
178 "xfa/fwl/core/cfwl_themebackground.h", | 177 "xfa/fwl/core/cfwl_themebackground.h", |
179 "xfa/fwl/core/cfwl_themepart.h", | 178 "xfa/fwl/core/cfwl_themepart.h", |
180 "xfa/fwl/core/cfwl_themetext.h", | 179 "xfa/fwl/core/cfwl_themetext.h", |
181 "xfa/fwl/core/cfwl_widgetimpproperties.h", | 180 "xfa/fwl/core/cfwl_widgetimpproperties.h", |
182 "xfa/fwl/core/fwl_appimp.cpp", | 181 "xfa/fwl/core/fwl_appimp.cpp", |
183 "xfa/fwl/core/fwl_appimp.h", | 182 "xfa/fwl/core/fwl_appimp.h", |
184 "xfa/fwl/core/fwl_error.h", | 183 "xfa/fwl/core/fwl_error.h", |
185 "xfa/fwl/core/fwl_formimp.cpp", | 184 "xfa/fwl/core/fwl_formimp.cpp", |
186 "xfa/fwl/core/fwl_formimp.h", | 185 "xfa/fwl/core/fwl_formimp.h", |
(...skipping 580 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
767 "sources": [], | 766 "sources": [], |
768 }], | 767 }], |
769 ["OS == 'mac'", { | 768 ["OS == 'mac'", { |
770 "configurations": {}, | 769 "configurations": {}, |
771 "sources": [], | 770 "sources": [], |
772 }], | 771 }], |
773 ] | 772 ] |
774 } | 773 } |
775 ] | 774 ] |
776 } | 775 } |
OLD | NEW |