| OLD | NEW |
| 1 { | 1 { |
| 2 "Linux ChromeOS MSan Tests": { | 2 "Linux ChromeOS MSan Tests": { |
| 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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 { | 50 { |
| 51 "swarming": { | 51 "swarming": { |
| 52 "can_use_on_swarming_builders": true | 52 "can_use_on_swarming_builders": true |
| 53 }, | 53 }, |
| 54 "test": "components_unittests" | 54 "test": "components_unittests" |
| 55 }, | 55 }, |
| 56 { | 56 { |
| 57 "test": "compositor_unittests" | 57 "test": "compositor_unittests" |
| 58 }, | 58 }, |
| 59 { | 59 { |
| 60 "swarming": { |
| 61 "can_use_on_swarming_builders": true |
| 62 }, |
| 60 "test": "content_browsertests" | 63 "test": "content_browsertests" |
| 61 }, | 64 }, |
| 62 { | 65 { |
| 63 "swarming": { | 66 "swarming": { |
| 64 "can_use_on_swarming_builders": true | 67 "can_use_on_swarming_builders": true |
| 65 }, | 68 }, |
| 66 "test": "content_unittests" | 69 "test": "content_unittests" |
| 67 }, | 70 }, |
| 68 { | 71 { |
| 69 "swarming": { | 72 "swarming": { |
| (...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 245 { | 248 { |
| 246 "swarming": { | 249 "swarming": { |
| 247 "can_use_on_swarming_builders": true | 250 "can_use_on_swarming_builders": true |
| 248 }, | 251 }, |
| 249 "test": "components_unittests" | 252 "test": "components_unittests" |
| 250 }, | 253 }, |
| 251 { | 254 { |
| 252 "test": "compositor_unittests" | 255 "test": "compositor_unittests" |
| 253 }, | 256 }, |
| 254 { | 257 { |
| 258 "swarming": { |
| 259 "can_use_on_swarming_builders": true |
| 260 }, |
| 255 "test": "content_browsertests" | 261 "test": "content_browsertests" |
| 256 }, | 262 }, |
| 257 { | 263 { |
| 258 "swarming": { | 264 "swarming": { |
| 259 "can_use_on_swarming_builders": true | 265 "can_use_on_swarming_builders": true |
| 260 }, | 266 }, |
| 261 "test": "content_unittests" | 267 "test": "content_unittests" |
| 262 }, | 268 }, |
| 263 { | 269 { |
| 264 "swarming": { | 270 "swarming": { |
| (...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 562 }, | 568 }, |
| 563 { | 569 { |
| 564 "test": "views_unittests" | 570 "test": "views_unittests" |
| 565 }, | 571 }, |
| 566 { | 572 { |
| 567 "test": "wm_unittests" | 573 "test": "wm_unittests" |
| 568 } | 574 } |
| 569 ] | 575 ] |
| 570 } | 576 } |
| 571 } | 577 } |
| OLD | NEW |