| OLD | NEW |
| 1 { | 1 { |
| 2 "Mac GN": { | 2 "Mac GN": { |
| 3 "additional_compile_targets": [ | 3 "additional_compile_targets": [ |
| 4 "gn_all" | 4 "gn_all" |
| 5 ], | 5 ], |
| 6 "gtest_tests": [ | 6 "gtest_tests": [ |
| 7 { | 7 { |
| 8 "test": "base_unittests" | 8 "test": "base_unittests" |
| 9 } | 9 } |
| 10 ] | 10 ] |
| (...skipping 745 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 756 { | 756 { |
| 757 "swarming": { | 757 "swarming": { |
| 758 "can_use_on_swarming_builders": true | 758 "can_use_on_swarming_builders": true |
| 759 }, | 759 }, |
| 760 "test": "gfx_unittests" | 760 "test": "gfx_unittests" |
| 761 }, | 761 }, |
| 762 { | 762 { |
| 763 "swarming": { | 763 "swarming": { |
| 764 "can_use_on_swarming_builders": true | 764 "can_use_on_swarming_builders": true |
| 765 }, | 765 }, |
| 766 "test": "gin_unittests" |
| 767 }, |
| 768 { |
| 769 "swarming": { |
| 770 "can_use_on_swarming_builders": true |
| 771 }, |
| 766 "test": "gn_unittests" | 772 "test": "gn_unittests" |
| 767 }, | 773 }, |
| 768 { | 774 { |
| 769 "swarming": { | 775 "swarming": { |
| 770 "can_use_on_swarming_builders": true | 776 "can_use_on_swarming_builders": true |
| 771 }, | 777 }, |
| 772 "test": "google_apis_unittests" | 778 "test": "google_apis_unittests" |
| 773 }, | 779 }, |
| 774 { | 780 { |
| 775 "swarming": { | 781 "swarming": { |
| (...skipping 800 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1576 } | 1582 } |
| 1577 ], | 1583 ], |
| 1578 "scripts": [ | 1584 "scripts": [ |
| 1579 { | 1585 { |
| 1580 "name": "nacl_integration", | 1586 "name": "nacl_integration", |
| 1581 "script": "nacl_integration.py" | 1587 "script": "nacl_integration.py" |
| 1582 } | 1588 } |
| 1583 ] | 1589 ] |
| 1584 } | 1590 } |
| 1585 } | 1591 } |
| OLD | NEW |