Chromium Code Reviews| 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': [ | |
|
Lei Zhang
2015/11/06 21:41:14
I don't think this should be here. It's all in the
Tom Sepez
2015/11/06 22:21:26
Acknowledged.
| |
| 15 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | |
| 16 ], | |
| 17 'export_dependent_settings': [ | |
| 18 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | |
| 19 ], | |
| 20 'include_dirs': [ | 14 'include_dirs': [ |
| 21 '<(DEPTH)/v8', | 15 # This is implicit in GN. |
| 22 '<(DEPTH)/v8/include', | 16 '<(DEPTH)', |
| 17 '.', | |
| 23 'third_party/freetype/include', | 18 'third_party/freetype/include', |
| 24 'third_party/freetype/include/freetype', | 19 'third_party/freetype/include/freetype', |
| 25 ], | 20 ], |
| 26 'defines' : [ | 21 'defines' : [ |
| 27 'FT2_BUILD_LIBRARY', | 22 'FT2_BUILD_LIBRARY', |
| 28 ], | 23 ], |
| 29 "sources":[ | 24 "sources":[ |
| 30 "xfa/include/foxitxfa.h", | 25 "xfa/include/foxitxfa.h", |
| 31 "xfa/include/fwl/adapter/fwl_adapterclipboardmgr.h", | 26 "xfa/include/fwl/adapter/fwl_adapterclipboardmgr.h", |
| 32 "xfa/include/fwl/adapter/fwl_adaptercursormgr.h", | 27 "xfa/include/fwl/adapter/fwl_adaptercursormgr.h", |
| (...skipping 683 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 716 "sources": [], | 711 "sources": [], |
| 717 }], | 712 }], |
| 718 ["OS == 'mac'", { | 713 ["OS == 'mac'", { |
| 719 "configurations": {}, | 714 "configurations": {}, |
| 720 "sources": [], | 715 "sources": [], |
| 721 }], | 716 }], |
| 722 ] | 717 ] |
| 723 } | 718 } |
| 724 ] | 719 ] |
| 725 } | 720 } |
| OLD | NEW |