| OLD | NEW |
| 1 { | 1 { |
| 2 "Win 7 Tests x64 (1)": { | 2 "Win 7 Tests x64 (1)": { |
| 3 "gtest_tests": [ | 3 "gtest_tests": [ |
| 4 { | 4 { |
| 5 "swarming": { | 5 "swarming": { |
| 6 "can_use_on_swarming_builders": true | 6 "can_use_on_swarming_builders": true |
| 7 }, | 7 }, |
| 8 "test": "accessibility_unittests" | 8 "test": "accessibility_unittests" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 2176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2187 { | 2187 { |
| 2188 "test": "mojo_view_manager_lib_unittests" | 2188 "test": "mojo_view_manager_lib_unittests" |
| 2189 }, | 2189 }, |
| 2190 { | 2190 { |
| 2191 "test": "mash_unittests" | 2191 "test": "mash_unittests" |
| 2192 }, | 2192 }, |
| 2193 { | 2193 { |
| 2194 "test": "mus_ws_unittests" | 2194 "test": "mus_ws_unittests" |
| 2195 }, | 2195 }, |
| 2196 { | 2196 { |
| 2197 "test": "network_service_unittests" | |
| 2198 }, | |
| 2199 { | |
| 2200 "test": "resource_provider_unittests" | 2197 "test": "resource_provider_unittests" |
| 2201 }, | 2198 }, |
| 2202 { | 2199 { |
| 2203 "test": "ui_touch_selection_unittests" | 2200 "test": "ui_touch_selection_unittests" |
| 2204 } | 2201 } |
| 2205 ] | 2202 ] |
| 2206 }, | 2203 }, |
| 2207 "Win8 GN (dbg)": { | 2204 "Win8 GN (dbg)": { |
| 2208 "additional_compile_targets": [ | 2205 "additional_compile_targets": [ |
| 2209 "gn_all" | 2206 "gn_all" |
| 2210 ], | 2207 ], |
| 2211 "gtest_tests": [ | 2208 "gtest_tests": [ |
| 2212 { | 2209 { |
| 2213 "swarming": { | 2210 "swarming": { |
| 2214 "can_use_on_swarming_builders": true | 2211 "can_use_on_swarming_builders": true |
| 2215 }, | 2212 }, |
| 2216 "test": "content_browsertests" | 2213 "test": "content_browsertests" |
| 2217 }, | 2214 }, |
| 2218 { | 2215 { |
| 2219 "swarming": { | 2216 "swarming": { |
| 2220 "can_use_on_swarming_builders": true | 2217 "can_use_on_swarming_builders": true |
| 2221 }, | 2218 }, |
| 2222 "test": "events_unittests" | 2219 "test": "events_unittests" |
| 2223 } | 2220 } |
| 2224 ] | 2221 ] |
| 2225 } | 2222 } |
| 2226 } | 2223 } |
| OLD | NEW |