| 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":[ |
| (...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 127 "xfa/src/fdp/src/fde/fde_render.cpp", | 127 "xfa/src/fdp/src/fde/fde_render.cpp", |
| 128 "xfa/src/fdp/src/fde/fde_render.h", | 128 "xfa/src/fdp/src/fde/fde_render.h", |
| 129 "xfa/src/fdp/src/tto/fde_textout.cpp", | 129 "xfa/src/fdp/src/tto/fde_textout.cpp", |
| 130 "xfa/src/fdp/src/tto/fde_textout.h", | 130 "xfa/src/fdp/src/tto/fde_textout.h", |
| 131 "xfa/src/fdp/src/xml/fde_xml_imp.cpp", | 131 "xfa/src/fdp/src/xml/fde_xml_imp.cpp", |
| 132 "xfa/src/fdp/src/xml/fde_xml_imp.h", | 132 "xfa/src/fdp/src/xml/fde_xml_imp.h", |
| 133 "xfa/src/fee/include/fx_wordbreak.h", | 133 "xfa/src/fee/include/fx_wordbreak.h", |
| 134 "xfa/src/fee/include/ifde_txtedtbuf.h", | 134 "xfa/src/fee/include/ifde_txtedtbuf.h", |
| 135 "xfa/src/fee/include/ifde_txtedtengine.h", | 135 "xfa/src/fee/include/ifde_txtedtengine.h", |
| 136 "xfa/src/fee/include/ifde_txtedtpage.h", | 136 "xfa/src/fee/include/ifde_txtedtpage.h", |
| 137 "xfa/src/fee/src/fee/fde_txtedtblock.cpp", | |
| 138 "xfa/src/fee/src/fee/fde_txtedtblock.h", | |
| 139 "xfa/src/fee/src/fee/fde_txtedtbuf.cpp", | 137 "xfa/src/fee/src/fee/fde_txtedtbuf.cpp", |
| 140 "xfa/src/fee/src/fee/fde_txtedtbuf.h", | 138 "xfa/src/fee/src/fee/fde_txtedtbuf.h", |
| 141 "xfa/src/fee/src/fee/fde_txtedtengine.cpp", | 139 "xfa/src/fee/src/fee/fde_txtedtengine.cpp", |
| 142 "xfa/src/fee/src/fee/fde_txtedtengine.h", | 140 "xfa/src/fee/src/fee/fde_txtedtengine.h", |
| 143 "xfa/src/fee/src/fee/fde_txtedtpage.cpp", | 141 "xfa/src/fee/src/fee/fde_txtedtpage.cpp", |
| 144 "xfa/src/fee/src/fee/fde_txtedtpage.h", | 142 "xfa/src/fee/src/fee/fde_txtedtpage.h", |
| 145 "xfa/src/fee/src/fee/fde_txtedtparag.cpp", | 143 "xfa/src/fee/src/fee/fde_txtedtparag.cpp", |
| 146 "xfa/src/fee/src/fee/fde_txtedtparag.h", | 144 "xfa/src/fee/src/fee/fde_txtedtparag.h", |
| 147 "xfa/src/fee/src/fx_wordbreak/fx_wordbreakdata.cpp", | 145 "xfa/src/fee/src/fx_wordbreak/fx_wordbreakdata.cpp", |
| 148 "xfa/src/fee/src/fx_wordbreak/fx_wordbreak_impl.cpp", | 146 "xfa/src/fee/src/fx_wordbreak/fx_wordbreak_impl.cpp", |
| (...skipping 544 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 693 "sources": [], | 691 "sources": [], |
| 694 }], | 692 }], |
| 695 ["OS == 'mac'", { | 693 ["OS == 'mac'", { |
| 696 "configurations": {}, | 694 "configurations": {}, |
| 697 "sources": [], | 695 "sources": [], |
| 698 }], | 696 }], |
| 699 ] | 697 ] |
| 700 } | 698 } |
| 701 ] | 699 ] |
| 702 } | 700 } |
| OLD | NEW |