| 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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 54 "xfa/fde/css/fde_cssdatatable.cpp", | 54 "xfa/fde/css/fde_cssdatatable.cpp", |
| 55 "xfa/fde/css/fde_cssdatatable.h", | 55 "xfa/fde/css/fde_cssdatatable.h", |
| 56 "xfa/fde/css/fde_cssdeclaration.cpp", | 56 "xfa/fde/css/fde_cssdeclaration.cpp", |
| 57 "xfa/fde/css/fde_cssdeclaration.h", | 57 "xfa/fde/css/fde_cssdeclaration.h", |
| 58 "xfa/fde/css/fde_cssstyleselector.cpp", | 58 "xfa/fde/css/fde_cssstyleselector.cpp", |
| 59 "xfa/fde/css/fde_cssstyleselector.h", | 59 "xfa/fde/css/fde_cssstyleselector.h", |
| 60 "xfa/fde/css/fde_cssstylesheet.cpp", | 60 "xfa/fde/css/fde_cssstylesheet.cpp", |
| 61 "xfa/fde/css/fde_cssstylesheet.h", | 61 "xfa/fde/css/fde_cssstylesheet.h", |
| 62 "xfa/fde/css/fde_csssyntax.cpp", | 62 "xfa/fde/css/fde_csssyntax.cpp", |
| 63 "xfa/fde/css/fde_csssyntax.h", | 63 "xfa/fde/css/fde_csssyntax.h", |
| 64 "xfa/fde/fde_brush.h", | |
| 65 "xfa/fde/fde_renderdevice.h", | 64 "xfa/fde/fde_renderdevice.h", |
| 66 "xfa/fde/fde_gedevice.cpp", | 65 "xfa/fde/fde_gedevice.cpp", |
| 67 "xfa/fde/fde_gedevice.h", | 66 "xfa/fde/fde_gedevice.h", |
| 68 "xfa/fde/fde_geobject.cpp", | 67 "xfa/fde/fde_geobject.cpp", |
| 69 "xfa/fde/fde_geobject.h", | 68 "xfa/fde/fde_geobject.h", |
| 70 "xfa/fde/fde_image.h", | 69 "xfa/fde/fde_image.h", |
| 71 "xfa/fde/fde_iterator.cpp", | 70 "xfa/fde/fde_iterator.cpp", |
| 72 "xfa/fde/fde_iterator.h", | 71 "xfa/fde/fde_iterator.h", |
| 73 "xfa/fde/fde_object.h", | 72 "xfa/fde/fde_object.h", |
| 74 "xfa/fde/fde_path.h", | 73 "xfa/fde/fde_path.h", |
| 75 "xfa/fde/fde_pen.h", | |
| 76 "xfa/fde/fde_render.cpp", | 74 "xfa/fde/fde_render.cpp", |
| 77 "xfa/fde/fde_render.h", | 75 "xfa/fde/fde_render.h", |
| 78 "xfa/fde/tto/fde_textout.cpp", | 76 "xfa/fde/tto/fde_textout.cpp", |
| 79 "xfa/fde/tto/fde_textout.h", | 77 "xfa/fde/tto/fde_textout.h", |
| 80 "xfa/fde/xml/fde_xml.h", | 78 "xfa/fde/xml/fde_xml.h", |
| 81 "xfa/fde/xml/fde_xml_imp.cpp", | 79 "xfa/fde/xml/fde_xml_imp.cpp", |
| 82 "xfa/fde/xml/fde_xml_imp.h", | 80 "xfa/fde/xml/fde_xml_imp.h", |
| 83 "xfa/fee/fde_txtedtbuf.cpp", | 81 "xfa/fee/fde_txtedtbuf.cpp", |
| 84 "xfa/fee/fde_txtedtbuf.h", | 82 "xfa/fee/fde_txtedtbuf.h", |
| 85 "xfa/fee/fde_txtedtengine.cpp", | 83 "xfa/fee/fde_txtedtengine.cpp", |
| (...skipping 702 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 788 "sources": [], | 786 "sources": [], |
| 789 }], | 787 }], |
| 790 ["OS == 'mac'", { | 788 ["OS == 'mac'", { |
| 791 "configurations": {}, | 789 "configurations": {}, |
| 792 "sources": [], | 790 "sources": [], |
| 793 }], | 791 }], |
| 794 ] | 792 ] |
| 795 } | 793 } |
| 796 ] | 794 ] |
| 797 } | 795 } |
| OLD | NEW |