| OLD | NEW |
| 1 { | 1 { |
| 2 "Android Arm64 Builder (dbg)": { | 2 "Android Arm64 Builder (dbg)": { |
| 3 "additional_compile_targets": [ | 3 "additional_compile_targets": [ |
| 4 "all" | 4 "gn_all" |
| 5 ] | 5 ] |
| 6 }, | 6 }, |
| 7 "Android Builder": { | 7 "Android Builder": { |
| 8 "additional_compile_targets": [ | 8 "additional_compile_targets": [ |
| 9 "cronet_test_instrumentation_apk", | 9 "cronet_test_instrumentation_apk", |
| 10 "system_webview_apk" | 10 "system_webview_apk" |
| 11 ] | 11 ] |
| 12 }, | 12 }, |
| 13 "Android Builder (dbg)": { | 13 "Android Builder (dbg)": { |
| 14 "additional_compile_targets": [ | 14 "additional_compile_targets": [ |
| 15 "system_webview_apk" | 15 "system_webview_apk" |
| 16 ] | 16 ] |
| 17 }, | 17 }, |
| 18 "Android Clang Builder (dbg)": { | 18 "Android Clang Builder (dbg)": { |
| 19 "additional_compile_targets": [ | 19 "additional_compile_targets": [ |
| 20 "all" | 20 "gn_all" |
| 21 ] | 21 ] |
| 22 }, | 22 }, |
| 23 "Android Tests": { | 23 "Android Tests": { |
| 24 "gtest_tests": [ | 24 "gtest_tests": [ |
| 25 { | 25 { |
| 26 "override_compile_targets": [ | 26 "override_compile_targets": [ |
| 27 "android_webview_test_apk" | 27 "android_webview_test_apk" |
| 28 ], | 28 ], |
| 29 "override_isolate_target": "android_webview_test_apk", | 29 "override_isolate_target": "android_webview_test_apk", |
| 30 "swarming": { | 30 "swarming": { |
| (...skipping 951 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 982 { | 982 { |
| 983 "swarming": { | 983 "swarming": { |
| 984 "can_use_on_swarming_builders": true | 984 "can_use_on_swarming_builders": true |
| 985 }, | 985 }, |
| 986 "test": "url_unittests" | 986 "test": "url_unittests" |
| 987 } | 987 } |
| 988 ] | 988 ] |
| 989 }, | 989 }, |
| 990 "Linux Builder": { | 990 "Linux Builder": { |
| 991 "additional_compile_targets": [ | 991 "additional_compile_targets": [ |
| 992 "all" | 992 "gn_all" |
| 993 ] | 993 ] |
| 994 }, | 994 }, |
| 995 "Linux Builder (dbg)": { | 995 "Linux Builder (dbg)": { |
| 996 "additional_compile_targets": [ | 996 "additional_compile_targets": [ |
| 997 "all" | 997 "gn_all" |
| 998 ] | 998 ] |
| 999 }, | 999 }, |
| 1000 "Linux Tests": { | 1000 "Linux Tests": { |
| 1001 "gtest_tests": [ | 1001 "gtest_tests": [ |
| 1002 { | 1002 { |
| 1003 "swarming": { | 1003 "swarming": { |
| 1004 "can_use_on_swarming_builders": true | 1004 "can_use_on_swarming_builders": true |
| 1005 }, | 1005 }, |
| 1006 "test": "accessibility_unittests" | 1006 "test": "accessibility_unittests" |
| 1007 }, | 1007 }, |
| (...skipping 1256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2264 "override_compile_targets": [ | 2264 "override_compile_targets": [ |
| 2265 "telemetry_unittests_run" | 2265 "telemetry_unittests_run" |
| 2266 ], | 2266 ], |
| 2267 "swarming": { | 2267 "swarming": { |
| 2268 "can_use_on_swarming_builders": true | 2268 "can_use_on_swarming_builders": true |
| 2269 } | 2269 } |
| 2270 } | 2270 } |
| 2271 ] | 2271 ] |
| 2272 } | 2272 } |
| 2273 } | 2273 } |
| OLD | NEW |