| 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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 56 "can_use_on_swarming_builders": true | 56 "can_use_on_swarming_builders": true |
| 57 } | 57 } |
| 58 }, | 58 }, |
| 59 "ppapi_unittests", | 59 "ppapi_unittests", |
| 60 "printing_unittests", | 60 "printing_unittests", |
| 61 "remoting_unittests", | 61 "remoting_unittests", |
| 62 { | 62 { |
| 63 "test": "sandbox_linux_unittests", | 63 "test": "sandbox_linux_unittests", |
| 64 "platforms": ["linux"] | 64 "platforms": ["linux"] |
| 65 }, | 65 }, |
| 66 "skia_unittests", | |
| 67 "sql_unittests", | 66 "sql_unittests", |
| 68 "sync_unit_tests", | 67 "sync_unit_tests", |
| 69 "ui_base_unittests", | 68 "ui_base_unittests", |
| 70 { | 69 { |
| 71 "test": "unit_tests", | 70 "test": "unit_tests", |
| 72 "swarming": { | 71 "swarming": { |
| 73 "can_use_on_swarming_builders": true, | 72 "can_use_on_swarming_builders": true, |
| 74 "shards": 2 | 73 "shards": 2 |
| 75 } | 74 } |
| 76 }, | 75 }, |
| 77 "url_unittests" | 76 "url_unittests" |
| 78 ] | 77 ] |
| 79 } | 78 } |
| OLD | NEW |