OLD | NEW |
1 { | 1 { |
2 "Android GN": { | 2 "Android GN": { |
3 "additional_compile_targets": [ | 3 "additional_compile_targets": [ |
4 "all" | 4 "all" |
5 ], | 5 ], |
6 "gtest_tests": [ | 6 "gtest_tests": [ |
7 { | 7 { |
8 "test": "android_webview_unittests" | 8 "test": "android_webview_unittests" |
9 }, | 9 }, |
10 { | 10 { |
(...skipping 392 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
403 }, | 403 }, |
404 "test": "compositor_unittests" | 404 "test": "compositor_unittests" |
405 }, | 405 }, |
406 { | 406 { |
407 "swarming": { | 407 "swarming": { |
408 "can_use_on_swarming_builders": true | 408 "can_use_on_swarming_builders": true |
409 }, | 409 }, |
410 "test": "content_browsertests" | 410 "test": "content_browsertests" |
411 }, | 411 }, |
412 { | 412 { |
| 413 "override_compile_targets": [ |
| 414 "content_site_isolation_browsertests" |
| 415 ], |
| 416 "swarming": { |
| 417 "can_use_on_swarming_builders": true |
| 418 }, |
| 419 "test": "content_site_isolation_browsertests" |
| 420 }, |
| 421 { |
413 "swarming": { | 422 "swarming": { |
414 "can_use_on_swarming_builders": true | 423 "can_use_on_swarming_builders": true |
415 }, | 424 }, |
416 "test": "content_unittests" | 425 "test": "content_unittests" |
417 }, | 426 }, |
418 { | 427 { |
419 "swarming": { | 428 "swarming": { |
420 "can_use_on_swarming_builders": true | 429 "can_use_on_swarming_builders": true |
421 }, | 430 }, |
422 "test": "crypto_unittests" | 431 "test": "crypto_unittests" |
(...skipping 1000 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1423 } | 1432 } |
1424 ], | 1433 ], |
1425 "scripts": [ | 1434 "scripts": [ |
1426 { | 1435 { |
1427 "name": "nacl_integration", | 1436 "name": "nacl_integration", |
1428 "script": "nacl_integration.py" | 1437 "script": "nacl_integration.py" |
1429 } | 1438 } |
1430 ] | 1439 ] |
1431 } | 1440 } |
1432 } | 1441 } |
OLD | NEW |