OLD | NEW |
1 { | 1 { |
2 "Android GN": { | 2 "Android GN": { |
3 "additional_compile_targets": [ | 3 "additional_compile_targets": [ |
4 "blimp", | 4 "blimp_tests", |
5 "chrome_public_apk", | 5 "chrome_public_apk", |
6 "chrome_public_test_apk", | 6 "chrome_public_test_apk", |
7 "content_shell_apk", | 7 "content_shell_apk", |
8 "mandoline:all" | 8 "mandoline:all" |
9 ], | 9 ], |
10 "gtest_tests": [ | 10 "gtest_tests": [ |
11 { | 11 { |
12 "test": "html_viewer_unittests" | 12 "test": "html_viewer_unittests" |
13 }, | 13 }, |
14 { | 14 { |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
65 { | 65 { |
66 "test": "resource_provider_unittests" | 66 "test": "resource_provider_unittests" |
67 }, | 67 }, |
68 { | 68 { |
69 "test": "view_manager_unittests" | 69 "test": "view_manager_unittests" |
70 } | 70 } |
71 ] | 71 ] |
72 }, | 72 }, |
73 "Android GN (dbg)": { | 73 "Android GN (dbg)": { |
74 "additional_compile_targets": [ | 74 "additional_compile_targets": [ |
75 "blimp", | 75 "blimp_tests", |
76 "chrome_public_apk", | 76 "chrome_public_apk", |
77 "chrome_public_test_apk", | 77 "chrome_public_test_apk", |
78 "content_shell_apk", | 78 "content_shell_apk", |
79 "content_shell_test_apk", | 79 "content_shell_test_apk", |
80 "mandoline:all" | 80 "mandoline:all" |
81 ] | 81 ] |
82 }, | 82 }, |
83 "Android Tests": { | 83 "Android Tests": { |
84 "scripts": [ | 84 "scripts": [ |
85 { | 85 { |
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
233 { | 233 { |
234 "swarming": { | 234 "swarming": { |
235 "can_use_on_swarming_builders": true | 235 "can_use_on_swarming_builders": true |
236 }, | 236 }, |
237 "test": "url_unittests" | 237 "test": "url_unittests" |
238 } | 238 } |
239 ] | 239 ] |
240 }, | 240 }, |
241 "Linux GN": { | 241 "Linux GN": { |
242 "additional_compile_targets": [ | 242 "additional_compile_targets": [ |
243 "blimp", | |
244 "mandoline:all" | 243 "mandoline:all" |
245 ], | 244 ], |
246 "gtest_tests": [ | 245 "gtest_tests": [ |
247 { | 246 { |
248 "swarming": { | 247 "swarming": { |
249 "can_use_on_swarming_builders": true | 248 "can_use_on_swarming_builders": true |
250 }, | 249 }, |
251 "test": "accessibility_unittests" | 250 "test": "accessibility_unittests" |
252 }, | 251 }, |
253 { | 252 { |
(...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
597 "name": "mojo_apptests", | 596 "name": "mojo_apptests", |
598 "script": "mojo_apptests.py" | 597 "script": "mojo_apptests.py" |
599 } | 598 } |
600 ] | 599 ] |
601 }, | 600 }, |
602 "Linux GN (dbg)": { | 601 "Linux GN (dbg)": { |
603 "additional_compile_targets": [ | 602 "additional_compile_targets": [ |
604 "accessibility_unittests", | 603 "accessibility_unittests", |
605 "app_list_unittests", | 604 "app_list_unittests", |
606 "aura_unittests", | 605 "aura_unittests", |
607 "blimp", | |
608 "browser_tests", | 606 "browser_tests", |
609 "cacheinvalidation_unittests", | 607 "cacheinvalidation_unittests", |
610 "cast_unittests", | 608 "cast_unittests", |
611 "cc_unittests", | 609 "cc_unittests", |
612 "chromedriver_unittests", | 610 "chromedriver_unittests", |
613 "components_browsertests", | 611 "components_browsertests", |
614 "components_unittests", | 612 "components_unittests", |
615 "content_browsertests", | 613 "content_browsertests", |
616 "content_unittests", | 614 "content_unittests", |
617 "crypto_unittests", | 615 "crypto_unittests", |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
650 "views_unittests", | 648 "views_unittests", |
651 "wm_unittests" | 649 "wm_unittests" |
652 ] | 650 ] |
653 }, | 651 }, |
654 "Linux GN Clobber": { | 652 "Linux GN Clobber": { |
655 "additional_compile_targets": [ | 653 "additional_compile_targets": [ |
656 "all" | 654 "all" |
657 ] | 655 ] |
658 }, | 656 }, |
659 "Linux Tests": { | 657 "Linux Tests": { |
| 658 "additional_compile_targets": [ |
| 659 "blimp_tests" |
| 660 ], |
660 "gtest_tests": [ | 661 "gtest_tests": [ |
661 { | 662 { |
662 "swarming": { | 663 "swarming": { |
663 "can_use_on_swarming_builders": true | 664 "can_use_on_swarming_builders": true |
664 }, | 665 }, |
665 "test": "accessibility_unittests" | 666 "test": "accessibility_unittests" |
666 }, | 667 }, |
667 { | 668 { |
668 "swarming": { | 669 "swarming": { |
669 "can_use_on_swarming_builders": true | 670 "can_use_on_swarming_builders": true |
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1037 "name": "nacl_integration", | 1038 "name": "nacl_integration", |
1038 "script": "nacl_integration.py" | 1039 "script": "nacl_integration.py" |
1039 }, | 1040 }, |
1040 { | 1041 { |
1041 "name": "mojo_apptests", | 1042 "name": "mojo_apptests", |
1042 "script": "mojo_apptests.py" | 1043 "script": "mojo_apptests.py" |
1043 } | 1044 } |
1044 ] | 1045 ] |
1045 }, | 1046 }, |
1046 "Linux Tests (dbg)(1)": { | 1047 "Linux Tests (dbg)(1)": { |
| 1048 "additional_compile_targets": [ |
| 1049 "blimp_tests" |
| 1050 ], |
1047 "gtest_tests": [ | 1051 "gtest_tests": [ |
1048 { | 1052 { |
1049 "swarming": { | 1053 "swarming": { |
1050 "can_use_on_swarming_builders": true | 1054 "can_use_on_swarming_builders": true |
1051 }, | 1055 }, |
1052 "test": "accessibility_unittests" | 1056 "test": "accessibility_unittests" |
1053 }, | 1057 }, |
1054 { | 1058 { |
1055 "swarming": { | 1059 "swarming": { |
1056 "can_use_on_swarming_builders": true | 1060 "can_use_on_swarming_builders": true |
(...skipping 654 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1711 } | 1715 } |
1712 ], | 1716 ], |
1713 "scripts": [ | 1717 "scripts": [ |
1714 { | 1718 { |
1715 "name": "nacl_integration", | 1719 "name": "nacl_integration", |
1716 "script": "nacl_integration.py" | 1720 "script": "nacl_integration.py" |
1717 } | 1721 } |
1718 ] | 1722 ] |
1719 } | 1723 } |
1720 } | 1724 } |
OLD | NEW |