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 }, | 9 }, |
10 "targets":[ | 10 "targets":[ |
11 { | 11 { |
12 "target_name":"xfa", | 12 "target_name":"xfa", |
13 "type":"static_library", | 13 "type":"static_library", |
14 'include_dirs': [ | 14 'include_dirs': [ |
15 # This is implicit in GN. | 15 # This is implicit in GN. |
16 '<(DEPTH)', | 16 '<(DEPTH)', |
17 '.', | 17 '.', |
18 'third_party/freetype/include', | 18 'third_party/freetype/include', |
19 'third_party/freetype/include/freetype', | 19 'third_party/freetype/include/freetype', |
20 ], | 20 ], |
21 'defines' : [ | 21 'defines' : [ |
22 'FT2_BUILD_LIBRARY', | 22 'FT2_BUILD_LIBRARY', |
23 ], | 23 ], |
24 "sources":[ | 24 "sources":[ |
25 "xfa/include/foxitxfa.h", | |
26 "xfa/include/fwl/adapter/fwl_adapternative.h", | 25 "xfa/include/fwl/adapter/fwl_adapternative.h", |
27 "xfa/include/fwl/adapter/fwl_adapterthreadmgr.h", | 26 "xfa/include/fwl/adapter/fwl_adapterthreadmgr.h", |
28 "xfa/include/fwl/adapter/fwl_adaptertimermgr.h", | 27 "xfa/include/fwl/adapter/fwl_adaptertimermgr.h", |
29 "xfa/include/fwl/adapter/fwl_adapterwidgetmgr.h", | 28 "xfa/include/fwl/adapter/fwl_adapterwidgetmgr.h", |
30 "xfa/include/fwl/adapter/fwl_sdadapterimp.h", | 29 "xfa/include/fwl/adapter/fwl_sdadapterimp.h", |
31 "xfa/include/fwl/basewidget/fwl_barcode.h", | 30 "xfa/include/fwl/basewidget/fwl_barcode.h", |
32 "xfa/include/fwl/basewidget/fwl_caret.h", | 31 "xfa/include/fwl/basewidget/fwl_caret.h", |
33 "xfa/include/fwl/basewidget/fwl_checkbox.h", | 32 "xfa/include/fwl/basewidget/fwl_checkbox.h", |
34 "xfa/include/fwl/basewidget/fwl_combobox.h", | 33 "xfa/include/fwl/basewidget/fwl_combobox.h", |
35 "xfa/include/fwl/basewidget/fwl_datetimepicker.h", | 34 "xfa/include/fwl/basewidget/fwl_datetimepicker.h", |
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
183 "xfa/src/fgas/src/layout/fx_textbreak.h", | 182 "xfa/src/fgas/src/layout/fx_textbreak.h", |
184 "xfa/src/fgas/src/layout/fx_unicode.cpp", | 183 "xfa/src/fgas/src/layout/fx_unicode.cpp", |
185 "xfa/src/fgas/src/layout/fx_unicode.h", | 184 "xfa/src/fgas/src/layout/fx_unicode.h", |
186 "xfa/src/fgas/src/localization/fx_datetime.cpp", | 185 "xfa/src/fgas/src/localization/fx_datetime.cpp", |
187 "xfa/src/fgas/src/localization/fx_locale.cpp", | 186 "xfa/src/fgas/src/localization/fx_locale.cpp", |
188 "xfa/src/fgas/src/localization/fx_localeimp.h", | 187 "xfa/src/fgas/src/localization/fx_localeimp.h", |
189 "xfa/src/fgas/src/localization/fx_localemgr.cpp", | 188 "xfa/src/fgas/src/localization/fx_localemgr.cpp", |
190 "xfa/src/fgas/src/localization/fx_localemgr.h", | 189 "xfa/src/fgas/src/localization/fx_localemgr.h", |
191 "xfa/src/fgas/src/xml/fx_sax_imp.cpp", | 190 "xfa/src/fgas/src/xml/fx_sax_imp.cpp", |
192 "xfa/src/fgas/src/xml/fx_sax_imp.h", | 191 "xfa/src/fgas/src/xml/fx_sax_imp.h", |
193 "xfa/src/foxitlib.h", | |
194 "xfa/src/fwl/src/basewidget/fwl_barcodeimp.cpp", | 192 "xfa/src/fwl/src/basewidget/fwl_barcodeimp.cpp", |
195 "xfa/src/fwl/src/basewidget/fwl_caretimp.cpp", | 193 "xfa/src/fwl/src/basewidget/fwl_caretimp.cpp", |
196 "xfa/src/fwl/src/basewidget/fwl_checkboximp.cpp", | 194 "xfa/src/fwl/src/basewidget/fwl_checkboximp.cpp", |
197 "xfa/src/fwl/src/basewidget/fwl_comboboximp.cpp", | 195 "xfa/src/fwl/src/basewidget/fwl_comboboximp.cpp", |
198 "xfa/src/fwl/src/basewidget/fwl_datetimepickerimp.cpp", | 196 "xfa/src/fwl/src/basewidget/fwl_datetimepickerimp.cpp", |
199 "xfa/src/fwl/src/basewidget/fwl_editimp.cpp", | 197 "xfa/src/fwl/src/basewidget/fwl_editimp.cpp", |
200 "xfa/src/fwl/src/basewidget/fwl_formproxyimp.cpp", | 198 "xfa/src/fwl/src/basewidget/fwl_formproxyimp.cpp", |
201 "xfa/src/fwl/src/basewidget/fwl_listboximp.cpp", | 199 "xfa/src/fwl/src/basewidget/fwl_listboximp.cpp", |
202 "xfa/src/fwl/src/basewidget/fwl_monthcalendarimp.cpp", | 200 "xfa/src/fwl/src/basewidget/fwl_monthcalendarimp.cpp", |
203 "xfa/src/fwl/src/basewidget/fwl_pictureboximp.cpp", | 201 "xfa/src/fwl/src/basewidget/fwl_pictureboximp.cpp", |
(...skipping 486 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
690 "sources": [], | 688 "sources": [], |
691 }], | 689 }], |
692 ["OS == 'mac'", { | 690 ["OS == 'mac'", { |
693 "configurations": {}, | 691 "configurations": {}, |
694 "sources": [], | 692 "sources": [], |
695 }], | 693 }], |
696 ] | 694 ] |
697 } | 695 } |
698 ] | 696 ] |
699 } | 697 } |
OLD | NEW |