OLD | NEW |
1 { | 1 { |
2 "Android GN": { | 2 "Android GN": { |
3 "gtest_tests": [ | 3 "gtest_tests": [ |
4 { | 4 { |
5 "test": "android_webview_unittests" | 5 "test": "android_webview_unittests" |
6 }, | 6 }, |
7 { | 7 { |
8 "test": "base_unittests" | 8 "test": "base_unittests" |
9 }, | 9 }, |
10 { | 10 { |
(...skipping 706 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
717 }, | 717 }, |
718 "test": "extensions_browsertests" | 718 "test": "extensions_browsertests" |
719 }, | 719 }, |
720 { | 720 { |
721 "swarming": { | 721 "swarming": { |
722 "can_use_on_swarming_builders": true | 722 "can_use_on_swarming_builders": true |
723 }, | 723 }, |
724 "test": "extensions_unittests" | 724 "test": "extensions_unittests" |
725 }, | 725 }, |
726 { | 726 { |
| 727 "swarming": { |
| 728 "can_use_on_swarming_builders": true |
| 729 }, |
727 "test": "filesystem_service_unittests" | 730 "test": "filesystem_service_unittests" |
728 }, | 731 }, |
729 { | 732 { |
730 "swarming": { | 733 "swarming": { |
731 "can_use_on_swarming_builders": true | 734 "can_use_on_swarming_builders": true |
732 }, | 735 }, |
733 "test": "gcm_unit_tests" | 736 "test": "gcm_unit_tests" |
734 }, | 737 }, |
735 { | 738 { |
736 "swarming": { | 739 "swarming": { |
(...skipping 679 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1416 "name": "mojo_apptests", | 1419 "name": "mojo_apptests", |
1417 "script": "mojo_apptests.py" | 1420 "script": "mojo_apptests.py" |
1418 } | 1421 } |
1419 ] | 1422 ] |
1420 }, | 1423 }, |
1421 "Linux Tests (dbg)(1)(32)": { | 1424 "Linux Tests (dbg)(1)(32)": { |
1422 "gtest_tests": [], | 1425 "gtest_tests": [], |
1423 "scripts": [] | 1426 "scripts": [] |
1424 } | 1427 } |
1425 } | 1428 } |
OLD | NEW |