| 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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 80 "xfa/fee/fde_txtedtengine.cpp", | 80 "xfa/fee/fde_txtedtengine.cpp", |
| 81 "xfa/fee/fde_txtedtengine.h", | 81 "xfa/fee/fde_txtedtengine.h", |
| 82 "xfa/fee/fde_txtedtpage.cpp", | 82 "xfa/fee/fde_txtedtpage.cpp", |
| 83 "xfa/fee/fde_txtedtpage.h", | 83 "xfa/fee/fde_txtedtpage.h", |
| 84 "xfa/fee/fde_txtedtparag.cpp", | 84 "xfa/fee/fde_txtedtparag.cpp", |
| 85 "xfa/fee/fde_txtedtparag.h", | 85 "xfa/fee/fde_txtedtparag.h", |
| 86 "xfa/fee/fx_wordbreak/fx_wordbreak.h", | 86 "xfa/fee/fx_wordbreak/fx_wordbreak.h", |
| 87 "xfa/fee/fx_wordbreak/fx_wordbreakdata.cpp", | 87 "xfa/fee/fx_wordbreak/fx_wordbreakdata.cpp", |
| 88 "xfa/fee/fx_wordbreak/fx_wordbreak_impl.cpp", | 88 "xfa/fee/fx_wordbreak/fx_wordbreak_impl.cpp", |
| 89 "xfa/fee/fx_wordbreak/fx_wordbreak_impl.h", | 89 "xfa/fee/fx_wordbreak/fx_wordbreak_impl.h", |
| 90 "xfa/fee/ifde_txtedtbuf.h", | |
| 91 "xfa/fee/ifde_txtedtengine.h", | 90 "xfa/fee/ifde_txtedtengine.h", |
| 92 "xfa/fee/ifde_txtedtpage.h", | 91 "xfa/fee/ifde_txtedtpage.h", |
| 93 "xfa/fgas/crt/fgas_algorithm.cpp", | 92 "xfa/fgas/crt/fgas_algorithm.cpp", |
| 94 "xfa/fgas/crt/fgas_algorithm.h", | 93 "xfa/fgas/crt/fgas_algorithm.h", |
| 95 "xfa/fgas/crt/fgas_codepage.cpp", | 94 "xfa/fgas/crt/fgas_codepage.cpp", |
| 96 "xfa/fgas/crt/fgas_codepage.h", | 95 "xfa/fgas/crt/fgas_codepage.h", |
| 97 "xfa/fgas/crt/fgas_encode.cpp", | 96 "xfa/fgas/crt/fgas_encode.cpp", |
| 98 "xfa/fgas/crt/fgas_language.h", | 97 "xfa/fgas/crt/fgas_language.h", |
| 99 "xfa/fgas/crt/fgas_memory.cpp", | 98 "xfa/fgas/crt/fgas_memory.cpp", |
| 100 "xfa/fgas/crt/fgas_memory.h", | 99 "xfa/fgas/crt/fgas_memory.h", |
| (...skipping 664 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 765 "sources": [], | 764 "sources": [], |
| 766 }], | 765 }], |
| 767 ["OS == 'mac'", { | 766 ["OS == 'mac'", { |
| 768 "configurations": {}, | 767 "configurations": {}, |
| 769 "sources": [], | 768 "sources": [], |
| 770 }], | 769 }], |
| 771 ] | 770 ] |
| 772 } | 771 } |
| 773 ] | 772 ] |
| 774 } | 773 } |
| OLD | NEW |