| OLD | NEW |
| 1 { | 1 { |
| 2 "tests": [ | 2 "tests": [ |
| 3 { | 3 { |
| 4 "app": "base_unittests" | 4 "app": "base_unittests" |
| 5 }, | 5 }, |
| 6 { | 6 { |
| 7 "app": "components_unittests" | 7 "app": "components_unittests" |
| 8 }, | 8 }, |
| 9 { | 9 { |
| 10 "app": "crypto_unittests" | 10 "app": "crypto_unittests" |
| (...skipping 19 matching lines...) Expand all Loading... |
| 30 { | 30 { |
| 31 "app": "net_unittests" | 31 "app": "net_unittests" |
| 32 }, | 32 }, |
| 33 { | 33 { |
| 34 "app": "skia_unittests" | 34 "app": "skia_unittests" |
| 35 }, | 35 }, |
| 36 { | 36 { |
| 37 "app": "sql_unittests" | 37 "app": "sql_unittests" |
| 38 }, | 38 }, |
| 39 { | 39 { |
| 40 "app": "sync_unit_tests" |
| 41 }, |
| 42 { |
| 40 "app": "ui_base_unittests" | 43 "app": "ui_base_unittests" |
| 41 }, | 44 }, |
| 42 { | 45 { |
| 43 "app": "url_unittests" | 46 "app": "url_unittests" |
| 44 } | 47 } |
| 45 ] | 48 ] |
| 46 } | 49 } |
| OLD | NEW |