| 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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 104 { | 104 { |
| 105 "test": "extensions_unittests" | 105 "test": "extensions_unittests" |
| 106 }, | 106 }, |
| 107 { | 107 { |
| 108 "test": "gcm_unit_tests" | 108 "test": "gcm_unit_tests" |
| 109 }, | 109 }, |
| 110 { | 110 { |
| 111 "test": "google_apis_unittests" | 111 "test": "google_apis_unittests" |
| 112 }, | 112 }, |
| 113 { | 113 { |
| 114 "swarming": { |
| 115 "can_use_on_swarming_builders": true |
| 116 }, |
| 114 "test": "gpu_unittests" | 117 "test": "gpu_unittests" |
| 115 }, | 118 }, |
| 116 { | 119 { |
| 117 "swarming": { | 120 "swarming": { |
| 118 "can_use_on_swarming_builders": true | 121 "can_use_on_swarming_builders": true |
| 119 }, | 122 }, |
| 120 "test": "interactive_ui_tests" | 123 "test": "interactive_ui_tests" |
| 121 }, | 124 }, |
| 122 { | 125 { |
| 123 "test": "ipc_tests" | 126 "test": "ipc_tests" |
| (...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 290 { | 293 { |
| 291 "test": "extensions_unittests" | 294 "test": "extensions_unittests" |
| 292 }, | 295 }, |
| 293 { | 296 { |
| 294 "test": "gcm_unit_tests" | 297 "test": "gcm_unit_tests" |
| 295 }, | 298 }, |
| 296 { | 299 { |
| 297 "test": "google_apis_unittests" | 300 "test": "google_apis_unittests" |
| 298 }, | 301 }, |
| 299 { | 302 { |
| 303 "swarming": { |
| 304 "can_use_on_swarming_builders": true |
| 305 }, |
| 300 "test": "gpu_unittests" | 306 "test": "gpu_unittests" |
| 301 }, | 307 }, |
| 302 { | 308 { |
| 303 "swarming": { | 309 "swarming": { |
| 304 "can_use_on_swarming_builders": true, | 310 "can_use_on_swarming_builders": true, |
| 305 "shards": 3 | 311 "shards": 3 |
| 306 }, | 312 }, |
| 307 "test": "interactive_ui_tests" | 313 "test": "interactive_ui_tests" |
| 308 }, | 314 }, |
| 309 { | 315 { |
| (...skipping 760 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1070 "name": "webkit_lint", | 1076 "name": "webkit_lint", |
| 1071 "script": "webkit_lint.py" | 1077 "script": "webkit_lint.py" |
| 1072 }, | 1078 }, |
| 1073 { | 1079 { |
| 1074 "name": "webkit_python_tests", | 1080 "name": "webkit_python_tests", |
| 1075 "script": "webkit_python_tests.py" | 1081 "script": "webkit_python_tests.py" |
| 1076 } | 1082 } |
| 1077 ] | 1083 ] |
| 1078 } | 1084 } |
| 1079 } | 1085 } |
| OLD | NEW |