| 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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 129 { | 129 { |
| 130 "test": "jingle_unittests" | 130 "test": "jingle_unittests" |
| 131 }, | 131 }, |
| 132 { | 132 { |
| 133 "test": "media_unittests" | 133 "test": "media_unittests" |
| 134 }, | 134 }, |
| 135 { | 135 { |
| 136 "test": "midi_unittests" | 136 "test": "midi_unittests" |
| 137 }, | 137 }, |
| 138 { | 138 { |
| 139 "swarming": { |
| 140 "can_use_on_swarming_builders": true |
| 141 }, |
| 139 "test": "net_unittests" | 142 "test": "net_unittests" |
| 140 }, | 143 }, |
| 141 { | 144 { |
| 142 "test": "ppapi_unittests" | 145 "test": "ppapi_unittests" |
| 143 }, | 146 }, |
| 144 { | 147 { |
| 145 "test": "sandbox_linux_unittests" | 148 "test": "sandbox_linux_unittests" |
| 146 }, | 149 }, |
| 147 { | 150 { |
| 148 "test": "sql_unittests" | 151 "test": "sql_unittests" |
| (...skipping 1023 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1172 } | 1175 } |
| 1173 ], | 1176 ], |
| 1174 "scripts": [ | 1177 "scripts": [ |
| 1175 { | 1178 { |
| 1176 "name": "nacl_integration", | 1179 "name": "nacl_integration", |
| 1177 "script": "nacl_integration.py" | 1180 "script": "nacl_integration.py" |
| 1178 } | 1181 } |
| 1179 ] | 1182 ] |
| 1180 } | 1183 } |
| 1181 } | 1184 } |
| OLD | NEW |