| OLD | NEW |
| 1 { | 1 { |
| 2 "Linux": { | 2 "Linux": { |
| 3 "additional_compile_targets": [ | 3 "additional_compile_targets": [ |
| 4 "all" | 4 "all" |
| 5 ], | 5 ], |
| 6 "scripts": [ | 6 "scripts": [ |
| 7 { | 7 { |
| 8 "name": "checklicenses", | |
| 9 "script": "checklicenses.py" | |
| 10 }, | |
| 11 { | |
| 12 "name": "checkperms", | 8 "name": "checkperms", |
| 13 "script": "checkperms.py" | 9 "script": "checkperms.py" |
| 14 }, | 10 }, |
| 15 { | 11 { |
| 16 "args": [ | 12 "args": [ |
| 17 "linux-release/sizes" | 13 "linux-release/sizes" |
| 18 ], | 14 ], |
| 19 "name": "sizes", | 15 "name": "sizes", |
| 20 "script": "sizes.py" | 16 "script": "sizes.py" |
| 21 } | 17 } |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 54 "all" | 50 "all" |
| 55 ], | 51 ], |
| 56 "scripts": [ | 52 "scripts": [ |
| 57 { | 53 { |
| 58 "name": "checkbins", | 54 "name": "checkbins", |
| 59 "script": "checkbins.py" | 55 "script": "checkbins.py" |
| 60 } | 56 } |
| 61 ] | 57 ] |
| 62 } | 58 } |
| 63 } | 59 } |
| OLD | NEW |