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 619 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
630 }, | 630 }, |
631 "test": "compositor_unittests" | 631 "test": "compositor_unittests" |
632 }, | 632 }, |
633 { | 633 { |
634 "swarming": { | 634 "swarming": { |
635 "can_use_on_swarming_builders": true | 635 "can_use_on_swarming_builders": true |
636 }, | 636 }, |
637 "test": "content_browsertests" | 637 "test": "content_browsertests" |
638 }, | 638 }, |
639 { | 639 { |
| 640 "override_compile_targets": [ |
| 641 "content_site_isolation_browsertests" |
| 642 ], |
| 643 "swarming": { |
| 644 "can_use_on_swarming_builders": true |
| 645 }, |
| 646 "test": "content_site_isolation_browsertests" |
| 647 }, |
| 648 { |
640 "swarming": { | 649 "swarming": { |
641 "can_use_on_swarming_builders": true | 650 "can_use_on_swarming_builders": true |
642 }, | 651 }, |
643 "test": "content_unittests" | 652 "test": "content_unittests" |
644 }, | 653 }, |
645 { | 654 { |
646 "swarming": { | 655 "swarming": { |
647 "can_use_on_swarming_builders": true | 656 "can_use_on_swarming_builders": true |
648 }, | 657 }, |
649 "test": "crypto_unittests" | 658 "test": "crypto_unittests" |
(...skipping 1018 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1668 } | 1677 } |
1669 ], | 1678 ], |
1670 "scripts": [ | 1679 "scripts": [ |
1671 { | 1680 { |
1672 "name": "nacl_integration", | 1681 "name": "nacl_integration", |
1673 "script": "nacl_integration.py" | 1682 "script": "nacl_integration.py" |
1674 } | 1683 } |
1675 ] | 1684 ] |
1676 } | 1685 } |
1677 } | 1686 } |
OLD | NEW |