Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
| 2 "tests": [ | |
| 3 { | |
| 4 "include": "common_tests.json" | |
|
smut
2017/06/07 00:21:52
Unfortunately you can't recurse here (include can'
baxley
2017/06/07 01:56:14
Thanks for the pointer! I removed common_tests.jso
| |
| 5 }, | |
| 6 { | |
| 7 "app": "ios_chrome_unittests" | |
| 8 }, | |
| 9 { | |
| 10 "app": "net_unittests" | |
| 11 } | |
| 12 ] | |
| 13 } | |
| OLD | NEW |