| OLD | NEW |
| 1 { | 1 { |
| 2 "Android GN": { | 2 "Android GN": { |
| 3 "gtest_tests": [ | 3 "gtest_tests": [ |
| 4 { | 4 { |
| 5 "test": "android_webview_unittests" | 5 "test": "android_webview_unittests" |
| 6 }, | 6 }, |
| 7 { | 7 { |
| 8 "test": "base_unittests" | 8 "test": "base_unittests" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 845 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 856 }, | 856 }, |
| 857 "test": "nacl_loader_unittests" | 857 "test": "nacl_loader_unittests" |
| 858 }, | 858 }, |
| 859 { | 859 { |
| 860 "swarming": { | 860 "swarming": { |
| 861 "can_use_on_swarming_builders": true | 861 "can_use_on_swarming_builders": true |
| 862 }, | 862 }, |
| 863 "test": "net_unittests" | 863 "test": "net_unittests" |
| 864 }, | 864 }, |
| 865 { | 865 { |
| 866 "test": "network_service_unittests" | |
| 867 }, | |
| 868 { | |
| 869 "swarming": { | 866 "swarming": { |
| 870 "can_use_on_swarming_builders": true | 867 "can_use_on_swarming_builders": true |
| 871 }, | 868 }, |
| 872 "test": "ppapi_unittests" | 869 "test": "ppapi_unittests" |
| 873 }, | 870 }, |
| 874 { | 871 { |
| 875 "swarming": { | 872 "swarming": { |
| 876 "can_use_on_swarming_builders": true | 873 "can_use_on_swarming_builders": true |
| 877 }, | 874 }, |
| 878 "test": "printing_unittests" | 875 "test": "printing_unittests" |
| (...skipping 866 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1745 } | 1742 } |
| 1746 ], | 1743 ], |
| 1747 "scripts": [ | 1744 "scripts": [ |
| 1748 { | 1745 { |
| 1749 "name": "nacl_integration", | 1746 "name": "nacl_integration", |
| 1750 "script": "nacl_integration.py" | 1747 "script": "nacl_integration.py" |
| 1751 } | 1748 } |
| 1752 ] | 1749 ] |
| 1753 } | 1750 } |
| 1754 } | 1751 } |
| OLD | NEW |