Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "Linux x64": { | 2 "Linux x64": { |
| 3 "additional_compile_targets": [ | |
| 4 "all" | |
| 5 ], | |
| 6 "scripts": [ | 3 "scripts": [ |
| 7 { | 4 { |
| 8 "name": "sizes", | 5 "name": "sizes", |
| 9 "script": "sizes.py" | 6 "script": "sizes.py" |
| 10 } | 7 } |
| 11 ] | 8 ] |
| 12 } | 9 } |
| 13 } | 10 } |
| OLD | NEW |