OLD | NEW |
1 { | 1 { |
2 "variables": { | 2 "variables": { |
3 "chromium_code": 1, | 3 "chromium_code": 1, |
4 "pdf_enable_v8%": 1, | 4 "pdf_enable_v8%": 1, |
5 }, | 5 }, |
6 "target_defaults": { | 6 "target_defaults": { |
7 "defines": [ | 7 "defines": [ |
8 "PDF_ENABLE_XFA", | 8 "PDF_ENABLE_XFA", |
9 ], | 9 ], |
10 'msvs_disabled_warnings': [ | 10 'msvs_disabled_warnings': [ |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
61 "xfa/fde/cfde_txtedtpage.cpp", | 61 "xfa/fde/cfde_txtedtpage.cpp", |
62 "xfa/fde/cfde_txtedtpage.h", | 62 "xfa/fde/cfde_txtedtpage.h", |
63 "xfa/fde/cfde_txtedtparag.cpp", | 63 "xfa/fde/cfde_txtedtparag.cpp", |
64 "xfa/fde/cfde_txtedtparag.h", | 64 "xfa/fde/cfde_txtedtparag.h", |
65 "xfa/fde/cfde_txtedttextset.cpp", | 65 "xfa/fde/cfde_txtedttextset.cpp", |
66 "xfa/fde/cfde_txtedttextset.h", | 66 "xfa/fde/cfde_txtedttextset.h", |
67 "xfa/fde/cfx_chariter.cpp", | 67 "xfa/fde/cfx_chariter.cpp", |
68 "xfa/fde/cfx_chariter.h", | 68 "xfa/fde/cfx_chariter.h", |
69 "xfa/fde/cfx_wordbreak.cpp", | 69 "xfa/fde/cfx_wordbreak.cpp", |
70 "xfa/fde/cfx_wordbreak.h", | 70 "xfa/fde/cfx_wordbreak.h", |
| 71 "xfa/fde/css/fde_css.cpp", |
71 "xfa/fde/css/fde_css.h", | 72 "xfa/fde/css/fde_css.h", |
72 "xfa/fde/css/fde_csscache.cpp", | 73 "xfa/fde/css/fde_csscache.cpp", |
73 "xfa/fde/css/fde_csscache.h", | 74 "xfa/fde/css/fde_csscache.h", |
74 "xfa/fde/css/fde_cssdatatable.cpp", | 75 "xfa/fde/css/fde_cssdatatable.cpp", |
75 "xfa/fde/css/fde_cssdatatable.h", | 76 "xfa/fde/css/fde_cssdatatable.h", |
76 "xfa/fde/css/fde_cssdeclaration.cpp", | 77 "xfa/fde/css/fde_cssdeclaration.cpp", |
77 "xfa/fde/css/fde_cssdeclaration.h", | 78 "xfa/fde/css/fde_cssdeclaration.h", |
78 "xfa/fde/css/fde_cssstyleselector.cpp", | 79 "xfa/fde/css/fde_cssstyleselector.cpp", |
79 "xfa/fde/css/fde_cssstyleselector.h", | 80 "xfa/fde/css/fde_cssstyleselector.h", |
80 "xfa/fde/css/fde_cssstylesheet.cpp", | 81 "xfa/fde/css/fde_cssstylesheet.cpp", |
(...skipping 522 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
603 "sources": [], | 604 "sources": [], |
604 }], | 605 }], |
605 ["OS == 'mac'", { | 606 ["OS == 'mac'", { |
606 "configurations": {}, | 607 "configurations": {}, |
607 "sources": [], | 608 "sources": [], |
608 }], | 609 }], |
609 ] | 610 ] |
610 } | 611 } |
611 ] | 612 ] |
612 } | 613 } |
OLD | NEW |