| OLD | NEW |
| 1 { | 1 { |
| 2 "Android GN Builder (dbg)": { | 2 "Android GN Builder (dbg)": { |
| 3 "additional_compile_targets": [ | 3 "additional_compile_targets": [ |
| 4 "blimp_tests", | 4 "blimp_tests", |
| 5 "chrome_public_apk", | 5 "chrome_public_apk", |
| 6 "chrome_public_test_apk", | 6 "chrome_public_test_apk", |
| 7 "content_shell_apk", | 7 "content_shell_apk", |
| 8 "content_shell_test_apk", | 8 "content_shell_test_apk", |
| 9 "system_webview_apk" | 9 "system_webview_apk" |
| 10 ] | 10 ] |
| (...skipping 953 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 964 "telemetry_perf_unittests" | 964 "telemetry_perf_unittests" |
| 965 ], | 965 ], |
| 966 "swarming": { | 966 "swarming": { |
| 967 "can_use_on_swarming_builders": true, | 967 "can_use_on_swarming_builders": true, |
| 968 "dimension_sets": [ | 968 "dimension_sets": [ |
| 969 { | 969 { |
| 970 "device_os": "KTU84P", | 970 "device_os": "KTU84P", |
| 971 "device_type": "hammerhead" | 971 "device_type": "hammerhead" |
| 972 } | 972 } |
| 973 ], | 973 ], |
| 974 "hard_timeout": 960 | 974 "hard_timeout": 960, |
| 975 "shards": 12 |
| 975 } | 976 } |
| 976 } | 977 } |
| 977 ] | 978 ] |
| 978 }, | 979 }, |
| 979 "Jelly Bean Tester": { | 980 "Jelly Bean Tester": { |
| 980 "gtest_tests": [ | 981 "gtest_tests": [ |
| 981 { | 982 { |
| 982 "test": "android_webview_unittests" | 983 "test": "android_webview_unittests" |
| 983 }, | 984 }, |
| 984 { | 985 { |
| (...skipping 855 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1840 }, | 1841 }, |
| 1841 { | 1842 { |
| 1842 "test": "chrome_sync_shell_test_apk" | 1843 "test": "chrome_sync_shell_test_apk" |
| 1843 }, | 1844 }, |
| 1844 { | 1845 { |
| 1845 "test": "content_shell_test_apk" | 1846 "test": "content_shell_test_apk" |
| 1846 } | 1847 } |
| 1847 ] | 1848 ] |
| 1848 } | 1849 } |
| 1849 } | 1850 } |
| OLD | NEW |