| OLD | NEW |
| 1 { | 1 { |
| 2 "Android GN": { | 2 "Android GN": { |
| 3 "additional_compile_targets": [ | 3 "additional_compile_targets": [ |
| 4 "chrome_shell_apk", | 4 "chrome_shell_apk", |
| 5 "mandoline:all" | 5 "mandoline:all" |
| 6 ], | 6 ], |
| 7 "gtest_tests": [ | 7 "gtest_tests": [ |
| 8 { | 8 { |
| 9 "test": "html_viewer_unittests" | 9 "test": "html_viewer_unittests" |
| 10 }, | 10 }, |
| (...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 114 }, | 114 }, |
| 115 "test": "content_unittests" | 115 "test": "content_unittests" |
| 116 }, | 116 }, |
| 117 { | 117 { |
| 118 "swarming": { | 118 "swarming": { |
| 119 "can_use_on_swarming_builders": true | 119 "can_use_on_swarming_builders": true |
| 120 }, | 120 }, |
| 121 "test": "crypto_unittests" | 121 "test": "crypto_unittests" |
| 122 }, | 122 }, |
| 123 { | 123 { |
| 124 "swarming": { |
| 125 "can_use_on_swarming_builders": true |
| 126 }, |
| 124 "test": "gpu_unittests" | 127 "test": "gpu_unittests" |
| 125 }, | 128 }, |
| 126 { | 129 { |
| 127 "test": "ipc_tests" | 130 "test": "ipc_tests" |
| 128 }, | 131 }, |
| 129 { | 132 { |
| 130 "test": "jingle_unittests" | 133 "test": "jingle_unittests" |
| 131 }, | 134 }, |
| 132 { | 135 { |
| 133 "test": "media_unittests" | 136 "test": "media_unittests" |
| (...skipping 1041 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1175 } | 1178 } |
| 1176 ], | 1179 ], |
| 1177 "scripts": [ | 1180 "scripts": [ |
| 1178 { | 1181 { |
| 1179 "name": "nacl_integration", | 1182 "name": "nacl_integration", |
| 1180 "script": "nacl_integration.py" | 1183 "script": "nacl_integration.py" |
| 1181 } | 1184 } |
| 1182 ] | 1185 ] |
| 1183 } | 1186 } |
| 1184 } | 1187 } |
| OLD | NEW |