| OLD | NEW |
| (Empty) |
| 1 { | |
| 2 "gtest_tests": [ | |
| 3 "accessibility_unittests", | |
| 4 { | |
| 5 "swarming": { | |
| 6 "can_use_on_swarming_builders": true | |
| 7 }, | |
| 8 "test": "base_unittests" | |
| 9 }, | |
| 10 { | |
| 11 "swarming": { | |
| 12 "can_use_on_swarming_builders": true, | |
| 13 "shards": 10 | |
| 14 }, | |
| 15 "test": "browser_tests" | |
| 16 }, | |
| 17 "cacheinvalidation_unittests", | |
| 18 { | |
| 19 "swarming": { | |
| 20 "can_use_on_swarming_builders": true | |
| 21 }, | |
| 22 "test": "cc_unittests" | |
| 23 }, | |
| 24 { | |
| 25 "swarming": { | |
| 26 "can_use_on_swarming_builders": true | |
| 27 }, | |
| 28 "test": "components_browsertests" | |
| 29 }, | |
| 30 { | |
| 31 "swarming": { | |
| 32 "can_use_on_swarming_builders": true | |
| 33 }, | |
| 34 "test": "components_unittests" | |
| 35 }, | |
| 36 { | |
| 37 "swarming": { | |
| 38 "can_use_on_swarming_builders": true | |
| 39 }, | |
| 40 "test": "content_browsertests" | |
| 41 }, | |
| 42 { | |
| 43 "swarming": { | |
| 44 "can_use_on_swarming_builders": true | |
| 45 }, | |
| 46 "test": "content_unittests" | |
| 47 }, | |
| 48 { | |
| 49 "swarming": { | |
| 50 "can_use_on_swarming_builders": true | |
| 51 }, | |
| 52 "test": "crypto_unittests" | |
| 53 }, | |
| 54 "device_unittests", | |
| 55 { | |
| 56 "platforms": [ | |
| 57 "linux" | |
| 58 ], | |
| 59 "test": "display_unittests" | |
| 60 }, | |
| 61 "extensions_unittests", | |
| 62 "gcm_unit_tests", | |
| 63 "gfx_unittests", | |
| 64 "gl_unittests", | |
| 65 "google_apis_unittests", | |
| 66 { | |
| 67 "swarming": { | |
| 68 "can_use_on_swarming_builders": true | |
| 69 }, | |
| 70 "test": "gpu_unittests" | |
| 71 }, | |
| 72 { | |
| 73 "swarming": { | |
| 74 "can_use_on_swarming_builders": true, | |
| 75 "shards": 3 | |
| 76 }, | |
| 77 "test": "interactive_ui_tests" | |
| 78 }, | |
| 79 "ipc_tests", | |
| 80 "jingle_unittests", | |
| 81 { | |
| 82 "swarming": { | |
| 83 "can_use_on_swarming_builders": true | |
| 84 }, | |
| 85 "test": "media_unittests" | |
| 86 }, | |
| 87 { | |
| 88 "swarming": { | |
| 89 "can_use_on_swarming_builders": true | |
| 90 }, | |
| 91 "test": "midi_unittests" | |
| 92 }, | |
| 93 { | |
| 94 "swarming": { | |
| 95 "can_use_on_swarming_builders": true, | |
| 96 "shards": 2 | |
| 97 }, | |
| 98 "test": "net_unittests" | |
| 99 }, | |
| 100 "ppapi_unittests", | |
| 101 "printing_unittests", | |
| 102 "remoting_unittests", | |
| 103 { | |
| 104 "platforms": [ | |
| 105 "linux" | |
| 106 ], | |
| 107 "test": "sandbox_linux_unittests" | |
| 108 }, | |
| 109 "skia_unittests", | |
| 110 "sql_unittests", | |
| 111 "sync_unit_tests", | |
| 112 "ui_base_unittests", | |
| 113 { | |
| 114 "swarming": { | |
| 115 "can_use_on_swarming_builders": true, | |
| 116 "shards": 2 | |
| 117 }, | |
| 118 "test": "unit_tests" | |
| 119 }, | |
| 120 "url_unittests" | |
| 121 ] | |
| 122 } | |
| OLD | NEW |