| OLD | NEW |
| 1 { | 1 { |
| 2 "gtest_tests": [ | 2 "gtest_tests": [ |
| 3 "accessibility_unittests", | 3 "accessibility_unittests", |
| 4 { | 4 { |
| 5 "swarming": { | 5 "swarming": { |
| 6 "can_use_on_swarming_builders": true | 6 "can_use_on_swarming_builders": true |
| 7 }, | 7 }, |
| 8 "test": "base_unittests" | 8 "test": "base_unittests" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 59 "test": "display_unittests" | 59 "test": "display_unittests" |
| 60 }, | 60 }, |
| 61 "extensions_unittests", | 61 "extensions_unittests", |
| 62 "gcm_unit_tests", | 62 "gcm_unit_tests", |
| 63 "gfx_unittests", | 63 "gfx_unittests", |
| 64 "google_apis_unittests", | 64 "google_apis_unittests", |
| 65 { | 65 { |
| 66 "swarming": { | 66 "swarming": { |
| 67 "can_use_on_swarming_builders": true | 67 "can_use_on_swarming_builders": true |
| 68 }, | 68 }, |
| 69 "test": "gpu_ipc_service_unittests" |
| 70 }, |
| 71 { |
| 72 "swarming": { |
| 73 "can_use_on_swarming_builders": true |
| 74 }, |
| 69 "test": "gpu_unittests" | 75 "test": "gpu_unittests" |
| 70 }, | 76 }, |
| 71 { | 77 { |
| 72 "swarming": { | 78 "swarming": { |
| 73 "can_use_on_swarming_builders": true, | 79 "can_use_on_swarming_builders": true, |
| 74 "shards": 3 | 80 "shards": 3 |
| 75 }, | 81 }, |
| 76 "test": "interactive_ui_tests" | 82 "test": "interactive_ui_tests" |
| 77 }, | 83 }, |
| 78 "ipc_tests", | 84 "ipc_tests", |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 118 { | 124 { |
| 119 "swarming": { | 125 "swarming": { |
| 120 "can_use_on_swarming_builders": true, | 126 "can_use_on_swarming_builders": true, |
| 121 "shards": 2 | 127 "shards": 2 |
| 122 }, | 128 }, |
| 123 "test": "unit_tests" | 129 "test": "unit_tests" |
| 124 }, | 130 }, |
| 125 "url_unittests" | 131 "url_unittests" |
| 126 ] | 132 ] |
| 127 } | 133 } |
| OLD | NEW |