| OLD | NEW |
| 1 { | 1 { |
| 2 "Win 7 Tests x64 (1)": { | 2 "Win 7 Tests x64 (1)": { |
| 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 748 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 759 { | 759 { |
| 760 "swarming": { | 760 "swarming": { |
| 761 "can_use_on_swarming_builders": true | 761 "can_use_on_swarming_builders": true |
| 762 }, | 762 }, |
| 763 "test": "installer_util_unittests" | 763 "test": "installer_util_unittests" |
| 764 }, | 764 }, |
| 765 { | 765 { |
| 766 "swarming": { | 766 "swarming": { |
| 767 "can_use_on_swarming_builders": true | 767 "can_use_on_swarming_builders": true |
| 768 }, | 768 }, |
| 769 "test": "interactive_ui_tests" | |
| 770 }, | |
| 771 { | |
| 772 "args": [ | |
| 773 "--enable-browser-side-navigation" | |
| 774 ], | |
| 775 "name": "browser_side_navigation_interactive_ui_tests", | |
| 776 "swarming": { | |
| 777 "can_use_on_swarming_builders": true | |
| 778 }, | |
| 779 "test": "interactive_ui_tests" | |
| 780 }, | |
| 781 { | |
| 782 "swarming": { | |
| 783 "can_use_on_swarming_builders": true | |
| 784 }, | |
| 785 "test": "ipc_tests" | 769 "test": "ipc_tests" |
| 786 }, | 770 }, |
| 787 { | 771 { |
| 788 "swarming": { | 772 "swarming": { |
| 789 "can_use_on_swarming_builders": true | 773 "can_use_on_swarming_builders": true |
| 790 }, | 774 }, |
| 791 "test": "jingle_unittests" | 775 "test": "jingle_unittests" |
| 792 }, | 776 }, |
| 793 { | 777 { |
| 794 "swarming": { | 778 "swarming": { |
| (...skipping 1108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1903 "additional_compile_targets": [ | 1887 "additional_compile_targets": [ |
| 1904 "chrome_official_builder" | 1888 "chrome_official_builder" |
| 1905 ] | 1889 ] |
| 1906 }, | 1890 }, |
| 1907 "Win8 GYP (dbg)": { | 1891 "Win8 GYP (dbg)": { |
| 1908 "additional_compile_targets": [ | 1892 "additional_compile_targets": [ |
| 1909 "all" | 1893 "all" |
| 1910 ] | 1894 ] |
| 1911 } | 1895 } |
| 1912 } | 1896 } |
| OLD | NEW |