| 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", | 8 "name": "checklicenses", |
| 9 "script": "checklicenses.py" | 9 "script": "checklicenses.py" |
| 10 }, | 10 }, |
| 11 { | 11 { |
| 12 "name": "checkperms", | 12 "name": "checkperms", |
| 13 "script": "checkperms.py" | 13 "script": "checkperms.py" |
| 14 }, | 14 }, |
| 15 { | 15 { |
| 16 "args": [ | 16 "args": [ |
| 17 "linux-release/sizes" | 17 "linux-release/sizes" |
| 18 ], | 18 ], |
| 19 "name": "sizes", | 19 "name": "sizes", |
| 20 "script": "sizes.py" | 20 "script": "sizes.py" |
| 21 } | 21 } |
| 22 ] | 22 ] |
| 23 }, | 23 }, |
| 24 "Linux x64": { | 24 "Linux x64": { |
| 25 "additional_compile_targets": [ | 25 "additional_compile_targets": [ |
| 26 "all" | 26 "gn_all" |
| 27 ], | 27 ], |
| 28 "scripts": [ | 28 "scripts": [ |
| 29 { | 29 { |
| 30 "args": [ | 30 "args": [ |
| 31 "linux-release-64/sizes" | 31 "linux-release-64/sizes" |
| 32 ], | 32 ], |
| 33 "name": "sizes", | 33 "name": "sizes", |
| 34 "script": "sizes.py" | 34 "script": "sizes.py" |
| 35 } | 35 } |
| 36 ] | 36 ] |
| (...skipping 17 matching lines...) Expand all Loading... |
| 54 "all" | 54 "all" |
| 55 ], | 55 ], |
| 56 "scripts": [ | 56 "scripts": [ |
| 57 { | 57 { |
| 58 "name": "checkbins", | 58 "name": "checkbins", |
| 59 "script": "checkbins.py" | 59 "script": "checkbins.py" |
| 60 } | 60 } |
| 61 ] | 61 ] |
| 62 } | 62 } |
| 63 } | 63 } |
| OLD | NEW |