OLD | NEW |
1 { | 1 { |
2 "Android GN": { | 2 "Android GN": { |
3 "additional_compile_targets": [ | 3 "additional_compile_targets": [ |
4 "chrome_public_apk", | 4 "chrome_public_apk", |
5 "chrome_public_test_apk", | 5 "chrome_public_test_apk", |
6 "content_shell_apk", | 6 "content_shell_apk", |
7 "mandoline:all", | 7 "mandoline:all", |
8 "system_webview_apk" | 8 "system_webview_apk" |
9 ], | 9 ], |
10 "gtest_tests": [ | 10 "gtest_tests": [ |
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
186 { | 186 { |
187 "test": "cast_base_unittests" | 187 "test": "cast_base_unittests" |
188 }, | 188 }, |
189 { | 189 { |
190 "test": "cast_crash_unittests" | 190 "test": "cast_crash_unittests" |
191 }, | 191 }, |
192 { | 192 { |
193 "test": "cast_media_unittests" | 193 "test": "cast_media_unittests" |
194 }, | 194 }, |
195 { | 195 { |
| 196 "args": [ |
| 197 "--enable-local-file-accesses", |
| 198 "--enable-cma-media-pipeline", |
| 199 "--ozone-platform=cast", |
| 200 "--no-sandbox" |
| 201 ], |
196 "test": "cast_shell_browser_test" | 202 "test": "cast_shell_browser_test" |
197 }, | 203 }, |
198 { | 204 { |
199 "test": "cast_shell_unittests" | 205 "test": "cast_shell_unittests" |
200 }, | 206 }, |
201 { | 207 { |
202 "args": [ | 208 "args": [ |
203 "--gtest_filter=-OutOfProcessPPAPITest.TrueTypeFont:OutOfProcessPPAPIT
est.BrowserFont" | 209 "--gtest_filter=-OutOfProcessPPAPITest.TrueTypeFont:OutOfProcessPPAPIT
est.BrowserFont" |
204 ], | 210 ], |
205 "swarming": { | 211 "swarming": { |
(...skipping 1178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1384 } | 1390 } |
1385 ], | 1391 ], |
1386 "scripts": [ | 1392 "scripts": [ |
1387 { | 1393 { |
1388 "name": "nacl_integration", | 1394 "name": "nacl_integration", |
1389 "script": "nacl_integration.py" | 1395 "script": "nacl_integration.py" |
1390 } | 1396 } |
1391 ] | 1397 ] |
1392 } | 1398 } |
1393 } | 1399 } |
OLD | NEW |