| 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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 86 "xfa/fde/ifde_txtedtengine.h", | 86 "xfa/fde/ifde_txtedtengine.h", |
| 87 "xfa/fde/ifde_txtedtpage.h", | 87 "xfa/fde/ifde_txtedtpage.h", |
| 88 "xfa/fde/ifx_chariter.h", | 88 "xfa/fde/ifx_chariter.h", |
| 89 "xfa/fde/tto/fde_textout.cpp", | 89 "xfa/fde/tto/fde_textout.cpp", |
| 90 "xfa/fde/tto/fde_textout.h", | 90 "xfa/fde/tto/fde_textout.h", |
| 91 "xfa/fde/xml/cfx_saxreader.cpp", | 91 "xfa/fde/xml/cfx_saxreader.cpp", |
| 92 "xfa/fde/xml/cfx_saxreader.h", | 92 "xfa/fde/xml/cfx_saxreader.h", |
| 93 "xfa/fde/xml/fde_xml.h", | 93 "xfa/fde/xml/fde_xml.h", |
| 94 "xfa/fde/xml/fde_xml_imp.cpp", | 94 "xfa/fde/xml/fde_xml_imp.cpp", |
| 95 "xfa/fde/xml/fde_xml_imp.h", | 95 "xfa/fde/xml/fde_xml_imp.h", |
| 96 "xfa/fgas/crt/fgas_algorithm.h", | |
| 97 "xfa/fgas/crt/fgas_codepage.cpp", | 96 "xfa/fgas/crt/fgas_codepage.cpp", |
| 98 "xfa/fgas/crt/fgas_codepage.h", | 97 "xfa/fgas/crt/fgas_codepage.h", |
| 99 "xfa/fgas/crt/fgas_language.h", | 98 "xfa/fgas/crt/fgas_language.h", |
| 100 "xfa/fgas/crt/fgas_memory.cpp", | 99 "xfa/fgas/crt/fgas_memory.cpp", |
| 101 "xfa/fgas/crt/fgas_memory.h", | 100 "xfa/fgas/crt/fgas_memory.h", |
| 102 "xfa/fgas/crt/fgas_stream.cpp", | 101 "xfa/fgas/crt/fgas_stream.cpp", |
| 103 "xfa/fgas/crt/fgas_stream.h", | 102 "xfa/fgas/crt/fgas_stream.h", |
| 104 "xfa/fgas/crt/fgas_system.cpp", | 103 "xfa/fgas/crt/fgas_system.cpp", |
| 105 "xfa/fgas/crt/fgas_system.h", | 104 "xfa/fgas/crt/fgas_system.h", |
| 106 "xfa/fgas/crt/fgas_utils.cpp", | 105 "xfa/fgas/crt/fgas_utils.cpp", |
| (...skipping 642 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 749 "sources": [], | 748 "sources": [], |
| 750 }], | 749 }], |
| 751 ["OS == 'mac'", { | 750 ["OS == 'mac'", { |
| 752 "configurations": {}, | 751 "configurations": {}, |
| 753 "sources": [], | 752 "sources": [], |
| 754 }], | 753 }], |
| 755 ] | 754 ] |
| 756 } | 755 } |
| 757 ] | 756 ] |
| 758 } | 757 } |
| OLD | NEW |