| 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 683 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 694 "VCLinkerTool": {}, | 694 "VCLinkerTool": {}, |
| 695 } | 695 } |
| 696 } | 696 } |
| 697 }, | 697 }, |
| 698 "sources": [], | 698 "sources": [], |
| 699 }], | 699 }], |
| 700 ["OS == 'mac'", { | 700 ["OS == 'mac'", { |
| 701 "configurations": {}, | 701 "configurations": {}, |
| 702 "sources": [], | 702 "sources": [], |
| 703 "cflags": [ "-Wno-deprecated-declarations" ], | 703 "cflags": [ "-Wno-deprecated-declarations" ], |
| 704 "defines!": [ "V8_DEPRECATION_WARNINGS" ], |
| 704 }], | 705 }], |
| 705 ] | 706 ] |
| 706 } | 707 } |
| 707 ] | 708 ] |
| 708 } | 709 } |
| OLD | NEW |