| OLD | NEW |
| 1 { | 1 { |
| 2 "tests": [ | 2 "tests": [ |
| 3 { | 3 { |
| 4 "app": "base_unittests" | 4 "app": "base_unittests" |
| 5 }, | 5 }, |
| 6 { | 6 { |
| 7 "app": "boringssl_crypto_tests" | |
| 8 }, | |
| 9 { | |
| 10 "app": "boringssl_ssl_tests" | |
| 11 }, | |
| 12 { | |
| 13 "app": "components_unittests" | 7 "app": "components_unittests" |
| 14 }, | 8 }, |
| 15 { | 9 { |
| 16 "app": "crypto_unittests" | 10 "app": "crypto_unittests" |
| 17 }, | 11 }, |
| 18 { | 12 { |
| 19 "app": "gfx_unittests" | 13 "app": "gfx_unittests" |
| 20 }, | 14 }, |
| 21 { | 15 { |
| 22 "app": "google_apis_unittests" | 16 "app": "google_apis_unittests" |
| (...skipping 20 matching lines...) Expand all Loading... |
| 43 "app": "sql_unittests" | 37 "app": "sql_unittests" |
| 44 }, | 38 }, |
| 45 { | 39 { |
| 46 "app": "ui_base_unittests" | 40 "app": "ui_base_unittests" |
| 47 }, | 41 }, |
| 48 { | 42 { |
| 49 "app": "url_unittests" | 43 "app": "url_unittests" |
| 50 } | 44 } |
| 51 ] | 45 ] |
| 52 } | 46 } |
| OLD | NEW |