| 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 { |
| 7 "app": "components_unittests" | 13 "app": "components_unittests" |
| 8 }, | 14 }, |
| 9 { | 15 { |
| 10 "app": "crypto_unittests" | 16 "app": "crypto_unittests" |
| 11 }, | 17 }, |
| 12 { | 18 { |
| 13 "app": "gfx_unittests" | 19 "app": "gfx_unittests" |
| 14 }, | 20 }, |
| 15 { | 21 { |
| 16 "app": "google_apis_unittests" | 22 "app": "google_apis_unittests" |
| (...skipping 20 matching lines...) Expand all Loading... |
| 37 "app": "sql_unittests" | 43 "app": "sql_unittests" |
| 38 }, | 44 }, |
| 39 { | 45 { |
| 40 "app": "ui_base_unittests" | 46 "app": "ui_base_unittests" |
| 41 }, | 47 }, |
| 42 { | 48 { |
| 43 "app": "url_unittests" | 49 "app": "url_unittests" |
| 44 } | 50 } |
| 45 ] | 51 ] |
| 46 } | 52 } |
| OLD | NEW |