| 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 "media_unittests", | 52 { |
| 53 "test": "media_unittests", |
| 54 "swarming": { |
| 55 "can_use_on_swarming_builders": true |
| 56 } |
| 57 }, |
| 53 { | 58 { |
| 54 "test": "net_unittests", | 59 "test": "net_unittests", |
| 55 "swarming": { | 60 "swarming": { |
| 56 "can_use_on_swarming_builders": true | 61 "can_use_on_swarming_builders": true |
| 57 } | 62 } |
| 58 }, | 63 }, |
| 59 "ppapi_unittests", | 64 "ppapi_unittests", |
| 60 "printing_unittests", | 65 "printing_unittests", |
| 61 "remoting_unittests", | 66 "remoting_unittests", |
| 62 { | 67 { |
| 63 "test": "sandbox_linux_unittests", | 68 "test": "sandbox_linux_unittests", |
| 64 "platforms": ["linux"] | 69 "platforms": ["linux"] |
| 65 }, | 70 }, |
| 66 "skia_unittests", | 71 "skia_unittests", |
| 67 "sql_unittests", | 72 "sql_unittests", |
| 68 "sync_unit_tests", | 73 "sync_unit_tests", |
| 69 "ui_base_unittests", | 74 "ui_base_unittests", |
| 70 { | 75 { |
| 71 "test": "unit_tests", | 76 "test": "unit_tests", |
| 72 "swarming": { | 77 "swarming": { |
| 73 "can_use_on_swarming_builders": true, | 78 "can_use_on_swarming_builders": true, |
| 74 "shards": 2 | 79 "shards": 2 |
| 75 } | 80 } |
| 76 }, | 81 }, |
| 77 "url_unittests" | 82 "url_unittests" |
| 78 ] | 83 ] |
| 79 } | 84 } |
| OLD | NEW |