| OLD | NEW |
| 1 { | 1 { |
| 2 "Android Cloud Tests": { | 2 "Android Cloud Tests": { |
| 3 "gtest_tests": [ | 3 "gtest_tests": [ |
| 4 { | 4 { |
| 5 "test": "android_webview_unittests" | 5 "test": "android_webview_unittests" |
| 6 }, | 6 }, |
| 7 { | 7 { |
| 8 "test": "base_unittests" | 8 "test": "base_unittests" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 1772 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1783 { | 1783 { |
| 1784 "test": "sql_unittests" | 1784 "test": "sql_unittests" |
| 1785 }, | 1785 }, |
| 1786 { | 1786 { |
| 1787 "test": "sync_integration_tests" | 1787 "test": "sync_integration_tests" |
| 1788 }, | 1788 }, |
| 1789 { | 1789 { |
| 1790 "test": "sync_unit_tests" | 1790 "test": "sync_unit_tests" |
| 1791 }, | 1791 }, |
| 1792 { | 1792 { |
| 1793 "swarming": { |
| 1794 "can_use_on_swarming_builders": true |
| 1795 }, |
| 1793 "test": "ui_base_unittests" | 1796 "test": "ui_base_unittests" |
| 1794 }, | 1797 }, |
| 1795 { | 1798 { |
| 1796 "swarming": { | 1799 "swarming": { |
| 1797 "can_use_on_swarming_builders": true | 1800 "can_use_on_swarming_builders": true |
| 1798 }, | 1801 }, |
| 1799 "test": "unit_tests" | 1802 "test": "unit_tests" |
| 1800 }, | 1803 }, |
| 1801 { | 1804 { |
| 1802 "test": "url_unittests" | 1805 "test": "url_unittests" |
| 1803 }, | 1806 }, |
| 1804 { | 1807 { |
| 1805 "swarming": { | 1808 "swarming": { |
| 1806 "can_use_on_swarming_builders": true | 1809 "can_use_on_swarming_builders": true |
| 1807 }, | 1810 }, |
| 1808 "test": "webkit_unit_tests" | 1811 "test": "webkit_unit_tests" |
| 1809 }, | 1812 }, |
| 1810 { | 1813 { |
| 1811 "swarming": { | 1814 "swarming": { |
| 1812 "can_use_on_swarming_builders": true | 1815 "can_use_on_swarming_builders": true |
| 1813 }, | 1816 }, |
| 1814 "test": "wtf_unittests" | 1817 "test": "wtf_unittests" |
| 1815 } | 1818 } |
| 1816 ], | 1819 ], |
| 1817 "isolated_scripts": [ | |
| 1818 { | |
| 1819 "isolate_name": "telemetry_gpu_unittests", | |
| 1820 "name": "telemetry_gpu_unittests", | |
| 1821 "override_compile_targets": [ | |
| 1822 "telemetry_gpu_unittests_run" | |
| 1823 ], | |
| 1824 "swarming": { | |
| 1825 "can_use_on_swarming_builders": true | |
| 1826 } | |
| 1827 }, | |
| 1828 { | |
| 1829 "isolate_name": "telemetry_perf_unittests", | |
| 1830 "name": "telemetry_perf_unittests", | |
| 1831 "override_compile_targets": [ | |
| 1832 "telemetry_perf_unittests_run" | |
| 1833 ], | |
| 1834 "swarming": { | |
| 1835 "can_use_on_swarming_builders": true | |
| 1836 } | |
| 1837 }, | |
| 1838 { | |
| 1839 "isolate_name": "telemetry_unittests", | |
| 1840 "name": "telemetry_unittests", | |
| 1841 "override_compile_targets": [ | |
| 1842 "telemetry_unittests_run" | |
| 1843 ], | |
| 1844 "swarming": { | |
| 1845 "can_use_on_swarming_builders": true | |
| 1846 } | |
| 1847 } | |
| 1848 ], | |
| 1849 "scripts": [ | 1820 "scripts": [ |
| 1850 { | 1821 { |
| 1851 "name": "nacl_integration", | 1822 "name": "nacl_integration", |
| 1852 "script": "nacl_integration.py" | 1823 "script": "nacl_integration.py" |
| 1853 } | 1824 } |
| 1854 ] | 1825 ] |
| 1855 }, | 1826 }, |
| 1856 "ClangToTWin tester": { | 1827 "ClangToTWin tester": { |
| 1857 "gtest_tests": [ | 1828 "gtest_tests": [ |
| 1858 { | 1829 { |
| (...skipping 3979 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5838 }, | 5809 }, |
| 5839 { | 5810 { |
| 5840 "args": [ | 5811 "args": [ |
| 5841 "--site-per-process" | 5812 "--site-per-process" |
| 5842 ], | 5813 ], |
| 5843 "test": "unit_tests" | 5814 "test": "unit_tests" |
| 5844 } | 5815 } |
| 5845 ] | 5816 ] |
| 5846 } | 5817 } |
| 5847 } | 5818 } |
| OLD | NEW |