| 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 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 148 }, | 148 }, |
| 149 "test": "accessibility_unittests" | 149 "test": "accessibility_unittests" |
| 150 }, | 150 }, |
| 151 { | 151 { |
| 152 "test": "app_shell_unittests" | 152 "test": "app_shell_unittests" |
| 153 }, | 153 }, |
| 154 { | 154 { |
| 155 "test": "base_unittests" | 155 "test": "base_unittests" |
| 156 }, | 156 }, |
| 157 { | 157 { |
| 158 "swarming": { |
| 159 "can_use_on_swarming_builders": true |
| 160 }, |
| 158 "test": "components_unittests" | 161 "test": "components_unittests" |
| 159 }, | 162 }, |
| 160 { | 163 { |
| 161 "test": "content_unittests" | 164 "test": "content_unittests" |
| 162 }, | 165 }, |
| 163 { | 166 { |
| 164 "test": "crypto_unittests" | 167 "test": "crypto_unittests" |
| 165 }, | 168 }, |
| 166 { | 169 { |
| 167 "test": "device_unittests" | 170 "test": "device_unittests" |
| (...skipping 1071 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1239 } | 1242 } |
| 1240 ], | 1243 ], |
| 1241 "scripts": [ | 1244 "scripts": [ |
| 1242 { | 1245 { |
| 1243 "name": "nacl_integration", | 1246 "name": "nacl_integration", |
| 1244 "script": "nacl_integration.py" | 1247 "script": "nacl_integration.py" |
| 1245 } | 1248 } |
| 1246 ] | 1249 ] |
| 1247 } | 1250 } |
| 1248 } | 1251 } |
| OLD | NEW |