| OLD | NEW |
| 1 { | 1 { |
| 2 "Linux ChromiumOS Tests (1)": { | 2 "Linux ChromiumOS Tests (1)": { |
| 3 "gtest_tests": [ | 3 "gtest_tests": [ |
| 4 { | 4 { |
| 5 "swarming": { |
| 6 "can_use_on_swarming_builders": true |
| 7 }, |
| 5 "test": "accessibility_unittests" | 8 "test": "accessibility_unittests" |
| 6 }, | 9 }, |
| 7 { | 10 { |
| 8 "test": "app_list_unittests" | 11 "test": "app_list_unittests" |
| 9 }, | 12 }, |
| 10 { | 13 { |
| 11 "test": "app_shell_unittests" | 14 "test": "app_shell_unittests" |
| 12 }, | 15 }, |
| 13 { | 16 { |
| 14 "swarming": { | 17 "swarming": { |
| (...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 168 "test": "wm_unittests" | 171 "test": "wm_unittests" |
| 169 } | 172 } |
| 170 ] | 173 ] |
| 171 }, | 174 }, |
| 172 "Linux ChromiumOS Tests (2)": { | 175 "Linux ChromiumOS Tests (2)": { |
| 173 "gtest_tests": [] | 176 "gtest_tests": [] |
| 174 }, | 177 }, |
| 175 "Linux ChromiumOS Tests (dbg)(1)": { | 178 "Linux ChromiumOS Tests (dbg)(1)": { |
| 176 "gtest_tests": [ | 179 "gtest_tests": [ |
| 177 { | 180 { |
| 181 "swarming": { |
| 182 "can_use_on_swarming_builders": true |
| 183 }, |
| 178 "test": "accessibility_unittests" | 184 "test": "accessibility_unittests" |
| 179 }, | 185 }, |
| 180 { | 186 { |
| 181 "test": "app_list_unittests" | 187 "test": "app_list_unittests" |
| 182 }, | 188 }, |
| 183 { | 189 { |
| 184 "test": "app_shell_unittests" | 190 "test": "app_shell_unittests" |
| 185 }, | 191 }, |
| 186 { | 192 { |
| 187 "swarming": { | 193 "swarming": { |
| (...skipping 696 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 884 "name": "webkit_lint", | 890 "name": "webkit_lint", |
| 885 "script": "webkit_lint.py" | 891 "script": "webkit_lint.py" |
| 886 }, | 892 }, |
| 887 { | 893 { |
| 888 "name": "webkit_python_tests", | 894 "name": "webkit_python_tests", |
| 889 "script": "webkit_python_tests.py" | 895 "script": "webkit_python_tests.py" |
| 890 } | 896 } |
| 891 ] | 897 ] |
| 892 } | 898 } |
| 893 } | 899 } |
| OLD | NEW |