| 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 702 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 713 "xfa/fxgraphics/cfx_shading.cpp", | 713 "xfa/fxgraphics/cfx_shading.cpp", |
| 714 "xfa/fxgraphics/cfx_shading.h", | 714 "xfa/fxgraphics/cfx_shading.h", |
| 715 "xfa/fxgraphics/include/cfx_graphics.h", | 715 "xfa/fxgraphics/include/cfx_graphics.h", |
| 716 "xfa/fxjse/include/fxjse.h", | 716 "xfa/fxjse/include/fxjse.h", |
| 717 ], | 717 ], |
| 718 "conditions": [ | 718 "conditions": [ |
| 719 ["clang==1" , { | 719 ["clang==1" , { |
| 720 }], | 720 }], |
| 721 ["pdf_enable_v8==1", { | 721 ["pdf_enable_v8==1", { |
| 722 'dependencies': [ | 722 'dependencies': [ |
| 723 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 723 '<(DEPTH)/v8/src/v8.gyp:v8', |
| 724 ], | 724 ], |
| 725 'export_dependent_settings': [ | 725 'export_dependent_settings': [ |
| 726 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 726 '<(DEPTH)/v8/src/v8.gyp:v8', |
| 727 ], | 727 ], |
| 728 'include_dirs': [ | 728 'include_dirs': [ |
| 729 '<(DEPTH)/v8', | 729 '<(DEPTH)/v8', |
| 730 '<(DEPTH)/v8/include', | 730 '<(DEPTH)/v8/include', |
| 731 ], | 731 ], |
| 732 'sources': [ | 732 'sources': [ |
| 733 "xfa/fxjse/cfxjse_arguments.h", | 733 "xfa/fxjse/cfxjse_arguments.h", |
| 734 "xfa/fxjse/class.cpp", | 734 "xfa/fxjse/class.cpp", |
| 735 "xfa/fxjse/class.h", | 735 "xfa/fxjse/class.h", |
| 736 "xfa/fxjse/context.cpp", | 736 "xfa/fxjse/context.cpp", |
| (...skipping 29 matching lines...) Expand all Loading... |
| 766 "sources": [], | 766 "sources": [], |
| 767 }], | 767 }], |
| 768 ["OS == 'mac'", { | 768 ["OS == 'mac'", { |
| 769 "configurations": {}, | 769 "configurations": {}, |
| 770 "sources": [], | 770 "sources": [], |
| 771 }], | 771 }], |
| 772 ] | 772 ] |
| 773 } | 773 } |
| 774 ] | 774 ] |
| 775 } | 775 } |
| OLD | NEW |