| OLD | NEW |
| 1 { | 1 { |
| 2 "Linux ChromiumOS Tests (1)": { | 2 "Linux ChromiumOS 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 1863 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1874 "scripts": [ | 1874 "scripts": [ |
| 1875 { | 1875 { |
| 1876 "name": "webkit_lint", | 1876 "name": "webkit_lint", |
| 1877 "script": "webkit_lint.py" | 1877 "script": "webkit_lint.py" |
| 1878 }, | 1878 }, |
| 1879 { | 1879 { |
| 1880 "name": "webkit_python_tests", | 1880 "name": "webkit_python_tests", |
| 1881 "script": "webkit_python_tests.py" | 1881 "script": "webkit_python_tests.py" |
| 1882 } | 1882 } |
| 1883 ] | 1883 ] |
| 1884 }, | |
| 1885 "WebKit XP": { | |
| 1886 "gtest_tests": [ | |
| 1887 { | |
| 1888 "swarming": { | |
| 1889 "can_use_on_swarming_builders": true | |
| 1890 }, | |
| 1891 "test": "blink_heap_unittests" | |
| 1892 }, | |
| 1893 { | |
| 1894 "swarming": { | |
| 1895 "can_use_on_swarming_builders": true | |
| 1896 }, | |
| 1897 "test": "blink_platform_unittests" | |
| 1898 }, | |
| 1899 { | |
| 1900 "swarming": { | |
| 1901 "can_use_on_swarming_builders": true | |
| 1902 }, | |
| 1903 "test": "webkit_unit_tests" | |
| 1904 }, | |
| 1905 { | |
| 1906 "swarming": { | |
| 1907 "can_use_on_swarming_builders": true | |
| 1908 }, | |
| 1909 "test": "wtf_unittests" | |
| 1910 } | |
| 1911 ], | |
| 1912 "scripts": [ | |
| 1913 { | |
| 1914 "name": "webkit_lint", | |
| 1915 "script": "webkit_lint.py" | |
| 1916 }, | |
| 1917 { | |
| 1918 "name": "webkit_python_tests", | |
| 1919 "script": "webkit_python_tests.py" | |
| 1920 } | |
| 1921 ] | |
| 1922 } | 1884 } |
| 1923 } | 1885 } |
| OLD | NEW |