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 "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" |
(...skipping 776 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
787 { | 787 { |
788 "name": "webview_licenses", | 788 "name": "webview_licenses", |
789 "script": "webview_licenses.py" | 789 "script": "webview_licenses.py" |
790 }, | 790 }, |
791 { | 791 { |
792 "name": "telemetry_perf_unittests", | 792 "name": "telemetry_perf_unittests", |
793 "script": "telemetry_perf_unittests.py" | 793 "script": "telemetry_perf_unittests.py" |
794 } | 794 } |
795 ] | 795 ] |
796 }, | 796 }, |
| 797 "Blimp Linux (dbg)": { |
| 798 "gtest_tests": [ |
| 799 { |
| 800 "test": "blimp_browsertests" |
| 801 } |
| 802 ] |
| 803 }, |
797 "Cast Linux": { | 804 "Cast Linux": { |
798 "gtest_tests": [ | 805 "gtest_tests": [ |
799 { | 806 { |
800 "swarming": { | 807 "swarming": { |
801 "can_use_on_swarming_builders": true | 808 "can_use_on_swarming_builders": true |
802 }, | 809 }, |
803 "test": "base_unittests" | 810 "test": "base_unittests" |
804 }, | 811 }, |
805 { | 812 { |
806 "swarming": { | 813 "swarming": { |
(...skipping 1410 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2217 "override_compile_targets": [ | 2224 "override_compile_targets": [ |
2218 "telemetry_unittests_run" | 2225 "telemetry_unittests_run" |
2219 ], | 2226 ], |
2220 "swarming": { | 2227 "swarming": { |
2221 "can_use_on_swarming_builders": true | 2228 "can_use_on_swarming_builders": true |
2222 } | 2229 } |
2223 } | 2230 } |
2224 ] | 2231 ] |
2225 } | 2232 } |
2226 } | 2233 } |
OLD | NEW |