| OLD | NEW |
| 1 { | 1 { |
| 2 "gtest_tests": [ | 2 "gtest_tests": [ |
| 3 "accessibility_unittests", | 3 "accessibility_unittests", |
| 4 { | 4 { |
| 5 "test": "base_unittests", | 5 "test": "base_unittests", |
| 6 "swarming": { | 6 "swarming": { |
| 7 "can_use_on_swarming_builders": true | 7 "can_use_on_swarming_builders": true |
| 8 } | 8 } |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 27 matching lines...) Expand all Loading... |
| 38 "swarming": { | 38 "swarming": { |
| 39 "can_use_on_swarming_builders": true | 39 "can_use_on_swarming_builders": true |
| 40 } | 40 } |
| 41 }, | 41 }, |
| 42 { | 42 { |
| 43 "test": "content_unittests", | 43 "test": "content_unittests", |
| 44 "swarming": { | 44 "swarming": { |
| 45 "can_use_on_swarming_builders": true | 45 "can_use_on_swarming_builders": true |
| 46 } | 46 } |
| 47 }, | 47 }, |
| 48 "crypto_unittests", | 48 { |
| 49 "test": "crypto_unittests", |
| 50 "swarming": { |
| 51 "can_use_on_swarming_builders": true |
| 52 } |
| 53 }, |
| 49 "device_unittests", | 54 "device_unittests", |
| 50 { | 55 { |
| 51 "test": "display_unittests", | 56 "test": "display_unittests", |
| 52 "platforms": ["linux"] | 57 "platforms": ["linux"] |
| 53 }, | 58 }, |
| 54 "extensions_unittests", | 59 "extensions_unittests", |
| 55 "gcm_unit_tests", | 60 "gcm_unit_tests", |
| 56 "gfx_unittests", | 61 "gfx_unittests", |
| 57 "google_apis_unittests", | 62 "google_apis_unittests", |
| 58 { | 63 { |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 97 { | 102 { |
| 98 "test": "unit_tests", | 103 "test": "unit_tests", |
| 99 "swarming": { | 104 "swarming": { |
| 100 "can_use_on_swarming_builders": true, | 105 "can_use_on_swarming_builders": true, |
| 101 "shards": 2 | 106 "shards": 2 |
| 102 } | 107 } |
| 103 }, | 108 }, |
| 104 "url_unittests" | 109 "url_unittests" |
| 105 ] | 110 ] |
| 106 } | 111 } |
| OLD | NEW |