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 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
279 { | 279 { |
280 "test": "remoting_unittests" | 280 "test": "remoting_unittests" |
281 }, | 281 }, |
282 { | 282 { |
283 "args": [ | 283 "args": [ |
284 "--test-launcher-print-test-stdio=always" | 284 "--test-launcher-print-test-stdio=always" |
285 ], | 285 ], |
286 "test": "sandbox_linux_unittests" | 286 "test": "sandbox_linux_unittests" |
287 }, | 287 }, |
288 { | 288 { |
| 289 "swarming": { |
| 290 "can_use_on_swarming_builders": true |
| 291 }, |
289 "test": "skia_unittests" | 292 "test": "skia_unittests" |
290 }, | 293 }, |
291 { | 294 { |
292 "test": "sql_unittests" | 295 "test": "sql_unittests" |
293 }, | 296 }, |
294 { | 297 { |
295 "test": "sync_unit_tests" | 298 "test": "sync_unit_tests" |
296 }, | 299 }, |
297 { | 300 { |
298 "test": "ui_base_unittests" | 301 "test": "ui_base_unittests" |
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
491 { | 494 { |
492 "test": "remoting_unittests" | 495 "test": "remoting_unittests" |
493 }, | 496 }, |
494 { | 497 { |
495 "args": [ | 498 "args": [ |
496 "--test-launcher-print-test-stdio=always" | 499 "--test-launcher-print-test-stdio=always" |
497 ], | 500 ], |
498 "test": "sandbox_linux_unittests" | 501 "test": "sandbox_linux_unittests" |
499 }, | 502 }, |
500 { | 503 { |
| 504 "swarming": { |
| 505 "can_use_on_swarming_builders": true |
| 506 }, |
501 "test": "skia_unittests" | 507 "test": "skia_unittests" |
502 }, | 508 }, |
503 { | 509 { |
504 "test": "sql_unittests" | 510 "test": "sql_unittests" |
505 }, | 511 }, |
506 { | 512 { |
507 "test": "sync_unit_tests" | 513 "test": "sync_unit_tests" |
508 }, | 514 }, |
509 { | 515 { |
510 "test": "ui_base_unittests" | 516 "test": "ui_base_unittests" |
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
702 { | 708 { |
703 "test": "remoting_unittests" | 709 "test": "remoting_unittests" |
704 }, | 710 }, |
705 { | 711 { |
706 "args": [ | 712 "args": [ |
707 "--test-launcher-print-test-stdio=always" | 713 "--test-launcher-print-test-stdio=always" |
708 ], | 714 ], |
709 "test": "sandbox_linux_unittests" | 715 "test": "sandbox_linux_unittests" |
710 }, | 716 }, |
711 { | 717 { |
| 718 "swarming": { |
| 719 "can_use_on_swarming_builders": true |
| 720 }, |
712 "test": "skia_unittests" | 721 "test": "skia_unittests" |
713 }, | 722 }, |
714 { | 723 { |
715 "test": "sql_unittests" | 724 "test": "sql_unittests" |
716 }, | 725 }, |
717 { | 726 { |
718 "test": "sync_unit_tests" | 727 "test": "sync_unit_tests" |
719 }, | 728 }, |
720 { | 729 { |
721 "test": "ui_base_unittests" | 730 "test": "ui_base_unittests" |
(...skipping 18 matching lines...) Expand all Loading... |
740 }, | 749 }, |
741 { | 750 { |
742 "test": "views_unittests" | 751 "test": "views_unittests" |
743 }, | 752 }, |
744 { | 753 { |
745 "test": "wm_unittests" | 754 "test": "wm_unittests" |
746 } | 755 } |
747 ] | 756 ] |
748 } | 757 } |
749 } | 758 } |
OLD | NEW |