| OLD | NEW |
| 1 { | 1 { |
| 2 "XP Tests (1)": { | 2 "XP Tests (1)": { |
| 3 "gtest_tests": [ | 3 "gtest_tests": [ |
| 4 "accessibility_unittests", | 4 "accessibility_unittests", |
| 5 { | 5 { |
| 6 "test": "base_unittests", | 6 "test": "base_unittests", |
| 7 "swarming": { | 7 "swarming": { |
| 8 "can_use_on_swarming_builders": true | 8 "can_use_on_swarming_builders": true |
| 9 } | 9 } |
| 10 }, | 10 }, |
| (...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 202 "script": "telemetry_unittests.py" | 202 "script": "telemetry_unittests.py" |
| 203 }, | 203 }, |
| 204 { | 204 { |
| 205 "name": "telemetry_perf_unittests", | 205 "name": "telemetry_perf_unittests", |
| 206 "script": "telemetry_perf_unittests.py" | 206 "script": "telemetry_perf_unittests.py" |
| 207 } | 207 } |
| 208 ] | 208 ] |
| 209 }, | 209 }, |
| 210 "Win7 Tests (1)": { | 210 "Win7 Tests (1)": { |
| 211 "gtest_tests": [ | 211 "gtest_tests": [ |
| 212 "app_installer_unittests", |
| 212 "accessibility_unittests", | 213 "accessibility_unittests", |
| 213 { | 214 { |
| 214 "test": "ash_unittests", | 215 "test": "ash_unittests", |
| 215 "swarming": { | 216 "swarming": { |
| 216 "can_use_on_swarming_builders": true | 217 "can_use_on_swarming_builders": true |
| 217 } | 218 } |
| 218 }, | 219 }, |
| 219 "app_shell_browsertests", | 220 "app_shell_browsertests", |
| 220 "app_shell_unittests", | 221 "app_shell_unittests", |
| 221 "aura_unittests", | 222 "aura_unittests", |
| (...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 540 "views_unittests", | 541 "views_unittests", |
| 541 "wm_unittests", | 542 "wm_unittests", |
| 542 "aura_unittests", | 543 "aura_unittests", |
| 543 "ash_unittests", | 544 "ash_unittests", |
| 544 "compositor_unittests", | 545 "compositor_unittests", |
| 545 "content_browsertests", | 546 "content_browsertests", |
| 546 "events_unittests" | 547 "events_unittests" |
| 547 ] | 548 ] |
| 548 } | 549 } |
| 549 } | 550 } |
| OLD | NEW |