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 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
118 "xfa/fgas/layout/fgas_rtfbreak.h", | 118 "xfa/fgas/layout/fgas_rtfbreak.h", |
119 "xfa/fgas/layout/fgas_textbreak.cpp", | 119 "xfa/fgas/layout/fgas_textbreak.cpp", |
120 "xfa/fgas/layout/fgas_textbreak.h", | 120 "xfa/fgas/layout/fgas_textbreak.h", |
121 "xfa/fgas/layout/fgas_unicode.cpp", | 121 "xfa/fgas/layout/fgas_unicode.cpp", |
122 "xfa/fgas/layout/fgas_unicode.h", | 122 "xfa/fgas/layout/fgas_unicode.h", |
123 "xfa/fgas/localization/fgas_datetime.cpp", | 123 "xfa/fgas/localization/fgas_datetime.cpp", |
124 "xfa/fgas/localization/fgas_datetime.h", | 124 "xfa/fgas/localization/fgas_datetime.h", |
125 "xfa/fgas/localization/fgas_locale.cpp", | 125 "xfa/fgas/localization/fgas_locale.cpp", |
126 "xfa/fgas/localization/fgas_locale.h", | 126 "xfa/fgas/localization/fgas_locale.h", |
127 "xfa/fgas/localization/fgas_localeimp.h", | 127 "xfa/fgas/localization/fgas_localeimp.h", |
128 "xfa/fgas/localization/fgas_localemgr.cpp", | |
129 "xfa/fgas/localization/fgas_localemgr.h", | |
130 "xfa/fgas/xml/fgas_sax.cpp", | 128 "xfa/fgas/xml/fgas_sax.cpp", |
131 "xfa/fgas/xml/fgas_sax.h", | 129 "xfa/fgas/xml/fgas_sax.h", |
132 "xfa/fwl/basewidget/fwl_barcodeimp.cpp", | 130 "xfa/fwl/basewidget/fwl_barcodeimp.cpp", |
133 "xfa/fwl/basewidget/fwl_barcodeimp.h", | 131 "xfa/fwl/basewidget/fwl_barcodeimp.h", |
134 "xfa/fwl/basewidget/fwl_caretimp.cpp", | 132 "xfa/fwl/basewidget/fwl_caretimp.cpp", |
135 "xfa/fwl/basewidget/fwl_caretimp.h", | 133 "xfa/fwl/basewidget/fwl_caretimp.h", |
136 "xfa/fwl/basewidget/fwl_checkboximp.cpp", | 134 "xfa/fwl/basewidget/fwl_checkboximp.cpp", |
137 "xfa/fwl/basewidget/fwl_checkboximp.h", | 135 "xfa/fwl/basewidget/fwl_checkboximp.h", |
138 "xfa/fwl/basewidget/fwl_comboboximp.cpp", | 136 "xfa/fwl/basewidget/fwl_comboboximp.cpp", |
139 "xfa/fwl/basewidget/fwl_comboboximp.h", | 137 "xfa/fwl/basewidget/fwl_comboboximp.h", |
(...skipping 613 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
753 "sources": [], | 751 "sources": [], |
754 }], | 752 }], |
755 ["OS == 'mac'", { | 753 ["OS == 'mac'", { |
756 "configurations": {}, | 754 "configurations": {}, |
757 "sources": [], | 755 "sources": [], |
758 }], | 756 }], |
759 ] | 757 ] |
760 } | 758 } |
761 ] | 759 ] |
762 } | 760 } |
OLD | NEW |