Chromium Code Reviews| 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" |
| (...skipping 16 matching lines...) Expand all Loading... | |
| 27 { | 27 { |
| 28 "app": "ios_net_unittests" | 28 "app": "ios_net_unittests" |
| 29 }, | 29 }, |
| 30 { | 30 { |
| 31 "app": "ios_web_inttests" | 31 "app": "ios_web_inttests" |
| 32 }, | 32 }, |
| 33 { | 33 { |
| 34 "app": "ios_web_unittests" | 34 "app": "ios_web_unittests" |
| 35 }, | 35 }, |
| 36 { | 36 { |
| 37 "app": "ios_web_view_inttests" | |
|
Eugene But (OOO till 7-30)
2017/06/20 02:20:45
Sylvain, by any chance do you know why code signat
| |
| 38 }, | |
| 39 { | |
| 37 "app": "net_unittests" | 40 "app": "net_unittests" |
| 38 }, | 41 }, |
| 39 { | 42 { |
| 40 "app": "skia_unittests" | 43 "app": "skia_unittests" |
| 41 }, | 44 }, |
| 42 { | 45 { |
| 43 "app": "sql_unittests" | 46 "app": "sql_unittests" |
| 44 }, | 47 }, |
| 45 { | 48 { |
| 46 "app": "ui_base_unittests" | 49 "app": "ui_base_unittests" |
| 47 }, | 50 }, |
| 48 { | 51 { |
| 49 "app": "url_unittests" | 52 "app": "url_unittests" |
| 50 } | 53 } |
| 51 ] | 54 ] |
| 52 } | 55 } |
| OLD | NEW |