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 'dependencies': [ | 14 'dependencies': [ |
15 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 15 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
16 ], | 16 ], |
17 'export_dependent_settings': [ | 17 'export_dependent_settings': [ |
18 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 18 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
19 ], | 19 ], |
20 'include_dirs': [ | 20 'include_dirs': [ |
21 '<(DEPTH)/v8', | 21 '<(DEPTH)/v8', |
22 '<(DEPTH)/v8/include', | 22 '<(DEPTH)/v8/include', |
23 'third_party/freetype/include', | 23 'third_party/freetype/include', |
| 24 'third_party/freetype/include/freetype', |
24 ], | 25 ], |
25 'defines' : [ | 26 'defines' : [ |
26 'FT2_BUILD_LIBRARY', | 27 'FT2_BUILD_LIBRARY', |
27 ], | 28 ], |
28 "sources":[ | 29 "sources":[ |
29 "xfa/include/foxitxfa.h", | 30 "xfa/include/foxitxfa.h", |
30 "xfa/include/fwl/adapter/fwl_adapterclipboardmgr.h", | 31 "xfa/include/fwl/adapter/fwl_adapterclipboardmgr.h", |
31 "xfa/include/fwl/adapter/fwl_adaptercursormgr.h", | 32 "xfa/include/fwl/adapter/fwl_adaptercursormgr.h", |
32 "xfa/include/fwl/adapter/fwl_adaptermonitormgr.h", | 33 "xfa/include/fwl/adapter/fwl_adaptermonitormgr.h", |
33 "xfa/include/fwl/adapter/fwl_adapternative.h", | 34 "xfa/include/fwl/adapter/fwl_adapternative.h", |
(...skipping 681 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
715 "sources": [], | 716 "sources": [], |
716 }], | 717 }], |
717 ["OS == 'mac'", { | 718 ["OS == 'mac'", { |
718 "configurations": {}, | 719 "configurations": {}, |
719 "sources": [], | 720 "sources": [], |
720 }], | 721 }], |
721 ] | 722 ] |
722 } | 723 } |
723 ] | 724 ] |
724 } | 725 } |
OLD | NEW |