| 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 20 matching lines...) Expand all Loading... |
| 31 '<(DEPTH)/v8/src/v8.gyp:v8', | 31 '<(DEPTH)/v8/src/v8.gyp:v8', |
| 32 ], | 32 ], |
| 33 'export_dependent_settings': [ | 33 'export_dependent_settings': [ |
| 34 '<(DEPTH)/v8/src/v8.gyp:v8', | 34 '<(DEPTH)/v8/src/v8.gyp:v8', |
| 35 ], | 35 ], |
| 36 "sources":[ | 36 "sources":[ |
| 37 "fxjse/class.cpp", | 37 "fxjse/class.cpp", |
| 38 "fxjse/context.cpp", | 38 "fxjse/context.cpp", |
| 39 "fxjse/context.h", | 39 "fxjse/context.h", |
| 40 "fxjse/dynprop.cpp", | 40 "fxjse/dynprop.cpp", |
| 41 "fxjse/fxjs_perisolatedata.cpp", |
| 41 "fxjse/include/cfxjse_arguments.h", | 42 "fxjse/include/cfxjse_arguments.h", |
| 42 "fxjse/include/cfxjse_class.h", | 43 "fxjse/include/cfxjse_class.h", |
| 43 "fxjse/include/cfxjse_value.h" | 44 "fxjse/include/cfxjse_value.h", |
| 44 "fxjse/include/fxjse.h", | 45 "fxjse/include/fxjse.h", |
| 46 "fxjse/include/fxjs_perisolatedata.h" |
| 45 "fxjse/runtime.cpp", | 47 "fxjse/runtime.cpp", |
| 46 "fxjse/runtime.h", | 48 "fxjse/runtime.h", |
| 47 "fxjse/scope_inline.h", | 49 "fxjse/scope_inline.h", |
| 48 "fxjse/value.cpp", | 50 "fxjse/value.cpp", |
| 49 "xfa/fxfa/include/fxfa.h", | 51 "xfa/fxfa/include/fxfa.h", |
| 50 "xfa/fxfa/include/fxfa_basic.h", | 52 "xfa/fxfa/include/fxfa_basic.h", |
| 51 "xfa/fxfa/include/fxfa_widget.h", | 53 "xfa/fxfa/include/fxfa_widget.h", |
| 52 "xfa/fxfa/include/xfa_checksum.h", | 54 "xfa/fxfa/include/xfa_checksum.h", |
| 53 "xfa/fxfa/include/xfa_ffapp.h", | 55 "xfa/fxfa/include/xfa_ffapp.h", |
| 54 "xfa/fxfa/include/xfa_ffdoc.h", | 56 "xfa/fxfa/include/xfa_ffdoc.h", |
| (...skipping 685 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 740 "sources": [], | 742 "sources": [], |
| 741 }], | 743 }], |
| 742 ["OS == 'mac'", { | 744 ["OS == 'mac'", { |
| 743 "configurations": {}, | 745 "configurations": {}, |
| 744 "sources": [], | 746 "sources": [], |
| 745 }], | 747 }], |
| 746 ] | 748 ] |
| 747 } | 749 } |
| 748 ] | 750 ] |
| 749 } | 751 } |
| OLD | NEW |