| 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 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 234 }, | 234 }, |
| 235 "test": "interactive_ui_tests" | 235 "test": "interactive_ui_tests" |
| 236 }, | 236 }, |
| 237 { | 237 { |
| 238 "swarming": { | 238 "swarming": { |
| 239 "can_use_on_swarming_builders": true | 239 "can_use_on_swarming_builders": true |
| 240 }, | 240 }, |
| 241 "test": "ipc_tests" | 241 "test": "ipc_tests" |
| 242 }, | 242 }, |
| 243 { | 243 { |
| 244 "swarming": { |
| 245 "can_use_on_swarming_builders": true |
| 246 }, |
| 244 "test": "jingle_unittests" | 247 "test": "jingle_unittests" |
| 245 }, | 248 }, |
| 246 { | 249 { |
| 247 "swarming": { | 250 "swarming": { |
| 248 "can_use_on_swarming_builders": true | 251 "can_use_on_swarming_builders": true |
| 249 }, | 252 }, |
| 250 "test": "media_unittests" | 253 "test": "media_unittests" |
| 251 }, | 254 }, |
| 252 { | 255 { |
| 253 "swarming": { | 256 "swarming": { |
| (...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 464 }, | 467 }, |
| 465 "test": "interactive_ui_tests" | 468 "test": "interactive_ui_tests" |
| 466 }, | 469 }, |
| 467 { | 470 { |
| 468 "swarming": { | 471 "swarming": { |
| 469 "can_use_on_swarming_builders": true | 472 "can_use_on_swarming_builders": true |
| 470 }, | 473 }, |
| 471 "test": "ipc_tests" | 474 "test": "ipc_tests" |
| 472 }, | 475 }, |
| 473 { | 476 { |
| 477 "swarming": { |
| 478 "can_use_on_swarming_builders": true |
| 479 }, |
| 474 "test": "jingle_unittests" | 480 "test": "jingle_unittests" |
| 475 }, | 481 }, |
| 476 { | 482 { |
| 477 "swarming": { | 483 "swarming": { |
| 478 "can_use_on_swarming_builders": true | 484 "can_use_on_swarming_builders": true |
| 479 }, | 485 }, |
| 480 "test": "media_unittests" | 486 "test": "media_unittests" |
| 481 }, | 487 }, |
| 482 { | 488 { |
| 483 "swarming": { | 489 "swarming": { |
| (...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 690 }, | 696 }, |
| 691 "test": "interactive_ui_tests" | 697 "test": "interactive_ui_tests" |
| 692 }, | 698 }, |
| 693 { | 699 { |
| 694 "swarming": { | 700 "swarming": { |
| 695 "can_use_on_swarming_builders": true | 701 "can_use_on_swarming_builders": true |
| 696 }, | 702 }, |
| 697 "test": "ipc_tests" | 703 "test": "ipc_tests" |
| 698 }, | 704 }, |
| 699 { | 705 { |
| 706 "swarming": { |
| 707 "can_use_on_swarming_builders": true |
| 708 }, |
| 700 "test": "jingle_unittests" | 709 "test": "jingle_unittests" |
| 701 }, | 710 }, |
| 702 { | 711 { |
| 703 "swarming": { | 712 "swarming": { |
| 704 "can_use_on_swarming_builders": true | 713 "can_use_on_swarming_builders": true |
| 705 }, | 714 }, |
| 706 "test": "media_unittests" | 715 "test": "media_unittests" |
| 707 }, | 716 }, |
| 708 { | 717 { |
| 709 "swarming": { | 718 "swarming": { |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 785 }, | 794 }, |
| 786 { | 795 { |
| 787 "test": "views_unittests" | 796 "test": "views_unittests" |
| 788 }, | 797 }, |
| 789 { | 798 { |
| 790 "test": "wm_unittests" | 799 "test": "wm_unittests" |
| 791 } | 800 } |
| 792 ] | 801 ] |
| 793 } | 802 } |
| 794 } | 803 } |
| OLD | NEW |