| OLD | NEW |
| 1 { | 1 { |
| 2 "Android GN": { | 2 "Android GN": { |
| 3 "additional_compile_targets": [ | 3 "additional_compile_targets": [ |
| 4 "all" | 4 "all" |
| 5 ], | 5 ], |
| 6 "gtest_tests": [ | 6 "gtest_tests": [ |
| 7 { | 7 { |
| 8 "test": "android_webview_unittests" | 8 "test": "android_webview_unittests" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 821 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 832 { | 832 { |
| 833 "test": "mojo_surfaces_lib_unittests" | 833 "test": "mojo_surfaces_lib_unittests" |
| 834 }, | 834 }, |
| 835 { | 835 { |
| 836 "test": "mojo_system_unittests" | 836 "test": "mojo_system_unittests" |
| 837 }, | 837 }, |
| 838 { | 838 { |
| 839 "test": "mojo_view_manager_lib_unittests" | 839 "test": "mojo_view_manager_lib_unittests" |
| 840 }, | 840 }, |
| 841 { | 841 { |
| 842 "test": "mus_ws_unittests" |
| 843 }, |
| 844 { |
| 842 "swarming": { | 845 "swarming": { |
| 843 "can_use_on_swarming_builders": true | 846 "can_use_on_swarming_builders": true |
| 844 }, | 847 }, |
| 845 "test": "nacl_loader_unittests" | 848 "test": "nacl_loader_unittests" |
| 846 }, | 849 }, |
| 847 { | 850 { |
| 848 "swarming": { | 851 "swarming": { |
| 849 "can_use_on_swarming_builders": true | 852 "can_use_on_swarming_builders": true |
| 850 }, | 853 }, |
| 851 "test": "net_unittests" | 854 "test": "net_unittests" |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 925 }, | 928 }, |
| 926 "test": "url_unittests" | 929 "test": "url_unittests" |
| 927 }, | 930 }, |
| 928 { | 931 { |
| 929 "swarming": { | 932 "swarming": { |
| 930 "can_use_on_swarming_builders": true | 933 "can_use_on_swarming_builders": true |
| 931 }, | 934 }, |
| 932 "test": "views_unittests" | 935 "test": "views_unittests" |
| 933 }, | 936 }, |
| 934 { | 937 { |
| 935 "test": "window_manager_unittests" | |
| 936 }, | |
| 937 { | |
| 938 "swarming": { | 938 "swarming": { |
| 939 "can_use_on_swarming_builders": true | 939 "can_use_on_swarming_builders": true |
| 940 }, | 940 }, |
| 941 "test": "wm_unittests" | 941 "test": "wm_unittests" |
| 942 } | 942 } |
| 943 ], | 943 ], |
| 944 "isolated_scripts": [ | 944 "isolated_scripts": [ |
| 945 { | 945 { |
| 946 "isolate_name": "telemetry_gpu_unittests", | 946 "isolate_name": "telemetry_gpu_unittests", |
| 947 "name": "telemetry_gpu_unittests", | 947 "name": "telemetry_gpu_unittests", |
| (...skipping 663 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1611 }, | 1611 }, |
| 1612 "test": "mojo_public_utility_unittests" | 1612 "test": "mojo_public_utility_unittests" |
| 1613 }, | 1613 }, |
| 1614 { | 1614 { |
| 1615 "test": "mojo_system_unittests" | 1615 "test": "mojo_system_unittests" |
| 1616 }, | 1616 }, |
| 1617 { | 1617 { |
| 1618 "swarming": { | 1618 "swarming": { |
| 1619 "can_use_on_swarming_builders": true | 1619 "can_use_on_swarming_builders": true |
| 1620 }, | 1620 }, |
| 1621 "test": "mus_ws_unittests" |
| 1622 }, |
| 1623 { |
| 1624 "swarming": { |
| 1625 "can_use_on_swarming_builders": true |
| 1626 }, |
| 1621 "test": "nacl_loader_unittests" | 1627 "test": "nacl_loader_unittests" |
| 1622 }, | 1628 }, |
| 1623 { | 1629 { |
| 1624 "swarming": { | 1630 "swarming": { |
| 1625 "can_use_on_swarming_builders": true | 1631 "can_use_on_swarming_builders": true |
| 1626 }, | 1632 }, |
| 1627 "test": "net_unittests" | 1633 "test": "net_unittests" |
| 1628 }, | 1634 }, |
| 1629 { | 1635 { |
| 1630 "swarming": { | 1636 "swarming": { |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1712 } | 1718 } |
| 1713 ], | 1719 ], |
| 1714 "scripts": [ | 1720 "scripts": [ |
| 1715 { | 1721 { |
| 1716 "name": "nacl_integration", | 1722 "name": "nacl_integration", |
| 1717 "script": "nacl_integration.py" | 1723 "script": "nacl_integration.py" |
| 1718 } | 1724 } |
| 1719 ] | 1725 ] |
| 1720 } | 1726 } |
| 1721 } | 1727 } |
| OLD | NEW |