Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "program": { | 2 "program": { |
| 3 "x86-32": {"url": "doesnotexist.nexe"}, | 3 "x86-32": {"url": "doesnotexist.nexe"}, |
| 4 "x86-64": {"url": "doesnotexist.nexe"}, | 4 "x86-64": {"url": "doesnotexist.nexe"}, |
| 5 "arm": {"url": "doesnotexist.nexe"} | 5 "arm": {"url": "doesnotexist.nexe"}, |
| 6 "mips32": {"url": "doesnotexist.nexe"} | |
| 6 } | 7 } |
| 7 } | 8 } |
| OLD | NEW |