| OLD | NEW |
| 1 { | 1 { |
| 2 "target_defaults": { |
| 3 "defines": [ |
| 4 "PDF_ENABLE_XFA", |
| 5 ], |
| 6 }, |
| 2 "targets":[ | 7 "targets":[ |
| 3 { | 8 { |
| 4 "target_name":"xfa", | 9 "target_name":"xfa", |
| 5 "type":"static_library", | 10 "type":"static_library", |
| 6 'dependencies': [ | 11 'dependencies': [ |
| 7 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 12 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
| 8 ], | 13 ], |
| 9 'export_dependent_settings': [ | 14 'export_dependent_settings': [ |
| 10 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 15 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
| 11 ], | 16 ], |
| (...skipping 698 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 710 "configurations":{ | 715 "configurations":{ |
| 711 }, | 716 }, |
| 712 "sources":[ | 717 "sources":[ |
| 713 ] | 718 ] |
| 714 } | 719 } |
| 715 ] | 720 ] |
| 716 ] | 721 ] |
| 717 } | 722 } |
| 718 ] | 723 ] |
| 719 } | 724 } |
| OLD | NEW |