| 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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 83 { | 83 { |
| 84 "test": "display_unittests" | 84 "test": "display_unittests" |
| 85 }, | 85 }, |
| 86 { | 86 { |
| 87 "swarming": { | 87 "swarming": { |
| 88 "can_use_on_swarming_builders": true | 88 "can_use_on_swarming_builders": true |
| 89 }, | 89 }, |
| 90 "test": "events_unittests" | 90 "test": "events_unittests" |
| 91 }, | 91 }, |
| 92 { | 92 { |
| 93 "swarming": { |
| 94 "can_use_on_swarming_builders": true |
| 95 }, |
| 93 "test": "extensions_browsertests" | 96 "test": "extensions_browsertests" |
| 94 }, | 97 }, |
| 95 { | 98 { |
| 96 "test": "extensions_unittests" | 99 "test": "extensions_unittests" |
| 97 }, | 100 }, |
| 98 { | 101 { |
| 99 "test": "gcm_unit_tests" | 102 "test": "gcm_unit_tests" |
| 100 }, | 103 }, |
| 101 { | 104 { |
| 102 "test": "gl_unittests" | 105 "test": "gl_unittests" |
| (...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 275 { | 278 { |
| 276 "test": "display_unittests" | 279 "test": "display_unittests" |
| 277 }, | 280 }, |
| 278 { | 281 { |
| 279 "swarming": { | 282 "swarming": { |
| 280 "can_use_on_swarming_builders": true | 283 "can_use_on_swarming_builders": true |
| 281 }, | 284 }, |
| 282 "test": "events_unittests" | 285 "test": "events_unittests" |
| 283 }, | 286 }, |
| 284 { | 287 { |
| 288 "swarming": { |
| 289 "can_use_on_swarming_builders": true |
| 290 }, |
| 285 "test": "extensions_browsertests" | 291 "test": "extensions_browsertests" |
| 286 }, | 292 }, |
| 287 { | 293 { |
| 288 "test": "extensions_unittests" | 294 "test": "extensions_unittests" |
| 289 }, | 295 }, |
| 290 { | 296 { |
| 291 "test": "gcm_unit_tests" | 297 "test": "gcm_unit_tests" |
| 292 }, | 298 }, |
| 293 { | 299 { |
| 294 "test": "gfx_unittests" | 300 "test": "gfx_unittests" |
| (...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 550 }, | 556 }, |
| 551 { | 557 { |
| 552 "test": "views_unittests" | 558 "test": "views_unittests" |
| 553 }, | 559 }, |
| 554 { | 560 { |
| 555 "test": "wm_unittests" | 561 "test": "wm_unittests" |
| 556 } | 562 } |
| 557 ] | 563 ] |
| 558 } | 564 } |
| 559 } | 565 } |
| OLD | NEW |