OLD | NEW |
1 { | 1 { |
2 "Linux ChromiumOS GN": { | 2 "Linux ChromiumOS GN": { |
3 "additional_compile_targets": [ | 3 "additional_compile_targets": [ |
4 "accessibility_unittests", | 4 "accessibility_unittests", |
5 "app_list_unittests", | 5 "app_list_unittests", |
6 "aura_unittests", | 6 "aura_unittests", |
7 "browser_tests", | 7 "browser_tests", |
8 "cacheinvalidation_unittests", | 8 "cacheinvalidation_unittests", |
9 "chromedriver_unittests", | 9 "chromedriver_unittests", |
10 "chromeos_unittests", | 10 "chromeos_unittests", |
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
273 }, | 273 }, |
274 "test": "net_unittests" | 274 "test": "net_unittests" |
275 }, | 275 }, |
276 { | 276 { |
277 "test": "ozone_unittests" | 277 "test": "ozone_unittests" |
278 }, | 278 }, |
279 { | 279 { |
280 "test": "ppapi_unittests" | 280 "test": "ppapi_unittests" |
281 }, | 281 }, |
282 { | 282 { |
| 283 "swarming": { |
| 284 "can_use_on_swarming_builders": true |
| 285 }, |
283 "test": "printing_unittests" | 286 "test": "printing_unittests" |
284 }, | 287 }, |
285 { | 288 { |
286 "test": "remoting_unittests" | 289 "test": "remoting_unittests" |
287 }, | 290 }, |
288 { | 291 { |
289 "args": [ | 292 "args": [ |
290 "--test-launcher-print-test-stdio=always" | 293 "--test-launcher-print-test-stdio=always" |
291 ], | 294 ], |
292 "test": "sandbox_linux_unittests" | 295 "test": "sandbox_linux_unittests" |
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
500 { | 503 { |
501 "swarming": { | 504 "swarming": { |
502 "can_use_on_swarming_builders": true | 505 "can_use_on_swarming_builders": true |
503 }, | 506 }, |
504 "test": "net_unittests" | 507 "test": "net_unittests" |
505 }, | 508 }, |
506 { | 509 { |
507 "test": "ppapi_unittests" | 510 "test": "ppapi_unittests" |
508 }, | 511 }, |
509 { | 512 { |
| 513 "swarming": { |
| 514 "can_use_on_swarming_builders": true |
| 515 }, |
510 "test": "printing_unittests" | 516 "test": "printing_unittests" |
511 }, | 517 }, |
512 { | 518 { |
513 "test": "remoting_unittests" | 519 "test": "remoting_unittests" |
514 }, | 520 }, |
515 { | 521 { |
516 "args": [ | 522 "args": [ |
517 "--test-launcher-print-test-stdio=always" | 523 "--test-launcher-print-test-stdio=always" |
518 ], | 524 ], |
519 "test": "sandbox_linux_unittests" | 525 "test": "sandbox_linux_unittests" |
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
726 { | 732 { |
727 "swarming": { | 733 "swarming": { |
728 "can_use_on_swarming_builders": true | 734 "can_use_on_swarming_builders": true |
729 }, | 735 }, |
730 "test": "net_unittests" | 736 "test": "net_unittests" |
731 }, | 737 }, |
732 { | 738 { |
733 "test": "ppapi_unittests" | 739 "test": "ppapi_unittests" |
734 }, | 740 }, |
735 { | 741 { |
| 742 "swarming": { |
| 743 "can_use_on_swarming_builders": true |
| 744 }, |
736 "test": "printing_unittests" | 745 "test": "printing_unittests" |
737 }, | 746 }, |
738 { | 747 { |
739 "test": "remoting_unittests" | 748 "test": "remoting_unittests" |
740 }, | 749 }, |
741 { | 750 { |
742 "args": [ | 751 "args": [ |
743 "--test-launcher-print-test-stdio=always" | 752 "--test-launcher-print-test-stdio=always" |
744 ], | 753 ], |
745 "test": "sandbox_linux_unittests" | 754 "test": "sandbox_linux_unittests" |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
785 }, | 794 }, |
786 { | 795 { |
787 "test": "views_unittests" | 796 "test": "views_unittests" |
788 }, | 797 }, |
789 { | 798 { |
790 "test": "wm_unittests" | 799 "test": "wm_unittests" |
791 } | 800 } |
792 ] | 801 ] |
793 } | 802 } |
794 } | 803 } |
OLD | NEW |