OLD | NEW |
1 { | 1 { |
2 "Vista Tests (1)": { | 2 "Vista Tests (1)": { |
3 "gtest_tests": [ | 3 "gtest_tests": [ |
4 { | 4 { |
5 "swarming": { | 5 "swarming": { |
6 "can_use_on_swarming_builders": true | 6 "can_use_on_swarming_builders": true |
7 }, | 7 }, |
8 "test": "accessibility_unittests" | 8 "test": "accessibility_unittests" |
9 }, | 9 }, |
10 { | 10 { |
(...skipping 707 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
718 } | 718 } |
719 } | 719 } |
720 ], | 720 ], |
721 "scripts": [ | 721 "scripts": [ |
722 { | 722 { |
723 "name": "nacl_integration", | 723 "name": "nacl_integration", |
724 "script": "nacl_integration.py" | 724 "script": "nacl_integration.py" |
725 } | 725 } |
726 ] | 726 ] |
727 }, | 727 }, |
| 728 "Win Builder": { |
| 729 "additional_compile_targets": [ |
| 730 "battor_agent" |
| 731 ] |
| 732 }, |
728 "Win x64 GN": { | 733 "Win x64 GN": { |
729 "additional_compile_targets": [ | 734 "additional_compile_targets": [ |
730 "gn_all" | 735 "gn_all" |
731 ] | 736 ] |
732 }, | 737 }, |
733 "Win x64 GN (dbg)": { | 738 "Win x64 GN (dbg)": { |
734 "additional_compile_targets": [ | 739 "additional_compile_targets": [ |
735 "accessibility_unittests", | 740 "accessibility_unittests", |
736 "app_list_unittests", | 741 "app_list_unittests", |
737 "app_shell_unittests", | 742 "app_shell_unittests", |
(...skipping 1288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2026 } | 2031 } |
2027 ], | 2032 ], |
2028 "scripts": [ | 2033 "scripts": [ |
2029 { | 2034 { |
2030 "name": "nacl_integration", | 2035 "name": "nacl_integration", |
2031 "script": "nacl_integration.py" | 2036 "script": "nacl_integration.py" |
2032 } | 2037 } |
2033 ] | 2038 ] |
2034 } | 2039 } |
2035 } | 2040 } |
OLD | NEW |