| 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 { |
| 11 "swarming": { |
| 12 "can_use_on_swarming_builders": true |
| 13 }, |
| 11 "test": "app_list_unittests" | 14 "test": "app_list_unittests" |
| 12 }, | 15 }, |
| 13 { | 16 { |
| 14 "test": "app_shell_unittests" | 17 "test": "app_shell_unittests" |
| 15 }, | 18 }, |
| 16 { | 19 { |
| 17 "swarming": { | 20 "swarming": { |
| 18 "can_use_on_swarming_builders": true | 21 "can_use_on_swarming_builders": true |
| 19 }, | 22 }, |
| 20 "test": "ash_unittests" | 23 "test": "ash_unittests" |
| (...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 177 }, | 180 }, |
| 178 "Linux ChromiumOS Tests (dbg)(1)": { | 181 "Linux ChromiumOS Tests (dbg)(1)": { |
| 179 "gtest_tests": [ | 182 "gtest_tests": [ |
| 180 { | 183 { |
| 181 "swarming": { | 184 "swarming": { |
| 182 "can_use_on_swarming_builders": true | 185 "can_use_on_swarming_builders": true |
| 183 }, | 186 }, |
| 184 "test": "accessibility_unittests" | 187 "test": "accessibility_unittests" |
| 185 }, | 188 }, |
| 186 { | 189 { |
| 190 "swarming": { |
| 191 "can_use_on_swarming_builders": true |
| 192 }, |
| 187 "test": "app_list_unittests" | 193 "test": "app_list_unittests" |
| 188 }, | 194 }, |
| 189 { | 195 { |
| 190 "test": "app_shell_unittests" | 196 "test": "app_shell_unittests" |
| 191 }, | 197 }, |
| 192 { | 198 { |
| 193 "swarming": { | 199 "swarming": { |
| 194 "can_use_on_swarming_builders": true | 200 "can_use_on_swarming_builders": true |
| 195 }, | 201 }, |
| 196 "test": "ash_unittests" | 202 "test": "ash_unittests" |
| (...skipping 693 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 890 "name": "webkit_lint", | 896 "name": "webkit_lint", |
| 891 "script": "webkit_lint.py" | 897 "script": "webkit_lint.py" |
| 892 }, | 898 }, |
| 893 { | 899 { |
| 894 "name": "webkit_python_tests", | 900 "name": "webkit_python_tests", |
| 895 "script": "webkit_python_tests.py" | 901 "script": "webkit_python_tests.py" |
| 896 } | 902 } |
| 897 ] | 903 ] |
| 898 } | 904 } |
| 899 } | 905 } |
| OLD | NEW |