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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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", | 64 "xfa/fde/fde_brush.h", |
65 "xfa/fde/fde_devbasic.cpp", | 65 "xfa/fde/fde_devbasic.cpp", |
66 "xfa/fde/fde_devbasic.h", | 66 "xfa/fde/fde_devbasic.h", |
67 "xfa/fde/fde_renderdevice.h", | 67 "xfa/fde/fde_renderdevice.h", |
68 "xfa/fde/fde_gedevice.cpp", | 68 "xfa/fde/fde_gedevice.cpp", |
69 "xfa/fde/fde_gedevice.h", | 69 "xfa/fde/fde_gedevice.h", |
70 "xfa/fde/fde_geobject.cpp", | 70 "xfa/fde/fde_geobject.cpp", |
71 "xfa/fde/fde_geobject.h", | 71 "xfa/fde/fde_geobject.h", |
72 "xfa/fde/fde_image.h", | |
73 "xfa/fde/fde_iterator.cpp", | 72 "xfa/fde/fde_iterator.cpp", |
74 "xfa/fde/fde_iterator.h", | 73 "xfa/fde/fde_iterator.h", |
75 "xfa/fde/fde_object.cpp", | 74 "xfa/fde/fde_object.cpp", |
76 "xfa/fde/fde_object.h", | 75 "xfa/fde/fde_object.h", |
77 "xfa/fde/fde_path.h", | 76 "xfa/fde/fde_path.h", |
78 "xfa/fde/fde_pen.h", | 77 "xfa/fde/fde_pen.h", |
79 "xfa/fde/fde_render.cpp", | 78 "xfa/fde/fde_render.cpp", |
80 "xfa/fde/fde_render.h", | 79 "xfa/fde/fde_render.h", |
81 "xfa/fde/tto/fde_textout.cpp", | 80 "xfa/fde/tto/fde_textout.cpp", |
82 "xfa/fde/tto/fde_textout.h", | 81 "xfa/fde/tto/fde_textout.h", |
(...skipping 708 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
791 "sources": [], | 790 "sources": [], |
792 }], | 791 }], |
793 ["OS == 'mac'", { | 792 ["OS == 'mac'", { |
794 "configurations": {}, | 793 "configurations": {}, |
795 "sources": [], | 794 "sources": [], |
796 }], | 795 }], |
797 ] | 796 ] |
798 } | 797 } |
799 ] | 798 ] |
800 } | 799 } |
OLD | NEW |