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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
119 "xfa/fgas/layout/fgas_textbreak.h", | 119 "xfa/fgas/layout/fgas_textbreak.h", |
120 "xfa/fgas/layout/fgas_unicode.cpp", | 120 "xfa/fgas/layout/fgas_unicode.cpp", |
121 "xfa/fgas/layout/fgas_unicode.h", | 121 "xfa/fgas/layout/fgas_unicode.h", |
122 "xfa/fgas/localization/fgas_datetime.cpp", | 122 "xfa/fgas/localization/fgas_datetime.cpp", |
123 "xfa/fgas/localization/fgas_datetime.h", | 123 "xfa/fgas/localization/fgas_datetime.h", |
124 "xfa/fgas/localization/fgas_locale.cpp", | 124 "xfa/fgas/localization/fgas_locale.cpp", |
125 "xfa/fgas/localization/fgas_locale.h", | 125 "xfa/fgas/localization/fgas_locale.h", |
126 "xfa/fgas/localization/fgas_localeimp.h", | 126 "xfa/fgas/localization/fgas_localeimp.h", |
127 "xfa/fgas/localization/fgas_localemgr.cpp", | 127 "xfa/fgas/localization/fgas_localemgr.cpp", |
128 "xfa/fgas/localization/fgas_localemgr.h", | 128 "xfa/fgas/localization/fgas_localemgr.h", |
| 129 "xfa/fgas/xml/fgas_sax.cpp", |
129 "xfa/fgas/xml/fgas_sax.h", | 130 "xfa/fgas/xml/fgas_sax.h", |
130 "xfa/fgas/xml/fgas_sax_imp.cpp", | |
131 "xfa/fgas/xml/fgas_sax_imp.h", | |
132 "xfa/fwl/basewidget/fwl_barcodeimp.cpp", | 131 "xfa/fwl/basewidget/fwl_barcodeimp.cpp", |
133 "xfa/fwl/basewidget/fwl_barcodeimp.h", | 132 "xfa/fwl/basewidget/fwl_barcodeimp.h", |
134 "xfa/fwl/basewidget/fwl_caretimp.cpp", | 133 "xfa/fwl/basewidget/fwl_caretimp.cpp", |
135 "xfa/fwl/basewidget/fwl_caretimp.h", | 134 "xfa/fwl/basewidget/fwl_caretimp.h", |
136 "xfa/fwl/basewidget/fwl_checkboximp.cpp", | 135 "xfa/fwl/basewidget/fwl_checkboximp.cpp", |
137 "xfa/fwl/basewidget/fwl_checkboximp.h", | 136 "xfa/fwl/basewidget/fwl_checkboximp.h", |
138 "xfa/fwl/basewidget/fwl_comboboximp.cpp", | 137 "xfa/fwl/basewidget/fwl_comboboximp.cpp", |
139 "xfa/fwl/basewidget/fwl_comboboximp.h", | 138 "xfa/fwl/basewidget/fwl_comboboximp.h", |
140 "xfa/fwl/basewidget/fwl_datetimepickerimp.cpp", | 139 "xfa/fwl/basewidget/fwl_datetimepickerimp.cpp", |
141 "xfa/fwl/basewidget/fwl_datetimepickerimp.h", | 140 "xfa/fwl/basewidget/fwl_datetimepickerimp.h", |
(...skipping 624 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
766 "sources": [], | 765 "sources": [], |
767 }], | 766 }], |
768 ["OS == 'mac'", { | 767 ["OS == 'mac'", { |
769 "configurations": {}, | 768 "configurations": {}, |
770 "sources": [], | 769 "sources": [], |
771 }], | 770 }], |
772 ] | 771 ] |
773 } | 772 } |
774 ] | 773 ] |
775 } | 774 } |
OLD | NEW |