| 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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 42 "gpu_unittests", | 42 "gpu_unittests", |
| 43 { | 43 { |
| 44 "test": "interactive_ui_tests", | 44 "test": "interactive_ui_tests", |
| 45 "swarming": { | 45 "swarming": { |
| 46 "can_use_on_swarming_builders": true, | 46 "can_use_on_swarming_builders": true, |
| 47 "shards": 3 | 47 "shards": 3 |
| 48 } | 48 } |
| 49 }, | 49 }, |
| 50 "ipc_tests", | 50 "ipc_tests", |
| 51 "jingle_unittests", | 51 "jingle_unittests", |
| 52 { | 52 "media_unittests", |
| 53 "test": "media_unittests", | |
| 54 "swarming": { | |
| 55 "can_use_on_swarming_builders": true | |
| 56 } | |
| 57 }, | |
| 58 { | 53 { |
| 59 "test": "net_unittests", | 54 "test": "net_unittests", |
| 60 "swarming": { | 55 "swarming": { |
| 61 "can_use_on_swarming_builders": true | 56 "can_use_on_swarming_builders": true |
| 62 } | 57 } |
| 63 }, | 58 }, |
| 64 "ppapi_unittests", | 59 "ppapi_unittests", |
| 65 "printing_unittests", | 60 "printing_unittests", |
| 66 "remoting_unittests", | 61 "remoting_unittests", |
| 67 { | 62 { |
| 68 "test": "sandbox_linux_unittests", | 63 "test": "sandbox_linux_unittests", |
| 69 "platforms": ["linux"] | 64 "platforms": ["linux"] |
| 70 }, | 65 }, |
| 71 "skia_unittests", | 66 "skia_unittests", |
| 72 "sql_unittests", | 67 "sql_unittests", |
| 73 "sync_unit_tests", | 68 "sync_unit_tests", |
| 74 "ui_base_unittests", | 69 "ui_base_unittests", |
| 75 { | 70 { |
| 76 "test": "unit_tests", | 71 "test": "unit_tests", |
| 77 "swarming": { | 72 "swarming": { |
| 78 "can_use_on_swarming_builders": true, | 73 "can_use_on_swarming_builders": true, |
| 79 "shards": 2 | 74 "shards": 2 |
| 80 } | 75 } |
| 81 }, | 76 }, |
| 82 "url_unittests" | 77 "url_unittests" |
| 83 ] | 78 ] |
| 84 } | 79 } |
| OLD | NEW |