| 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" | 7 "app": "boringssl_crypto_tests" |
| 8 }, | 8 }, |
| 9 { | 9 { |
| 10 "app": "boringssl_ssl_tests" | 10 "app": "boringssl_ssl_tests" |
| 11 }, | 11 }, |
| 12 { | 12 { |
| 13 "app": "components_unittests" | 13 "app": "components_unittests" |
| 14 }, | 14 }, |
| 15 { | 15 { |
| 16 "app": "crypto_unittests" | 16 "app": "crypto_unittests" |
| 17 }, | 17 }, |
| 18 { | 18 { |
| 19 "app": "gfx_unittests" | 19 "app": "gfx_unittests" |
| 20 }, | 20 }, |
| 21 { | 21 { |
| 22 "app": "google_apis_unittests" | 22 "app": "google_apis_unittests" |
| 23 }, | 23 }, |
| 24 { | 24 { |
| 25 "app": "ios_chrome_unittests" | |
| 26 }, | |
| 27 { | |
| 28 "app": "ios_net_unittests" | 25 "app": "ios_net_unittests" |
| 29 }, | 26 }, |
| 30 { | 27 { |
| 31 "app": "ios_web_inttests" | 28 "app": "ios_web_inttests" |
| 32 }, | 29 }, |
| 33 { | 30 { |
| 34 "app": "ios_web_unittests" | 31 "app": "ios_web_unittests" |
| 35 }, | 32 }, |
| 36 { | 33 { |
| 37 "app": "net_unittests" | |
| 38 }, | |
| 39 { | |
| 40 "app": "skia_unittests" | 34 "app": "skia_unittests" |
| 41 }, | 35 }, |
| 42 { | 36 { |
| 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 |