| OLD | NEW |
| 1 { | 1 { |
| 2 "Android GN": { | 2 "Android GN": { |
| 3 "additional_compile_targets": [ | 3 "additional_compile_targets": [ |
| 4 "gn_all" | 4 "gn_all" |
| 5 ], | 5 ], |
| 6 "gtest_tests": [ | 6 "gtest_tests": [ |
| 7 { | 7 { |
| 8 "test": "base_unittests" | 8 "test": "base_unittests" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 294 "swarming": { | 294 "swarming": { |
| 295 "can_use_on_swarming_builders": true | 295 "can_use_on_swarming_builders": true |
| 296 }, | 296 }, |
| 297 "test": "url_unittests" | 297 "test": "url_unittests" |
| 298 } | 298 } |
| 299 ] | 299 ] |
| 300 }, | 300 }, |
| 301 "Linux Builder": { | 301 "Linux Builder": { |
| 302 "additional_compile_targets": [ | 302 "additional_compile_targets": [ |
| 303 "blimp", | 303 "blimp", |
| 304 "components/mus/example:all", | |
| 305 "mandoline:all", | 304 "mandoline:all", |
| 305 "mash:all", |
| 306 "remoting_all" | 306 "remoting_all" |
| 307 ] | 307 ] |
| 308 }, | 308 }, |
| 309 "Linux Builder (dbg)": { | 309 "Linux Builder (dbg)": { |
| 310 "additional_compile_targets": [ | 310 "additional_compile_targets": [ |
| 311 "gn_all" | 311 "gn_all" |
| 312 ] | 312 ] |
| 313 }, | 313 }, |
| 314 "Linux Tests": { | 314 "Linux Tests": { |
| 315 "gtest_tests": [ | 315 "gtest_tests": [ |
| (...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 497 }, | 497 }, |
| 498 "test": "ipc_tests" | 498 "test": "ipc_tests" |
| 499 }, | 499 }, |
| 500 { | 500 { |
| 501 "swarming": { | 501 "swarming": { |
| 502 "can_use_on_swarming_builders": true | 502 "can_use_on_swarming_builders": true |
| 503 }, | 503 }, |
| 504 "test": "jingle_unittests" | 504 "test": "jingle_unittests" |
| 505 }, | 505 }, |
| 506 { | 506 { |
| 507 "test": "mash_unittests" |
| 508 }, |
| 509 { |
| 507 "swarming": { | 510 "swarming": { |
| 508 "can_use_on_swarming_builders": true | 511 "can_use_on_swarming_builders": true |
| 509 }, | 512 }, |
| 510 "test": "media_blink_unittests" | 513 "test": "media_blink_unittests" |
| 511 }, | 514 }, |
| 512 { | 515 { |
| 513 "swarming": { | 516 "swarming": { |
| 514 "can_use_on_swarming_builders": true | 517 "can_use_on_swarming_builders": true |
| 515 }, | 518 }, |
| 516 "test": "media_unittests" | 519 "test": "media_unittests" |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 563 { | 566 { |
| 564 "test": "mojo_surfaces_lib_unittests" | 567 "test": "mojo_surfaces_lib_unittests" |
| 565 }, | 568 }, |
| 566 { | 569 { |
| 567 "test": "mojo_system_unittests" | 570 "test": "mojo_system_unittests" |
| 568 }, | 571 }, |
| 569 { | 572 { |
| 570 "test": "mojo_view_manager_lib_unittests" | 573 "test": "mojo_view_manager_lib_unittests" |
| 571 }, | 574 }, |
| 572 { | 575 { |
| 573 "test": "mustash_unittests" | |
| 574 }, | |
| 575 { | |
| 576 "swarming": { | 576 "swarming": { |
| 577 "can_use_on_swarming_builders": true | 577 "can_use_on_swarming_builders": true |
| 578 }, | 578 }, |
| 579 "test": "nacl_loader_unittests" | 579 "test": "nacl_loader_unittests" |
| 580 }, | 580 }, |
| 581 { | 581 { |
| 582 "swarming": { | 582 "swarming": { |
| 583 "can_use_on_swarming_builders": true | 583 "can_use_on_swarming_builders": true |
| 584 }, | 584 }, |
| 585 "test": "net_unittests" | 585 "test": "net_unittests" |
| (...skipping 826 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1412 } | 1412 } |
| 1413 ], | 1413 ], |
| 1414 "scripts": [ | 1414 "scripts": [ |
| 1415 { | 1415 { |
| 1416 "name": "nacl_integration", | 1416 "name": "nacl_integration", |
| 1417 "script": "nacl_integration.py" | 1417 "script": "nacl_integration.py" |
| 1418 } | 1418 } |
| 1419 ] | 1419 ] |
| 1420 } | 1420 } |
| 1421 } | 1421 } |
| OLD | NEW |