OLD | NEW |
1 { | 1 { |
2 "Linux ChromiumOS Builder": { | 2 "Linux ChromiumOS Builder": { |
3 "additional_compile_targets": [ | 3 "additional_compile_targets": [ |
4 "All" | 4 "All" |
5 ] | 5 ] |
6 }, | 6 }, |
7 "Linux ChromiumOS GN": { | 7 "Linux ChromiumOS GN": { |
8 "additional_compile_targets": [ | 8 "additional_compile_targets": [ |
9 "gn_all" | 9 "gn_all" |
10 ], | 10 ], |
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
307 }, | 307 }, |
308 "test": "skia_unittests" | 308 "test": "skia_unittests" |
309 }, | 309 }, |
310 { | 310 { |
311 "swarming": { | 311 "swarming": { |
312 "can_use_on_swarming_builders": true | 312 "can_use_on_swarming_builders": true |
313 }, | 313 }, |
314 "test": "sql_unittests" | 314 "test": "sql_unittests" |
315 }, | 315 }, |
316 { | 316 { |
| 317 "swarming": { |
| 318 "can_use_on_swarming_builders": true |
| 319 }, |
| 320 "test": "sync_unit_tests" |
| 321 }, |
| 322 { |
317 "test": "ui_arc_unittests" | 323 "test": "ui_arc_unittests" |
318 }, | 324 }, |
319 { | 325 { |
320 "swarming": { | 326 "swarming": { |
321 "can_use_on_swarming_builders": true | 327 "can_use_on_swarming_builders": true |
322 }, | 328 }, |
323 "test": "ui_base_unittests" | 329 "test": "ui_base_unittests" |
324 }, | 330 }, |
325 { | 331 { |
326 "test": "ui_chromeos_unittests" | 332 "test": "ui_chromeos_unittests" |
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
643 }, | 649 }, |
644 "test": "skia_unittests" | 650 "test": "skia_unittests" |
645 }, | 651 }, |
646 { | 652 { |
647 "swarming": { | 653 "swarming": { |
648 "can_use_on_swarming_builders": true | 654 "can_use_on_swarming_builders": true |
649 }, | 655 }, |
650 "test": "sql_unittests" | 656 "test": "sql_unittests" |
651 }, | 657 }, |
652 { | 658 { |
| 659 "swarming": { |
| 660 "can_use_on_swarming_builders": true |
| 661 }, |
| 662 "test": "sync_unit_tests" |
| 663 }, |
| 664 { |
653 "test": "ui_arc_unittests" | 665 "test": "ui_arc_unittests" |
654 }, | 666 }, |
655 { | 667 { |
656 "swarming": { | 668 "swarming": { |
657 "can_use_on_swarming_builders": true | 669 "can_use_on_swarming_builders": true |
658 }, | 670 }, |
659 "test": "ui_base_unittests" | 671 "test": "ui_base_unittests" |
660 }, | 672 }, |
661 { | 673 { |
662 "test": "ui_chromeos_unittests" | 674 "test": "ui_chromeos_unittests" |
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
953 }, | 965 }, |
954 "test": "skia_unittests" | 966 "test": "skia_unittests" |
955 }, | 967 }, |
956 { | 968 { |
957 "swarming": { | 969 "swarming": { |
958 "can_use_on_swarming_builders": true | 970 "can_use_on_swarming_builders": true |
959 }, | 971 }, |
960 "test": "sql_unittests" | 972 "test": "sql_unittests" |
961 }, | 973 }, |
962 { | 974 { |
| 975 "swarming": { |
| 976 "can_use_on_swarming_builders": true |
| 977 }, |
| 978 "test": "sync_unit_tests" |
| 979 }, |
| 980 { |
963 "test": "ui_arc_unittests" | 981 "test": "ui_arc_unittests" |
964 }, | 982 }, |
965 { | 983 { |
966 "swarming": { | 984 "swarming": { |
967 "can_use_on_swarming_builders": true | 985 "can_use_on_swarming_builders": true |
968 }, | 986 }, |
969 "test": "ui_base_unittests" | 987 "test": "ui_base_unittests" |
970 }, | 988 }, |
971 { | 989 { |
972 "test": "ui_chromeos_unittests" | 990 "test": "ui_chromeos_unittests" |
(...skipping 24 matching lines...) Expand all Loading... |
997 }, | 1015 }, |
998 { | 1016 { |
999 "swarming": { | 1017 "swarming": { |
1000 "can_use_on_swarming_builders": true | 1018 "can_use_on_swarming_builders": true |
1001 }, | 1019 }, |
1002 "test": "wm_unittests" | 1020 "test": "wm_unittests" |
1003 } | 1021 } |
1004 ] | 1022 ] |
1005 } | 1023 } |
1006 } | 1024 } |
OLD | NEW |