OLD | NEW |
1 { | 1 { |
2 "Mac GN": { | 2 "Mac GN": { |
3 "additional_compile_targets": [ | 3 "additional_compile_targets": [ |
4 "gn_all" | 4 "gn_all" |
5 ], | 5 ], |
6 "gtest_tests": [ | 6 "gtest_tests": [ |
7 { | 7 { |
8 "test": "base_unittests" | 8 "test": "base_unittests" |
9 } | 9 } |
10 ] | 10 ] |
(...skipping 1746 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1757 { | 1757 { |
1758 "swarming": { | 1758 "swarming": { |
1759 "can_use_on_swarming_builders": true | 1759 "can_use_on_swarming_builders": true |
1760 }, | 1760 }, |
1761 "test": "jingle_unittests" | 1761 "test": "jingle_unittests" |
1762 }, | 1762 }, |
1763 { | 1763 { |
1764 "swarming": { | 1764 "swarming": { |
1765 "can_use_on_swarming_builders": true | 1765 "can_use_on_swarming_builders": true |
1766 }, | 1766 }, |
| 1767 "test": "libaddressinput_unittests" |
| 1768 }, |
| 1769 { |
| 1770 "swarming": { |
| 1771 "can_use_on_swarming_builders": true |
| 1772 }, |
1767 "test": "media_blink_unittests" | 1773 "test": "media_blink_unittests" |
1768 }, | 1774 }, |
1769 { | 1775 { |
1770 "swarming": { | 1776 "swarming": { |
1771 "can_use_on_swarming_builders": true | 1777 "can_use_on_swarming_builders": true |
1772 }, | 1778 }, |
1773 "test": "media_unittests" | 1779 "test": "media_unittests" |
1774 }, | 1780 }, |
1775 { | 1781 { |
1776 "swarming": { | 1782 "swarming": { |
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1926 } | 1932 } |
1927 ], | 1933 ], |
1928 "scripts": [ | 1934 "scripts": [ |
1929 { | 1935 { |
1930 "name": "nacl_integration", | 1936 "name": "nacl_integration", |
1931 "script": "nacl_integration.py" | 1937 "script": "nacl_integration.py" |
1932 } | 1938 } |
1933 ] | 1939 ] |
1934 } | 1940 } |
1935 } | 1941 } |
OLD | NEW |