| 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 1772 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1783 "telemetry_unittests_run" | 1783 "telemetry_unittests_run" |
| 1784 ], | 1784 ], |
| 1785 "swarming": { | 1785 "swarming": { |
| 1786 "can_use_on_swarming_builders": true | 1786 "can_use_on_swarming_builders": true |
| 1787 } | 1787 } |
| 1788 } | 1788 } |
| 1789 ] | 1789 ] |
| 1790 }, | 1790 }, |
| 1791 "Win8 Aura": { | 1791 "Win8 Aura": { |
| 1792 "additional_compile_targets": [ | 1792 "additional_compile_targets": [ |
| 1793 "base_unittests" | 1793 "all" |
| 1794 ] | 1794 ] |
| 1795 }, | 1795 }, |
| 1796 "Win8 GN (dbg)": { | 1796 "Win8 GN (dbg)": { |
| 1797 "additional_compile_targets": [ | 1797 "additional_compile_targets": [ |
| 1798 "base_unittests" | 1798 "all" |
| 1799 ] |
| 1800 }, |
| 1801 "Win8 GYP": { |
| 1802 "additional_compile_targets": [ |
| 1803 "all" |
| 1804 ] |
| 1805 }, |
| 1806 "Win8 GYP (dbg)": { |
| 1807 "additional_compile_targets": [ |
| 1808 "all" |
| 1799 ] | 1809 ] |
| 1800 } | 1810 } |
| 1801 } | 1811 } |
| OLD | NEW |