| OLD | NEW |
| 1 { | 1 { |
| 2 "Linux ChromiumOS GN": { | 2 "Linux ChromiumOS GN": { |
| 3 "additional_compile_targets": [ | 3 "additional_compile_targets": [ |
| 4 "accessibility_unittests", | 4 "accessibility_unittests", |
| 5 "app_list_unittests", | 5 "app_list_unittests", |
| 6 "aura_unittests", | 6 "aura_unittests", |
| 7 "browser_tests", | 7 "browser_tests", |
| 8 "cacheinvalidation_unittests", | 8 "cacheinvalidation_unittests", |
| 9 "chromedriver_unittests", | 9 "chromedriver_unittests", |
| 10 "chromeos_unittests", | 10 "chromeos_unittests", |
| (...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 231 }, | 231 }, |
| 232 "test": "interactive_ui_tests" | 232 "test": "interactive_ui_tests" |
| 233 }, | 233 }, |
| 234 { | 234 { |
| 235 "test": "ipc_tests" | 235 "test": "ipc_tests" |
| 236 }, | 236 }, |
| 237 { | 237 { |
| 238 "test": "jingle_unittests" | 238 "test": "jingle_unittests" |
| 239 }, | 239 }, |
| 240 { | 240 { |
| 241 "swarming": { |
| 242 "can_use_on_swarming_builders": true |
| 243 }, |
| 241 "test": "media_unittests" | 244 "test": "media_unittests" |
| 242 }, | 245 }, |
| 243 { | 246 { |
| 244 "test": "message_center_unittests" | 247 "test": "message_center_unittests" |
| 245 }, | 248 }, |
| 246 { | 249 { |
| 247 "test": "midi_unittests" | 250 "test": "midi_unittests" |
| 248 }, | 251 }, |
| 249 { | 252 { |
| 250 "test": "nacl_helper_nonsfi_unittests" | 253 "test": "nacl_helper_nonsfi_unittests" |
| (...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 434 }, | 437 }, |
| 435 "test": "interactive_ui_tests" | 438 "test": "interactive_ui_tests" |
| 436 }, | 439 }, |
| 437 { | 440 { |
| 438 "test": "ipc_tests" | 441 "test": "ipc_tests" |
| 439 }, | 442 }, |
| 440 { | 443 { |
| 441 "test": "jingle_unittests" | 444 "test": "jingle_unittests" |
| 442 }, | 445 }, |
| 443 { | 446 { |
| 447 "swarming": { |
| 448 "can_use_on_swarming_builders": true |
| 449 }, |
| 444 "test": "media_unittests" | 450 "test": "media_unittests" |
| 445 }, | 451 }, |
| 446 { | 452 { |
| 447 "test": "message_center_unittests" | 453 "test": "message_center_unittests" |
| 448 }, | 454 }, |
| 449 { | 455 { |
| 450 "test": "midi_unittests" | 456 "test": "midi_unittests" |
| 451 }, | 457 }, |
| 452 { | 458 { |
| 453 "test": "nacl_helper_nonsfi_unittests" | 459 "test": "nacl_helper_nonsfi_unittests" |
| (...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 633 }, | 639 }, |
| 634 "test": "interactive_ui_tests" | 640 "test": "interactive_ui_tests" |
| 635 }, | 641 }, |
| 636 { | 642 { |
| 637 "test": "ipc_tests" | 643 "test": "ipc_tests" |
| 638 }, | 644 }, |
| 639 { | 645 { |
| 640 "test": "jingle_unittests" | 646 "test": "jingle_unittests" |
| 641 }, | 647 }, |
| 642 { | 648 { |
| 649 "swarming": { |
| 650 "can_use_on_swarming_builders": true |
| 651 }, |
| 643 "test": "media_unittests" | 652 "test": "media_unittests" |
| 644 }, | 653 }, |
| 645 { | 654 { |
| 646 "test": "message_center_unittests" | 655 "test": "message_center_unittests" |
| 647 }, | 656 }, |
| 648 { | 657 { |
| 649 "test": "midi_unittests" | 658 "test": "midi_unittests" |
| 650 }, | 659 }, |
| 651 { | 660 { |
| 652 "test": "nacl_helper_nonsfi_unittests" | 661 "test": "nacl_helper_nonsfi_unittests" |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 704 }, | 713 }, |
| 705 { | 714 { |
| 706 "test": "views_unittests" | 715 "test": "views_unittests" |
| 707 }, | 716 }, |
| 708 { | 717 { |
| 709 "test": "wm_unittests" | 718 "test": "wm_unittests" |
| 710 } | 719 } |
| 711 ] | 720 ] |
| 712 } | 721 } |
| 713 } | 722 } |
| OLD | NEW |